Changes between Version 3 and Version 4 of Workshops/Sig Comm2022/group/lemur
- Timestamp:
- Aug 19, 2022, 7:28:48 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Workshops/Sig Comm2022/group/lemur
v3 v4 70 70 2. ssh to node1-2 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 2400e6 --rate 5e6 --gain 10 --ampl 0.272 /usr/lib/uhd/examples/tx_waveforms --args="type=b200" --wave-freq 1e6 --wave-type SINE --freq 2400e6 --rate 5e6 --gain 80 --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 2400e6 --rate 5e6 --gain 10 --ampl 0.281 /usr/lib/uhd/examples/tx_waveforms --args="type=b200" --wave-freq 1e6 --wave-type SQUARE --freq 2400e6 --rate 5e6 --gain 80 --ampl 1.0 82 82 }}} 83 83