Changes between Version 41 and Version 42 of Tutorials/Wireless/mmwaveSB1


Ignore:
Timestamp:
Jun 1, 2020, 7:28:11 PM (4 years ago)
Author:
prasanthi
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/Wireless/mmwaveSB1

    v41 v42  
    116116* Start transmit application on the TX node(srv1-lg1). Run UHD application tx_waveforms to transmit a sine wave.
    117117{{{#!shell-session
    118 root@srv3-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
     118root@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
    119119}}}
    120120 
    121121* Start receive application on the RX node(srv2-lg1). Run rx_ascii_art_dft to observe the sinewave as shown in the picture below
    122122{{{#!shell-session
    123 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 
     123root@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 
    124124}}} 
    125125  || [[Image(mmWave_sinewave_rx.jpg, 700px)]] ||