- This topic has 6 replies, 5 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.Â
I am going to use Optisystem to simulate the RSOA with OFDM signal. However, the outputs of ofdm in optisystem are complex value, which cannot be used for RSOA? How can I generate real value baseband OFDM signal?
Thanks
Hi,
Start off with the OFDM Modulator and then place the Quadrature Modulator directly after it (Transmitters Library->Modulators->Electrical). It will combine the cosine and sine components into a single electrical signal.
Cheers
Dear Damian,
Thank you for your reply. I thought I would have to use cosimulation with matlab to generate ofdm.
thanks again
I made a Matlab code for QAM modulation to be used in OFDM. I am getting a error :
Reference to non – existent field ‘Sequence’
I wrote the program according to the samples given , so please explain how to remove the error and what does it mean.
Part of matlab code :
if strcmp(InputPort1.TypeSignal, ‘Binary’)
cs = length(InputPort1.Sequence);
end
for m = 1 : cs
e1(m) = InputPort1.Sequence (m)
end
In optisystem I have put PRBS generator in Inputport1.
Hi Shivi Singh,
Could you solve the problem? If so please guide me too for the same. Thank you
How do we implement RSOA or REAM (Reflective eletro absorbtion modulator) in optisystem?