Changes between Version 15 and Version 16 of Tutorials/Wireless/mmwaveSB1
- Timestamp:
- Jan 8, 2020, 8:26:04 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/Wireless/mmwaveSB1
v15 v16 162 162 163 163 ==== Run the experiment ==== 164 * Start transmit application on the TX node .164 * Start transmit application on the TX node(srv1-lg1). Run UHD application tx_waveforms to transmit a sine wave. 165 165 {{{ 166 166 root@srv1-lg1:~/uhd/host/build/examples# ./tx_waveforms --args="addr=10.115.2.2" --freq 100e6 --rate 200e6 --ant AB --subdev A:AB --wave-freq 1e6 --wave-type SINE 167 167 }}} 168 168 169 * Start receive application on the RX node .169 * Start receive application on the RX node(srv2-lg1). Run rx_ascii_art_dft to observe the sinewave as shown in the picture below 170 170 {{{ 171 171 root@srv2-lg1:~# /usr/lib/uhd/examples/rx_ascii_art_dft --args="addr=10.115.2.3" --freq 100e6 --rate 200e6 --ref-lvl -20 --ant AB --subdev B:AB 172 172 }}} 173 173 174 || [[Image( channel_sounding_display_orange.jpg]] ||174 || [[Image(mmWave_sinewave_rx.jpg]] ||