Changes between Version 14 and Version 15 of Tutorials/Wireless/intro Tutorial


Ignore:
Timestamp:
Jul 22, 2022, 8:54:57 PM (2 years ago)
Author:
jennyshane
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/Wireless/intro Tutorial

    v14 v15  
    8181
    8282 [[Image(rx-ascii-no-sig.png, width=1000px)]]
     83
     84 2. ssh to sdr2-s1-lg1 and start the tx_waveforms demo with the following command:
     85 {{{#!shell
     86 /usr/lib/uhd/examples/tx_waveforms --args="resource=rio0,type=x300" --wave-freq 1e6 --wave-type SINE --freq 2400e6 --rate 5e6 --gain 10 --ampl 0.2
     87 }}}
     88
     89 On the DFT visualization on sdr2-md1, you should see a peak representing the transmitted signal.