Changes between Version 2 and Version 3 of Workshops/Sig Comm2022/group/shark


Ignore:
Timestamp:
Aug 19, 2022, 7:21:29 PM (21 months ago)
Author:
jennyshane
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Workshops/Sig Comm2022/group/shark

    v2 v3  
    7070 2. ssh to node13-14 and start the tx_waveforms demo with the following command:
    7171 {{{
    72  /usr/lib/uhd/examples/tx_waveforms --args="type=b200" --wave-freq 1e6 --wave-type SINE --freq 2480e6 --rate 5e6 --gain 10 --ampl 0.2
     72 /usr/lib/uhd/examples/tx_waveforms --args="type=b200" --wave-freq 1e6 --wave-type SINE --freq 2480e6 --rate 5e6 --gain 70 --ampl 1.0
    7373 }}}
    7474
     
    7979 We can generate a different type of signal by changing the {{{wave-type}}} argument. For instance, if we transmit a square wave:
    8080 {{{
    81  /usr/lib/uhd/examples/tx_waveforms --args="type=b200" --wave-freq 1e6 --wave-type SQUARE --freq 2480e6 --rate 5e6 --gain 10 --ampl 0.2
     81 /usr/lib/uhd/examples/tx_waveforms --args="type=b200" --wave-freq 1e6 --wave-type SQUARE --freq 2480e6 --rate 5e6 --gain 70 --ampl 1.0
    8282 }}}
    8383