Changes between Version 41 and Version 42 of Tutorials/Wireless/mmwaveSB1
- Timestamp:
- Jun 1, 2020, 7:28:11 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/Wireless/mmwaveSB1
v41 v42 116 116 * Start transmit application on the TX node(srv1-lg1). Run UHD application tx_waveforms to transmit a sine wave. 117 117 {{{#!shell-session 118 root@srv 3-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 SINE118 root@srv4-lg1:~# /usr/lib/uhd/examples/tx_waveforms --args="addr=10.115.2.2" --freq 100e6 --rate 200e6 --ant AB --subdev A:AB --wave-freq 1e6 --wave-type SINE 119 119 }}} 120 120 121 121 * Start receive application on the RX node(srv2-lg1). Run rx_ascii_art_dft to observe the sinewave as shown in the picture below 122 122 {{{#!shell-session 123 root@srv 2-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:AB123 root@srv3-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 124 124 }}} 125 125 || [[Image(mmWave_sinewave_rx.jpg, 700px)]] ||