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


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

Legend:

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

    v28 v29  
    5353== Let’s start to run examples ==
    5454
    55  * 1.   Run the receiver only:
     55 1. '''Receiver only''' The transmitter doesn't send any thing, only the receiver receives. In this case, what the receiver receives is white noise.
    5656   {{{
    5757      ./usrp1_rx_cfile.py -f 10e3 -N21000 -g 10 rx_10k_1.dat
    5858   }}}
    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.
     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.