- This topic has 1 reply, 2 voices, and was last updated 3 years, 5 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, I am working on a DP-QPSK system in OPTISYSTEM where I have replaced the receiver side DSP by writing MATLAB codes and connecting a MATLAB component right after the coherent receiver. After the Rx side DSP (done using MATLAB component) I want to export the equalized signals back to optisystem, pass it through a thresholder and QPSK decoder and calculate the BER. I wrote the following code but I’m unable to get the MATLAB calculated signals back to optisystem. Your help will be appreciated.
OutputPort1.Sampled.Signal = OutX_Real;
OutputPort2.Sampled.Signal = OutX_Imag;
OutputPort3.Sampled.Signal = OutY_Real;
OutputPort4.Sampled.Signal = OutY_Imag;
where OutX_Real is the inphase component of the X polarisation. Please refer to the attached file.
Dear Naveenta,
You can’t load OptiSystem project to the forum. You may email me (ahmad.atieh@optiwave.com) the project and the Matlab code to provide guidance.
Meanwhile, please note that the signal entered to the Decision component can be standardized levels (+/-1) or not, that is why we’ve added to the Decision component in version 18.0 a field to choose weather there is a DSP or not.