Home › Forums › SYSTEM › how to generate real value ofdm? › Reply To: how to generate real value ofdm?
April 9, 2015 at 1:53 pm
#19495
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.
Attachments:
Categories
- All
-
Knowledge
Contains a detailed Q&A knowledge base. -
General
All non-technical questions. -
System
Optical system design and analysis. -
Instrument
Communicate and control different kinds of instruments. -
SPICE
Opto-electronic circuit design. -
FDTD
Finite-Difference Time-Domain simulation. -
BPM
Beam Propagation Method analysis and design. -
Grating
Fiber optic grating simulation. -
Fiber
Optical fiber design and characterization. -
Exchange
Users can exchange design files.
(Matlab, C++, etc.)