Home › Forums › SYSTEM › how to export the data from optisystem to matlab › Reply To: how to export the data from optisystem to matlab
December 15, 2014 at 9:56 pm
#16726
Joseph, as an example, here is the matlab code which I used for multiple sweeps of pulse generator (with the parameters I defined above)
i = SweepNum;
SignalVector = InputPort1.Sampled.Signal’;
if i == 1
TotalSignal = SignalVector;
else
TotalSignal = horzcat(TotalSignal,SignalVector);
end
If I get the code for your case I’ll let you know. Good luck!
Categories
- All
-
Knowledge
Contains a detailed Q&A knowledge base. -
General
All non-technical questions. -
System
Optical system design and analysis. -
Instrument
Communicate and control different kinds of instruments. -
SPICE
Opto-electronic circuit design. -
FDTD
Finite-Difference Time-Domain simulation. -
BPM
Beam Propagation Method analysis and design. -
Grating
Fiber optic grating simulation. -
Fiber
Optical fiber design and characterization. -
Exchange
Users can exchange design files.
(Matlab, C++, etc.)