Changes between Version 73 and Version 74 of Tutorials/Wireless/mmwave Paam Agora


Ignore:
Timestamp:
Jul 5, 2023, 8:35:04 PM (21 months ago)
Author:
zhenzhou77
Comment:

Legend:

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

    v73 v74  
    4040* Real-time visualization for the real-time DSP pipeline.
    4141
    42 === CFO Calibration for PAAM boards ===
    43 **This section introduces how to calibrate the CFO between the PAAM boards. It is not a necessary step for users who wants to run this tutorial.** \\
    44 \\
    45 Since each 28 GHz PAAM board is driven by its own on-board phase lock loop (PLL), the CFO between two 28 GHz PAAM boards needs to be calibrated in order to establish a 28 GHz communication link. \\
    46 The following shows a coarse CFO calibration scheme: \\
    47 In **terminal 1**, change the {{{cfoBS}}} value to be **0** in line 15 as:
    48     {{{#!shell
    49     vim PAAM_Control/main.py
    50     }}}
    51 
    52 Based on the measurements we performed shown in the following figure, we pre-set the CFO to the PAAM boar
    5342
    5443=== Tutorial Setup ===
     
    187176Notice this program will **hang** there to indicate that the PAAM board is on, if you wish to turn off the ICs on the PAAM boards, please **press {{{CTRL+C}}} once**.
    188177
     178=== CFO Calibration for PAAM boards ===
     179**This section introduces how to calibrate the CFO between the PAAM boards. It is not a necessary step for users who wants to run this tutorial.** \\
     180\\
     181Since each 28 GHz PAAM board is driven by its own on-board phase lock loop (PLL), the CFO between two 28 GHz PAAM boards needs to be calibrated in order to establish a 28 GHz communication link. \\
     182The following shows a coarse CFO calibration scheme: \\
     183*In **terminal 1**, change the {{{cfoBS}}} value to be **0** in line 15 as:
     184    {{{#!shell
     185    vim PAAM_Control/main.py
     186    }}}
     187*Configure and bring up the PAAM board as described
     188
     189
     190Based on the measurements we performed shown in the following figure, we pre-set the CFO to the PAAM boar
     191
    189192
    190193==== Bring up real-time visualization ====