Changes between Version 41 and Version 42 of Tutorials/Wireless/mmwave Paam Agora
- Timestamp:
- Jul 5, 2023, 5:25:56 PM (21 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/Wireless/mmwave Paam Agora
v41 v42 176 176 177 177 ==== Bring up real-time visualization ==== 178 In **terminal 2**, please direct to the {{{~/Cubic23/Agora/files/log/csv}}} folder, where you will be able to see 3 types Python visualization files:' 178 Please direct to the {{{~/Cubic23/Agora/files/log/csv}}} folder, where you will be able to see **3 types** Python visualization files. In **terminal 2**, use the following command to choose the visualization for the system. 179 179 * {{{cubic_timeD.py}}}: This visualization tool helps to visualize the raw IQ samples captured by Agora-UHD and the corresponding FFT. 180 {{{#!shell 181 omf stat -t all 182 }}} 180 183 * {{{cubic_conste.py}}}: This visualization tool helps to visualize the constellation Agora-UHD system get after demodulating the received signals 181 184 * {{{cubic_mimo.py}}} and {{{cubic.py}}}: This visualization tool helps to visualize the EVM, SNR, and BER readings for the Agora-UHD system. 182 185 183