Changes between Version 43 and Version 44 of Tutorials/Wireless/mmwaveSB1


Ignore:
Timestamp:
Jul 31, 2020, 2:08:35 AM (4 years ago)
Author:
tingjunchen
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/Wireless/mmwaveSB1

    v43 v44  
    114114=== Execution ===
    115115==== Run the experiment ====
    116 * Start transmit application on the TX node(srv1-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.
    117117{{{#!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 SINE
     118root@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
    119119}}}
    120120 
    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
     121* Start receive application on the RX node(srv3-lg1). Run rx_ascii_art_dft to observe the sinewave as shown in the picture below
    122122{{{#!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:AB 
     123root@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 
    124124}}} 
    125125  || [[Image(mmWave_sinewave_rx.jpg, 700px)]] ||