Code Monkey home page Code Monkey logo

optronics-ol-490-matlab's Introduction

AUTHOR: Jan Winter, TU Berlin, FG Lichttechnik,
	[email protected], www.li.tu-berlin.de
LICENSE: free to use at your own risk. Kudos appreciated.

This is a framework for MATLAB to communicate with an Optronics OL-490 spectral synthesizer. 
It also provides methods to create a calibration file and a generator
for creating target spectra and intensity sweeps. This requires classes from the
KonicaMinolta CS-2000 framework, also provided through our gitHub repositories.

You need the driver for the OL-490 and these files from the Optronics website:
'OLIPluginLibrary.dll'
'OL490LIB.dll'
'OL490_SDK_Dll.dll'
'CyUSB.dll'

OL490Controller.m: Class for controlling the OL490

%init controller:
olIndex = 0; 		%index of first OL-490 connected to computer
olCalibrationFile = 1; 	%0=150nm, 1=350nm, 2=500nm, 3=750nm 
filePathToOptronicsFiles = 'C:\Programme\GoochandHousego\OL 490 SDK\';
ol490Controller = OL490Controller( olIndex, olCalibrationFile );
ol490Controller.init( filePathToOptronicsFiles );

%send some data:
OL490_MAX_VALUE = 49152;
ol490Controller.sendOLSpectrum( ones( 1024, 1 ) * OL490_MAX_VALUE );
ol490Controller.openShutter();

ol490CreateCalibration.m 
call this file to create a calibration file and an adjusted spectrum

ol490CreateAdjustedSpectrum.m
call this file to create an adjusted spectrum file based on a certain calibration

OL490Calibration.m: Class for creating a calibration file
requires an CS-2000 + our CS-2000 repository

OL490SpectrumGenerator.m: Class for generating an adjusted spectrum based on calibration file

OL490SweepGenerator.m: Class for generating a sweep

optronics-ol-490-matlab's People

Contributors

fglichttechnik avatar b00tsy avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.