| 229 | | ==== Bring up real-time visualization ==== |
| | 229 | ==== Configure USRP parameters ==== |
| | 230 | In MATLAB, open {{{GetParam.m}}}, and configure the parameters below: |
| | 231 | |
| | 232 | param.carrier: the carrier frequency of the TX and RX; |
| | 233 | |
| | 234 | {{{#!shell |
| | 235 | aaa |
| | 236 | }}} |
| | 237 | |
| | 238 | param.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 |
| | 239 | param.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. |