Changes between Version 28 and Version 29 of Old/Tutorials/k0SDR/Tutorial00
- Timestamp:
- Oct 1, 2006, 2:30:38 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Old/Tutorials/k0SDR/Tutorial00
v28 v29 53 53 == Let’s start to run examples == 54 54 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. 56 56 {{{ 57 57 ./usrp1_rx_cfile.py -f 10e3 -N21000 -g 10 rx_10k_1.dat 58 58 }}} 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.