- https://www.mathworks.com/help/lte/ug/lte-uplink-evm-and-in-band-emissions-measurements.html
- https://www.mathworks.com/help/comm/ug/plot-signal-constellation.html
Is there a way to obtain a constellation plot from an uplink signal in the LTE toolbox?
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Ian Atkinson
am 18 Nov. 2023
Kommentiert: Ian Atkinson
am 31 Jan. 2024
In the 5G toolbox I can use the function like this to obtain the IQ constellations of NR uplink signals as eqSym:
[evmInfo,eqSym,refSym] = hNRPUSCHEVM(wavegen.Config,waveform,cfg);
I'd like to do the same for LTE signals, but the equivalent function hPUSCHEVM doesn't return the constellation symbols:
[finalEVM,finalDrsEVM,emissions,plots, puschInfo] = hPUSCHEVM(frc,varargin);
Is there any way to get these values?
Many thanks!
0 Kommentare
Akzeptierte Antwort
vidyesh
am 29 Nov. 2023
Hello Ian,
It is my understanding that since the ‘hPUSCHEVM’ function doesn’t plot the Constellation Diagram, you want to know how to get the values required for plotting the diagram.
The required values for plotting the Constellation Diagram are stored in the 'demodSymbols' variable within the 'hPUSCHEVM' function. It's important to note that this variable is only present within the scope of the 'hPUSCHEVM' function and is not returned by the function itself.
For detailed information refer the following pages:
Hope this answer helps.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu LTE Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!