- 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
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Dan
el 15 de Ag. de 2019
Respondida: Jyothis Gireesh
el 21 de Ag. de 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?
![msk_constellation_diagram.PNG](https://www.mathworks.com/matlabcentral/answers/uploaded_files/234047/msk_constellation_diagram.png)
0 comentarios
Respuesta aceptada
Jyothis Gireesh
el 21 de Ag. de 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 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Modulation en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!