Changes between Version 43 and Version 44 of Tutorials/Wireless/mmwaveSB1
- Timestamp:
- Jul 31, 2020, 2:08:35 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/Wireless/mmwaveSB1
v43 v44 114 114 === Execution === 115 115 ==== Run the experiment ==== 116 * Start transmit application on the TX node(srv 1-lg1). Run UHD application tx_waveforms to transmit a sine wave.116 * Start transmit application on the TX node(srv4-lg1). Run UHD application tx_waveforms to transmit a sine wave. 117 117 {{{#!shell-session 118 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 SINE118 root@srv4-lg1:~# /usr/lib/uhd/examples/tx_waveforms --args="addr=10.115.2.3" --freq 100e6 --rate 200e6 --ant AB --subdev A:AB --wave-freq 1e6 --wave-type SINE 119 119 }}} 120 120 121 * Start receive application on the RX node(srv 2-lg1). Run rx_ascii_art_dft to observe the sinewave as shown in the picture below121 * Start receive application on the RX node(srv3-lg1). Run rx_ascii_art_dft to observe the sinewave as shown in the picture below 122 122 {{{#!shell-session 123 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:AB123 root@srv3-lg1:~# /usr/lib/uhd/examples/rx_ascii_art_dft --args="addr=10.115.2.2" --freq 100e6 --rate 200e6 --ref-lvl -20 --ant AB --subdev B:AB 124 124 }}} 125 125 || [[Image(mmWave_sinewave_rx.jpg, 700px)]] ||