diff options
author | Marcus Müller <Marcus.Mueller@ettus.com> | 2015-06-30 23:08:34 +0200 |
---|---|---|
committer | Marcus Müller <Marcus.Mueller@ettus.com> | 2015-06-30 23:08:34 +0200 |
commit | 5281b9bf7f47c28e54574a58c256212d97fa685d (patch) | |
tree | fd75295b53c06592b87f0ea3d4fba490864e58e4 /gr-noaa | |
parent | b9034d561b09f2c10f85507662cfd3a3900efead (diff) |
Removed reference to decimation rates in README
Diffstat (limited to 'gr-noaa')
-rw-r--r-- | gr-noaa/README | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/gr-noaa/README b/gr-noaa/README index f00d2d28de..88364cafda 100644 --- a/gr-noaa/README +++ b/gr-noaa/README @@ -15,15 +15,12 @@ HRPT minor frames into a file. The file stores a series of 11090 word, 16-bits per word corresponding to the HRPT minor frame format (only the lower 10-bits per word are significant.) -The script file by default uses USRP side A, 1698 MHz, at decimation 16. The -gnuradio configuration file ~/.gnuradio/config.conf, section 'usrp_rx_hrpt.cfg', -will allow changing this, as well as implementing persistent storage of GUI -entered parameters from invocation to invocation. - -The present HRPT demodulator is only tested at decimation 16. The only other -valid decimation rates are 24 and 32, which may work but with more bit -errors. No other decimation rates will work. +The script file by default uses USRP side A, 1698 MHz, at a sampling rate of +4MHz. The gnuradio configuration file ~/.gnuradio/config.conf, section +'usrp_rx_hrpt.cfg', will allow changing this, as well as implementing +persistent storage of GUI entered parameters from invocation to invocation. +The present HRPT demodulator is only tested at 4MS/s. file_rx_hrpt.py --------------- |