How can I interpret "sfix32 en24" data in binary? (from WLAN transmitter HDL example)
Mostra commenti meno recenti
Dear all,
I am using the example:
The mcs is set to be 0 for BPSK, so I am expecting the output I/Q data should form two clusters.
The output I/Q data from this TX HDL simulation are both 32 bits, where it is written as "sfix32 en24" in the HDL code.
However, if I simply change the 32-bit raw binary I/Q data into uint32, then I can see four clusters at:
(0,0)
(0,2^32)
(2^32,0)
(2^32,2^32)
Or, if I change the 32-bit raw binary I/Q data into signed int32, no cluster can be seen.
I think that I misunderstood the format of the raw data.
How should I correctly interpret the 32-bit data with "sfix32 en24"? Does one of the specific bit correspond to sign?
Thank you in advance.
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Communications Toolbox in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!