summaryrefslogtreecommitdiff
path: root/gr-noaa
diff options
context:
space:
mode:
authorMarcus Müller <Marcus.Mueller@ettus.com>2015-06-30 23:08:34 +0200
committerMarcus Müller <Marcus.Mueller@ettus.com>2015-06-30 23:08:34 +0200
commit5281b9bf7f47c28e54574a58c256212d97fa685d (patch)
treefd75295b53c06592b87f0ea3d4fba490864e58e4 /gr-noaa
parentb9034d561b09f2c10f85507662cfd3a3900efead (diff)
Removed reference to decimation rates in README
Diffstat (limited to 'gr-noaa')
-rw-r--r--gr-noaa/README13
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
---------------