Changes between Version 12 and Version 13 of Tutorials/k0SDR/Tutorial00
- Timestamp:
- Aug 29, 2012, 6:37:36 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/k0SDR/Tutorial00
v12 v13 326 326 }}} 327 327 328 On node1-2, use the rx_sample_to_file utility to dump the received samples into a file.328 * On node1-2, use the rx_sample_to_file utility to dump the received samples into a file. 329 329 {{{ 330 330 root@node1-2:~/uhd/host/build/examples# ./rx_samples_to_file --freq 5000e6 --rate 8e6 --type float 331 331 }}} 332 332 333 The samples will be recorded into the file ''usrp_samples.dat''. Upload this file into octave and plot the time-domain samples.333 * The samples will be recorded into the file ''usrp_samples.dat''. Upload this file into octave and plot the time-domain samples. 334 334 On node1-2, start up octave 335 335 {{{