Changes between Version 7 and Version 8 of Workshops/Sig Comm2022/group/labrador


Ignore:
Timestamp:
Aug 11, 2022, 7:36:13 PM (2 years ago)
Author:
jennyshane
Comment:

Legend:

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

    v7 v8  
    5959 1. ssh to node3-2 and start the rx_ascii_art_dft demo with the following command:
    6060 {{{
    61  /usr/lib/uhd/examples/rx_ascii_art_dft --args "type=b200" --freq 2400e6 --rate 5e6 --frame-rate 10 --gain 10 --ref-lvl -30 --dyn-rng 70
     61 /usr/lib/uhd/examples/rx_ascii_art_dft --args "type=b200" --freq 2465e6 --rate 5e6 --frame-rate 10 --gain 10 --ref-lvl -30 --dyn-rng 70
    6262 }}}
    6363 Note that we are looking at the frequency band around 2.4GHz. You should see an output similar to this:
     
    6767 2. ssh to node8-7 and start the tx_waveforms demo with the following command:
    6868 {{{
    69  /usr/lib/uhd/examples/tx_waveforms --args="type=b200" --wave-freq 1e6 --wave-type SINE --freq 2400e6 --rate 5e6 --gain 10 --ampl 0.2
     69 /usr/lib/uhd/examples/tx_waveforms --args="type=b200" --wave-freq 1e6 --wave-type SINE --freq 2465e6 --rate 5e6 --gain 10 --ampl 0.2
    7070 }}}
    7171
     
    7676 We can generate a different type of signal by changing the {{{wave-type}}} argument. For instance, if we transmit a square wave:
    7777 {{{
    78  /usr/lib/uhd/examples/tx_waveforms --args="type=b200" --wave-freq 1e6 --wave-type SQUARE --freq 2400e6 --rate 5e6 --gain 10 --ampl 0.2
     78 /usr/lib/uhd/examples/tx_waveforms --args="type=b200" --wave-freq 1e6 --wave-type SQUARE --freq 2465e6 --rate 5e6 --gain 10 --ampl 0.2
    7979 }}}
    8080