- This topic has 2 replies, 3 voices, and was last updated 9 years, 4 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.Â
Dear all,
I am going to use matlab component to implement 32QAM or 64QAM real ofdm with 512 ifft. its output is electrical and real (using Hermitian symmetry before ifft). how to implement it? as we know the sequence length should be power of 2 bits. when I use 32QAM and 64QAM, the bits per symbol are 5 and 6 respectively. how can the output signal and time have same samples? for instance, bit rate= 10Gbps, sequence length= 65536, sample per bit=32, then the total number of samples=2097152,time window=6.5536e-6,sample rate=320e9.
so the matlab component ofdm should have 2097152 samples also.
Hi Zsliu,
In order for the output signal and time to have the same number of samples, you should first calculate the number of symbols exiting your OFDM block, using the total number of samples and the bits per symbol related to the coding scheme you are using. Then you have to calculate time samples by using symbol rate. I hope you have got your answer.
Cheers,
Ali
Hi Zsliu,
It looks like you are on a right track with the answer to your question. As you said, the number of symbols will be defined by the number of bits (length of bit sequence) and the number of bits per symbol (depends on your modulation scheme). However, I am not exactly sure what do you mean by “output signal and time have same samples”. Are you relating this question to the clocking scheme or you are planning to adjust the sampling rate?