Changes between Version 11 and Version 12 of Workshops/Sig Comm2022/group/labrador


Ignore:
Timestamp:
Aug 19, 2022, 7:25:44 PM (21 months ago)
Author:
jkol
Comment:

Legend:

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

    v11 v12  
    7070 2. ssh to node8-7 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 2465e6 --rate 5e6 --gain 10 --ampl 0.2
     72 /usr/lib/uhd/examples/tx_waveforms --args="type=b200" --wave-freq 1e6 --wave-type SINE --freq 2465e6 --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 2465e6 --rate 5e6 --gain 10 --ampl 0.2
     81 /usr/lib/uhd/examples/tx_waveforms --args="type=b200" --wave-freq 1e6 --wave-type SQUARE --freq 2465e6 --rate 5e6 --gain 70 --ampl 1.0
    8282 }}}
    8383