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


Ignore:
Timestamp:
Jul 5, 2023, 5:28:09 PM (22 months ago)
Author:
zhenzhou77
Comment:

Legend:

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

    v42 v43  
    179179* {{{cubic_timeD.py}}}: This visualization tool helps to visualize the raw IQ samples captured by Agora-UHD and the corresponding FFT.
    180180    {{{#!shell
    181     omf stat -t all
     181    root@srv1-lg1:~/Cubic23/Agora/files/log/csv# taskset -c 31 python3 cubic_mimo.py
    182182    }}}
    183183* {{{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.
    184188* {{{cubic_mimo.py}}} and {{{cubic.py}}}: This visualization tool helps to visualize the EVM, SNR, and BER readings for the Agora-UHD system.
    185189