Changes between Version 27 and Version 28 of Old/Tutorials/k0SDR/Tutorial00
- Timestamp:
- Oct 1, 2006, 2:26:09 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Old/Tutorials/k0SDR/Tutorial00
v27 v28 53 53 == Let’s start to run examples == 54 54 55 56 57 * Run the receiver only: 55 * 1. Run the receiver only: 58 56 {{{ 59 ./usrp1_rx_cfile.py -f 10e 6-N21000 -g 10 rx_10k_1.dat57 ./usrp1_rx_cfile.py -f 10e3 -N21000 -g 10 rx_10k_1.dat 60 58 }}} 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.