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


Ignore:
Timestamp:
Aug 19, 2022, 6:01:02 PM (21 months ago)
Author:
jkol
Comment:

Legend:

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

    v2 v3  
    7575 2. ssh to node20-1 and start the tx_waveforms demo with the following command:
    7676 {{{
    77  /usr/lib/uhd/examples/tx_waveforms --args="addr=192.168.10.2" --wave-freq 1e6 --wave-type SINE --freq 2450e6 --rate 5e6 --gain 10 --ampl 0.2
     77 /usr/lib/uhd/examples/tx_waveforms --args="addr=192.168.10.2" --wave-freq 1e6 --wave-type SINE --freq 2450e6 --rate 5e6 --gain 10 --ampl 1.0
    7878 }}}
    7979
     
    8484 We can generate a different type of signal by changing the {{{wave-type}}} argument. For instance, if we transmit a square wave:
    8585 {{{
    86  /usr/lib/uhd/examples/tx_waveforms --args="addr=192.168.10.2" --wave-freq 1e6 --wave-type SQUARE --freq 2450e6 --rate 5e6 --gain 10 --ampl 0.2
     86 /usr/lib/uhd/examples/tx_waveforms --args="addr=192.168.10.2" --wave-freq 1e6 --wave-type SQUARE --freq 2450e6 --rate 5e6 --gain 20 --ampl 1.0
    8787 }}}
    8888