Changes between Version 6 and Version 7 of Tutorials/k0SDR/Tutorial15
- Timestamp:
- Sep 24, 2015, 3:34:28 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/k0SDR/Tutorial15
v6 v7 58 58 end 59 59 }}} 60 * Run the script by typing60 * 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 61 61 {{{ 62 omf exec sys:exp:zynq_spec_sense.rb 62 omf exec sys:exp:zynq_spec_sense.rb --time 20 63 63 }}} 64 64 * Run tcpdump on the nodes to see packets coming from the zedboard to the node … … 66 66 root@node1-2:~# tcpdump -i eth2 67 67 }}} 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. 69 69