1.编译
须要链接uhd库和boost_program_options库以及boost_thread库:
g++ tx_waveforms.cpp -o a -luhd -lboost_program_options -lboost_thread
执行:
./txrx --tx-rate 1e6 --rx-rate 1e6 --tx-freq 1e9 --rx-freq 1e9 --ampl 1 --wave-type CONST --type float
2.指定接收天线
锁定TX/RX接收:./rx --rate 1e6 --freq 1e9 --ant TX/RX
通过--ant TX/RX指定TX/RX接收,通过--ant RX2指定RX2接收
3.指定子板
指定子板:--subdev A:0
因为仅仅有一个子板,仅仅能选择A:0