Changes between Version 10 and Version 11 of Tutorials/Wireless/mmwave Paam Link Rate


Ignore:
Timestamp:
Mar 1, 2024, 6:45:35 PM (9 months ago)
Author:
zhihuigao
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/Wireless/mmwave Paam Link Rate

    v10 v11  
    227227=== Experiment Execution ===
    228228
    229 ==== Bring up real-time visualization ====
     229==== Configure USRP parameters ====
     230In MATLAB, open {{{GetParam.m}}}, and configure the parameters below:
     231
     232param.carrier: the carrier frequency of the TX and RX;
     233
     234{{{#!shell
     235aaa
     236}}}
     237
     238param.subdevTx and param.subdevRX: the subdevice settings of the TX/RX USRP, e.g., A:0 for X series and A:A for B series, and you may find more detials in the link below: https://files.ettus.com/manual/page_configuration.html
     239param.gainTx and param.gainRx: the TX/RX gain of the USRPs, whose range varies over different USRP types, which can be find by running uhd_usrp_probe command in the terminal.
    230240
    231241==== Run the experiment ====