Changes between Version 7 and Version 8 of Tutorials/k0SDR/Tutorial18
- Timestamp:
- Nov 3, 2016, 4:43:45 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/k0SDR/Tutorial18
v7 v8 29 29 30 30 === Collect samples === 31 1. The application to collect samples is ''rx_multi_receive''. Run this with --help to get a list of options. 31 1. The application to collect samples is ''rx_multi_receive''. The source files are in the attachment. Download it to a directory and ''make'' the application. 32 33 Run ''rx_multi_receive --help'' to get a list of options. 32 34 {{{ 33 root@node21-1:~/RX_MULTI_RECEIVE# rx_multi_receive --help35 root@node21-1:~/RX_MULTI_RECEIVE# ./rx_multi_receive --help 34 36 linux; GNU C++ version 4.8.4; Boost_105400; UHD_003.009.003-0-unknown 35 37 … … 63 65 {{{ 64 66 root@node21-1:~/RX_MULTI_RECEIVE# now="date +%Y%m%d"T"%H%M%S"Z" " 65 root@node21-1:~/RX_MULTI_RECEIVE# rx_multi_receive --nsamps 1024 --rate 5e6 --args="addr0=10.10.23.1,addr1=10.10.23.3,addr2=10.10.23.4" --subdev "A:0 B:0" --channels "0,1,2,3,4,5" --prefix "x310_`$now`_" --sync "pps" --secs 567 root@node21-1:~/RX_MULTI_RECEIVE# ./rx_multi_receive --nsamps 1024 --rate 5e6 --args="addr0=10.10.23.1,addr1=10.10.23.3,addr2=10.10.23.4" --subdev "A:0 B:0" --channels "0,1,2,3,4,5" --prefix "x310_`$now`_" --sync "pps" --secs 5 66 68 }}} 67 69