Changes between Version 5 and Version 6 of Tutorials/k0SDR/Tutorial18
- Timestamp:
- Jun 13, 2016, 2:29:41 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/k0SDR/Tutorial18
v5 v6 15 15 3. In this example we'll use node21-1 to run the application to collect samples. This node will have access to all usrps on the grid's RF device column ie. ''-t [23,1..8]'' 16 16 17 Load ''baseline- sdr.ndz'' image and then ssh into node21-117 Load ''baseline-uhd-rc.ndz'' image and then ssh into node21-1 18 18 {{{ 19 grid> omf load -i baseline- sdr.ndz -t node21-119 grid> omf load -i baseline-uhd-rc.ndz -t node21-1 20 20 grid> omf tell -a on -t node21-1 21 21 grid> ssh root@node21-1 … … 31 31 1. The application to collect samples is ''rx_multi_receive''. Run this with --help to get a list of options. 32 32 {{{ 33 root@node21-1:~/RX_MULTI_RECEIVE# ./rx_multi_receive --help33 root@node21-1:~/RX_MULTI_RECEIVE# rx_multi_receive --help 34 34 linux; GNU C++ version 4.8.4; Boost_105400; UHD_003.009.003-0-unknown 35 35 … … 63 63 {{{ 64 64 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 565 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 66 }}} 67 67