diff options
author | Johnathan Corgan <jcorgan@corganenterprises.com> | 2009-11-06 11:21:08 -0800 |
---|---|---|
committer | Johnathan Corgan <jcorgan@corganenterprises.com> | 2009-11-09 08:05:23 -0800 |
commit | 4e0c8a37c3574f59e34186996cef0c44ff50bd16 (patch) | |
tree | a922b56ebe5f8e3f8ef489cc813a373e5a066f16 /gr-noaa/oct | |
parent | df6839b8d323aa11e5739f8597a95e38745ac2e4 (diff) |
gr-noaa: added HRPT minor frame parsing, renamed scripts
implemented start of minor frame parsing
renamed demod_rx_hrpt to hrpt_demod, new defaults
added configuration flags to hrpt_decoder
added hrpt_decode app
updated file_rx_hrpt with new defaults
updated usrp_rx_hrpt_* with new defaults
Diffstat (limited to 'gr-noaa/oct')
-rw-r--r-- | gr-noaa/oct/frames_to_ppm.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-noaa/oct/frames_to_ppm.m b/gr-noaa/oct/frames_to_ppm.m index aeb22faace..73842f0a9f 100644 --- a/gr-noaa/oct/frames_to_ppm.m +++ b/gr-noaa/oct/frames_to_ppm.m @@ -23,7 +23,7 @@ % Extract AVHRR images from HRPT frames.dat clear -fid = fopen('frames.dat'); +fid = fopen('frames.hrpt'); dat = fread(fid, 'uint16'); frame_len = 11090; |