summaryrefslogtreecommitdiff
path: root/gr-noaa/oct
diff options
context:
space:
mode:
authorJohnathan Corgan <jcorgan@corganenterprises.com>2009-11-06 11:21:08 -0800
committerJohnathan Corgan <jcorgan@corganenterprises.com>2009-11-09 08:05:23 -0800
commit4e0c8a37c3574f59e34186996cef0c44ff50bd16 (patch)
treea922b56ebe5f8e3f8ef489cc813a373e5a066f16 /gr-noaa/oct
parentdf6839b8d323aa11e5739f8597a95e38745ac2e4 (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.m2
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;