Changes between Version 19 and Version 20 of Tutorials/Wireless/wideband
- Timestamp:
- Nov 8, 2019, 7:21:10 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/Wireless/wideband
v19 v20 113 113 * Start transmit application on the TX node. If you were assigned a group, the command below will start the application on the assigned TX USRP, with a bandwidth of 100MHz. 114 114 {{{ 115 root@node19-1:~# /root/uhd/host/build/examples/ rfnoc_tx_mobicom--group red115 root@node19-1:~# /root/uhd/host/build/examples/channel_sounding_tx --group red 116 116 }}} 117 117 118 118 * Start receive application on the RX node. If you were assigned a group, the command below will start the application on the assigned RX USRP 119 119 {{{ 120 root@node20-1:~# ./uhd/host/build/examples/ rfnoc_rx_mobicom--group red120 root@node20-1:~# ./uhd/host/build/examples/channel_sounding_rx --group red 121 121 }}} 122 122