Changes between Version 27 and Version 28 of Old/Tutorials/k0SDR/Tutorial00


Ignore:
Timestamp:
Oct 1, 2006, 2:26:09 AM (18 years ago)
Author:
anonymous
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Old/Tutorials/k0SDR/Tutorial00

    v27 v28  
    5353== Let’s start to run examples ==
    5454
    55  
    56    
    57  * Run the receiver only:
     55 * 1.   Run the receiver only:
    5856   {{{
    59       ./usrp1_rx_cfile.py -f 10e6 -N21000 -g 10 rx_10k_1.dat
     57      ./usrp1_rx_cfile.py -f 10e3 -N21000 -g 10 rx_10k_1.dat
    6058   }}}
    61 
     59    '-f 10e3': tells the GnuRadio to listen the frequency band 10kHz.
     60    '-N21000': sample 21000 data points.
     61    '-g 10': set the gain to 10.
     62    'rx_10k_1.data': set the file name that will store the data samples.