Changes between Version 6 and Version 7 of Tutorials/k0SDR/Tutorial15


Ignore:
Timestamp:
Sep 24, 2015, 3:34:28 PM (9 years ago)
Author:
prasanthi
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/k0SDR/Tutorial15

    v6 v7  
    5858end
    5959}}}
    60 * Run the script by typing
     60* The script here takes the receive center frequencies and run time as parameters along with the number of fft bins etc. Run the script by typing
    6161{{{
    62 omf exec sys:exp:zynq_spec_sense.rb
     62omf exec sys:exp:zynq_spec_sense.rb --time 20
    6363}}}
    6464* Run tcpdump on the nodes to see packets coming from the zedboard to the node
     
    6666root@node1-2:~# tcpdump -i eth2
    6767}}}
    68 *
     68* FFT bin data is collected in /zynq_rx_fft.bin on each of the nodes. These files can be copied to the console and the spectrum can be plotted using an octave script.
    6969