- This topic has 1 reply, 2 voices, and was last updated 1 year, 8 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 tried using the MATLAB component in Optisystem to generate an LFM signal. My code was as follows
OutputPort1 = InputPort1;
InputPort1.Sampled.Time;
% Define parameters
chirp_period = 6e-6; % in seconds
bandwidth = 625e6; % in Hz
center_freq = 6e9; % in Hz
% Define time vector
dt = 1e-9; % time step size in seconds
t = 0:dt:chirp_period-dt;
% Calculate chirp rate
chirp_rate = bandwidth / chirp_period;
% Generate LFM signal
lfm_signal = exp(1j * 2 * pi * (center_freq * t + 0.5 * chirp_rate * t.^2));
lfm_signal = OutputPort1.Sampled.Signal;
Can anyone help me how to define the input and output ports.
Not getting the output. Hope someone will come forward to help.
Thank you.
Dear Arjun,
you need to identify the type of the input and output ports of the Matlab component as desired. This can be set in the component properties window (scroll down on Signal type (output 1). However, you need to set first the number of input and output ports.
I think you are generating an electrical signal that you need to modulate a laser with it. This means that the output signal should be electrical. You need to identify the type of signal for the input port.
Regards,
Ahmad
Dear Arjun,
you need to identify the type of the input and output ports of the Matlab component as desired. This can be set in the component properties window (scroll down on Signal type (output 1). However, you need to set first the number of input and output ports.
I think you are generating an electrical signal that you need to modulate a laser with it. This means that the output signal should be electrical. You need to identify the type of signal for the input port.
Regards,
Ahmad