- This topic has 6 replies, 5 voices, and was last updated 10 years, 1 month ago by
Dhananjay Patel.
-
AuthorPosts
-
-
November 10, 2014 at 2:10 pm #15122
zsliuParticipantI 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
-
November 10, 2014 at 4:48 pm #15162
Damian Marek
ParticipantHi,
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
-
November 10, 2014 at 7:59 pm #15168
zsliuParticipantDear Damian,
Thank you for your reply. I thought I would have to use cosimulation with matlab to generate ofdm.
thanks again
-
April 9, 2015 at 1:53 pm #19495
Shivi Singh
ParticipantI 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)
endIn optisystem I have put PRBS generator in Inputport1.
-
October 1, 2015 at 5:55 am #25577
–
ParticipantHi Shivi Singh,
Could you solve the problem? If so please guide me too for the same. Thank you -
October 1, 2015 at 10:31 pm #25631
Dhananjay PatelParticipantHow do we implement RSOA or REAM (Reflective eletro absorbtion modulator) in optisystem?
-
-
AuthorPosts
- You must be logged in to reply to this topic.