Changes between Version 15 and Version 16 of Tutorials/Wireless/mmwaveSB1


Ignore:
Timestamp:
Jan 8, 2020, 8:26:04 PM (4 years ago)
Author:
prasanthi
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/Wireless/mmwaveSB1

    v15 v16  
    162162
    163163==== 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.
    165165{{{
    166 
     166root@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
    167167}}}
    168168 
    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
    170170{{{
    171  
     171root@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 
    172172}}}
    173173 
    174   || [[Image(channel_sounding_display_orange.jpg]] ||
     174  || [[Image(mmWave_sinewave_rx.jpg]] ||