- 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 回表示 (過去 30 日間)
古いコメントを表示
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 件のコメント
採用された回答
Jyothis Gireesh
2019 年 8 月 21 日
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 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Modulation についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!