Changes between Version 41 and Version 42 of Tutorials/Wireless/mmwave Paam Agora


Ignore:
Timestamp:
Jul 5, 2023, 5:25:56 PM (21 months ago)
Author:
zhenzhou77
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/Wireless/mmwave Paam Agora

    v41 v42  
    176176
    177177==== 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:'
     178Please 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.
    179179* {{{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    }}}
    180183* {{{cubic_conste.py}}}: This visualization tool helps to visualize the constellation Agora-UHD system get after demodulating the received signals
    181184* {{{cubic_mimo.py}}} and {{{cubic.py}}}: This visualization tool helps to visualize the EVM, SNR, and BER readings for the Agora-UHD system.
    182185
    183