- The baseband signal obtained after decimation contains some spurious signal in the first 5 samples. It may be better to omit those samples and use the “plot_modSigdwn” variable instead to plot the constellation diagram.
- Set the ‘SymbolsToDisplaySource’ property in the cd2 object to ‘Property’ which will allow the maximum number of recent symbols to be displayed to be set by the ‘SymbolstoDisplay’ property.
Simulate Transmission using dsp.DigitalUpConverter and dsp.DigitalDownConverter
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Dan
am 15 Aug. 2019
Beantwortet: Jyothis Gireesh
am 21 Aug. 2019
I am trying to use the dsp.DigitalUpConverter and dsp.DigitalDownConverter functions to do a simulation of transmitting an MSK signal.
After I run the attached script, I compare the constellation diagrams of the MSK signal and the MSK signal after it goes through the upconversion and downconversion functions.
Why does processing it through the upconversion and downconversion result in two blue "dots" rather than the expected one shown in yellow?

0 Kommentare
Akzeptierte Antwort
Jyothis Gireesh
am 21 Aug. 2019
Here are a few pointers which may be able to help you.
The constellation diagram after the processing is given below.
Still the points in the constellation diagram may not exactly coincide. This may be due to certain amount of non-linearities created by the use of “dsp.DigitalUpConverter” and “dsp.DigitalDownConverter” objects. The symbols may be decoded by approximating the received symbols to the nearest symbols in the reference constellation diagram.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Modulation finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!