Changes between Version 12 and Version 13 of Tutorials/k0SDR/Tutorial00


Ignore:
Timestamp:
Aug 29, 2012, 6:37:36 PM (12 years ago)
Author:
nilanjan
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/k0SDR/Tutorial00

    v12 v13  
    326326}}}
    327327
    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.
    329329{{{
    330330root@node1-2:~/uhd/host/build/examples# ./rx_samples_to_file --freq 5000e6 --rate 8e6 --type float
    331331}}}
    332332
    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.
    334334  On node1-2, start up octave
    335335{{{