diff options
author | Tom Rondeau <trondeau@vt.edu> | 2012-04-13 18:36:53 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2012-04-13 18:36:53 -0400 |
commit | f919f9dcbb54a08e6e26d6c229ce92fb784fa1b2 (patch) | |
tree | 7e846386b9eb1676f9a93fc4a1e55916b9accc97 /gr-pager/README | |
parent | 6a1e9783fec6ed827f49db27c171591d30f32933 (diff) |
Removed whitespace and added dtools/bin/remove-whitespace as a tool to do this in the future.
The sed script was provided by Moritz Fischer.
Diffstat (limited to 'gr-pager/README')
-rw-r--r-- | gr-pager/README | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gr-pager/README b/gr-pager/README index 2d4f3c95c5..441fee0b43 100644 --- a/gr-pager/README +++ b/gr-pager/README @@ -26,10 +26,10 @@ usrp_flex.py - Receives and displays pages from a single paging channel. To Example, to receive from 931.95M (a common nationwide channel) with DBSRX in side A of USRP: - + $ usrp_flex.py -f 931.95M -g 32 -R A - + usrp_flex_band.py - Receives and displays pages from a 1 MHz paging band (40 pager channels.) To work from recorded data, record from USRP with decimation 64 at center frequency. @@ -48,8 +48,8 @@ Usage: usrp_flex_band.py [options] Example, to receive from the lower third of the pager band with DBSRX in side B of USRP: - - $ usrp_flex_band.py -f 929.5M -g 32 -R B + + $ usrp_flex_band.py -f 929.5M -g 32 -R B usrp_flex_all.py - Receives and displays pages from entire pager band (3 MHz, 120 pager channels.) This does not work in real time due @@ -69,11 +69,11 @@ usrp_flex_all.py - Receives and displays pages from entire pager band (3 MHz, -v, --verbose display debug output Example, to receive all pager channels with DBSRX in side A: - + $ usrp_flex_all.py -R A The demodulator is relatively sensitive to frequency offset and can capture a signal -within 3k of the actual signal. +within 3k of the actual signal. All three scripts take a 'calibration' parameter, which specifies the frequency offset of the daughterboard. This causes the USRP to be tuned to the given center frequency |