Changes between Version 42 and Version 43 of Tutorials/Wireless/mmwave Paam Agora
- Timestamp:
- Jul 5, 2023, 5:28:09 PM (22 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/Wireless/mmwave Paam Agora
v42 v43 179 179 * {{{cubic_timeD.py}}}: This visualization tool helps to visualize the raw IQ samples captured by Agora-UHD and the corresponding FFT. 180 180 {{{#!shell 181 omf stat -t all181 root@srv1-lg1:~/Cubic23/Agora/files/log/csv# taskset -c 31 python3 cubic_mimo.py 182 182 }}} 183 183 * {{{cubic_conste.py}}}: This visualization tool helps to visualize the constellation Agora-UHD system get after demodulating the received signals 184 {{{#!shell 185 root@srv1-lg1:~/Cubic23/Agora/files/log/csv# taskset -c 32 python3 cubic_conste.py --SISO --QAM16 186 }}} 187 {{{--SISO/--MIMO}}} chooses the mode to plot for either SISO case or MIMO case, --QAM16 and --QAM64 plots the corresponding reference point for different modulation types. 184 188 * {{{cubic_mimo.py}}} and {{{cubic.py}}}: This visualization tool helps to visualize the EVM, SNR, and BER readings for the Agora-UHD system. 185 189