Changes between Version 2 and Version 3 of Workshops/Sig Comm2022/group/shark
- Timestamp:
- Aug 19, 2022, 7:21:29 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Workshops/Sig Comm2022/group/shark
v2 v3 70 70 2. ssh to node13-14 and start the tx_waveforms demo with the following command: 71 71 {{{ 72 /usr/lib/uhd/examples/tx_waveforms --args="type=b200" --wave-freq 1e6 --wave-type SINE --freq 2480e6 --rate 5e6 --gain 10 --ampl 0.272 /usr/lib/uhd/examples/tx_waveforms --args="type=b200" --wave-freq 1e6 --wave-type SINE --freq 2480e6 --rate 5e6 --gain 70 --ampl 1.0 73 73 }}} 74 74 … … 79 79 We can generate a different type of signal by changing the {{{wave-type}}} argument. For instance, if we transmit a square wave: 80 80 {{{ 81 /usr/lib/uhd/examples/tx_waveforms --args="type=b200" --wave-freq 1e6 --wave-type SQUARE --freq 2480e6 --rate 5e6 --gain 10 --ampl 0.281 /usr/lib/uhd/examples/tx_waveforms --args="type=b200" --wave-freq 1e6 --wave-type SQUARE --freq 2480e6 --rate 5e6 --gain 70 --ampl 1.0 82 82 }}} 83 83