- This topic has 1 reply, 2 voices, and was last updated 7 years, 11 months ago by .
Viewing 1 reply thread
Viewing 1 reply thread
- You must be logged in to reply to this topic.
Optiwave software can be used in different industries and applications, including Fiber Optic Communication, Sensing, Pharma/Bio, Military & Satcom, Test & Measurement, Fundamental Research, Solar Panels, Components / Devices, etc..
Download our 30-day Free Evaluations, lab assignments, and other freeware here.
Optiwave software can be used in different industries and applications, including Fiber Optic Communication, Sensing, Pharma/Bio, Military & Satcom, Test & Measurement, Fundamental Research, Solar Panels, Components / Devices, etc..
Download our 30-day Free Evaluations, lab assignments, and other freeware here.
Hi all,
I am working on my final project and I really need to help. .I want to export an optical wave from Optical time Domain into MATLAB.
I writed “OutputPort1=InputPort1” in matlab but i am not able to see Optical wave by “plot (OutptPort1)”
pleas tell me matlab code.
tnx
Good day,
You have to access the contents of the data structure. For example plot(OutputPort1.Sampled.Signal) or plot(OutputPort1.Sampled.Time). It’s normally easier to declare local arrays in the MATLAB work space though. Cheers.
Notifications