Changes between Version 31 and Version 32 of Old/Tutorials/k0SDR/Tutorial00
- Timestamp:
- Oct 1, 2006, 2:42:17 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Old/Tutorials/k0SDR/Tutorial00
v31 v32 55 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 ./usrp1_rx_cfile.py -f 10e3 -N21000 -g 10 rx_10k_1.dat57 ./usrp1_rx_cfile.py -f 10e3 -N21000 -g 10 noise.dat 58 58 }}} 59 59 * '-f 10e3': tells the GnuRadio to listen to the frequency band 10kHz. … … 63 63 64 64 65 Using the matlab script [http://www.orbit-lab.org/attachment/wiki/Documentation/GNURadio/plot _sig.m plot_sig], you can get the following figure65 Using the matlab script [http://www.orbit-lab.org/attachment/wiki/Documentation/GNURadio/plotall.m plotall('noise.dat')], you can get the following figure