Changes between Version 34 and Version 35 of Tutorials/Wireless/mmwaveSB1
- Timestamp:
- May 14, 2020, 11:57:46 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/Wireless/mmwaveSB1
v34 v35 106 106 }}} 107 107 108 * If some or all the ports are set to "2", set them to port "1" 109 {{{#!shell 110 curl "am1.cosmos-lab.org:5054/rf_switch/set?name=rfsw1.sb1.cosmos-lab.org,rfsw2.sb1.cosmos-lab.org&switch=1,2,3,4&port=2" 111 }}} 112 108 113 === Execution === 109 114 ==== Run the experiment ==== 110 115 * Start transmit application on the TX node(srv1-lg1). Run UHD application tx_waveforms to transmit a sine wave. 111 116 {{{#!shell-session 112 root@srv 1-lg1:~/uhd/host/build/examples# ./tx_waveforms --args="addr=10.115.2.2" --freq 100e6 --rate 200e6 --ant AB --subdev A:AB --wave-freq 1e6 --wave-type SINE117 root@srv3-lg1:~/uhd/host/build/examples# ./tx_waveforms --args="addr=10.115.2.2" --freq 100e6 --rate 200e6 --ant AB --subdev A:AB --wave-freq 1e6 --wave-type SINE 113 118 }}} 114 119