Changes between Version 45 and Version 46 of Tutorials/Wireless/mmwave Paam Agora
- Timestamp:
- Jul 5, 2023, 5:34:56 PM (22 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/Wireless/mmwave Paam Agora
v45 v46 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 root@srv1-lg1:~/Cubic23/Agora/files/log/csv# taskset -c 31 python3 cubic_ mimo.py181 root@srv1-lg1:~/Cubic23/Agora/files/log/csv# taskset -c 31 python3 cubic_timeD.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 … … 187 187 {{{--SISO/--MIMO}}} chooses the mode to plot for either SISO case or MIMO case, {{{--QAM16/--QAM64}}} plots the corresponding reference point for different modulation types. 188 188 * {{{cubic_mimo.py}}} and {{{cubic.py}}}: This visualization tool helps to visualize the EVM, SNR, and BER readings for the Agora-UHD system. 189 {{{#!shell 190 root@srv1-lg1:~/Cubic23/Agora/files/log/csv# taskset -c 31 python3 cubic_mimo.py 191 }}} 189 192