- This topic has 3 replies, 2 voices, and was last updated 9 years, 2 months ago by .
- 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..
OptiSystem is a comprehensive software design suite that enables users to plan, test, and simulate optical links in the transmission layer of modern optical networks.
OptiInstrument addresses the needs of researchers, scientists, photonic engineers, professors and students who are working with instruments.
OptiSPICE is the first circuit design software for analysis of integrated circuits including interactions of optical and electronic components. It allows for the design and simulation of opto-electronic circuits at the transistor level, from laser drivers to transimpedance amplifiers, optical interconnects and electronic equalizers.
OptiFDTD is a powerful, highly integrated, and user friendly CAD environment that enables the design and simulation of advanced passive and non-linear photonic components.
OptiBPM is a comprehensive CAD environment used for the design of complex optical waveguides. Perform guiding, coupling, switching, splitting, multiplexing, and demultiplexing of optical signals in photonic devices.
The optimal design of a given optical communication system depends directly on the choice of fiber parameters. OptiFiber uses numerical mode solvers and other models specialized to fibers for calculating dispersion, losses, birefringence, and PMD.
Emerging as a de facto standard over the last decade, OptiGrating has delivered powerful and user friendly design software for modeling integrated and fiber optic devices that incorporate optical gratings.
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..
OptiSystem is a comprehensive software design suite that enables users to plan, test, and simulate optical links in the transmission layer of modern optical networks.
OptiInstrument addresses the needs of researchers, scientists, photonic engineers, professors and students who are working with instruments.
OptiSPICE is the first circuit design software for analysis of integrated circuits including interactions of optical and electronic components. It allows for the design and simulation of opto-electronic circuits at the transistor level, from laser drivers to transimpedance amplifiers, optical interconnects and electronic equalizers.
OptiFDTD is a powerful, highly integrated, and user friendly CAD environment that enables the design and simulation of advanced passive and non-linear photonic components.
OptiBPM is a comprehensive CAD environment used for the design of complex optical waveguides. Perform guiding, coupling, switching, splitting, multiplexing, and demultiplexing of optical signals in photonic devices.
The optimal design of a given optical communication system depends directly on the choice of fiber parameters. OptiFiber uses numerical mode solvers and other models specialized to fibers for calculating dispersion, losses, birefringence, and PMD.
Emerging as a de facto standard over the last decade, OptiGrating has delivered powerful and user friendly design software for modeling integrated and fiber optic devices that incorporate optical gratings.
Download our 30-day Free Evaluations, lab assignments, and other freeware here.Â
Hi everybody,
While trying to Simulate a system with a MATLAB block, I saw some reply in this forum that we have to formulate the code based on the input from Optisystem block. Suppose I want to modulate a PRBS using QAM modulation, then how should I write the .m code? Can anyone suggest me with the co-simulation as well as the .m file that is simulated in MATLAB without optisystem for the same system? Thanks
Hi Gokul,
QAM modulation using Matlab and without OptiSystem (what you have asked for above) is pretty simple. You would just have to use “qammod” function for modulation and “qamdemod” for the demodulation of the signal for a given binary vector (which is supposed to be you data vector).
Regards
Thank you for the reply. I am aware of qammod and qamdemod function. Now calling it in optisystem is the problem for me. Suppose I have the matlab code given below. Please help me with the code to be called in optisystem.
The code is attached below.
Thanks.
Since the Matlab code you have attached is written for Optisystem format (it actually belongs to binary optical switch), you would just have to type in the corresponding Matlab component run command “QAM_for_optisys;”, which is the name of the M-file, and put the M-file in the same folder as the Optisystem osd file. Then you can run the simulation and Matlab will be called by Optisystem without doing any other action (all provided that your Matlab codes don’t have any technical Matlab problem).
Regards