Changes between Version 5 and Version 6 of Tutorials/k0SDR/Tutorial18


Ignore:
Timestamp:
Jun 13, 2016, 2:29:41 PM (8 years ago)
Author:
nilanjan
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/k0SDR/Tutorial18

    v5 v6  
    1515 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]''
    1616
    17  Load ''baseline-sdr.ndz'' image and then ssh into node21-1
     17 Load ''baseline-uhd-rc.ndz'' image and then ssh into node21-1
    1818 {{{
    19    grid> omf load -i baseline-sdr.ndz -t node21-1
     19   grid> omf load -i baseline-uhd-rc.ndz -t node21-1
    2020   grid> omf tell -a on -t node21-1
    2121   grid> ssh root@node21-1
     
    3131 1. The application to collect samples is ''rx_multi_receive''. Run this with --help to get a list of options.
    3232 {{{
    33 root@node21-1:~/RX_MULTI_RECEIVE# ./rx_multi_receive --help
     33root@node21-1:~/RX_MULTI_RECEIVE# rx_multi_receive --help
    3434linux; GNU C++ version 4.8.4; Boost_105400; UHD_003.009.003-0-unknown
    3535
     
    6363 {{{
    6464root@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 5
     65root@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
    6666 }}}
    6767