gr-noaa: added HRPT minor frame parsing, renamed scripts
authorJohnathan Corgan <jcorgan@corganenterprises.com>
Fri, 6 Nov 2009 19:21:08 +0000 (11:21 -0800)
committerJohnathan Corgan <jcorgan@corganenterprises.com>
Mon, 9 Nov 2009 16:05:23 +0000 (08:05 -0800)
commit4e0c8a37c3574f59e34186996cef0c44ff50bd16
treea922b56ebe5f8e3f8ef489cc813a373e5a066f16
parentdf6839b8d323aa11e5739f8597a95e38745ac2e4
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
24 files changed:
gr-noaa/README
gr-noaa/apps/.gitignore
gr-noaa/apps/Makefile.am
gr-noaa/apps/demod_hrpt_file.grc [deleted file]
gr-noaa/apps/demod_hrpt_file.py [deleted file]
gr-noaa/apps/file_rx_hrpt.grc
gr-noaa/apps/file_rx_hrpt.py
gr-noaa/apps/hrpt_decode.grc [new file with mode: 0644]
gr-noaa/apps/hrpt_decode.py [new file with mode: 0755]
gr-noaa/apps/hrpt_demod.grc [new file with mode: 0644]
gr-noaa/apps/hrpt_demod.py [new file with mode: 0755]
gr-noaa/apps/usrp_rx_hrpt.grc
gr-noaa/apps/usrp_rx_hrpt.py
gr-noaa/apps/usrp_rx_hrpt_nogui.grc
gr-noaa/apps/usrp_rx_hrpt_nogui.py
gr-noaa/grc/noaa_hrpt_decoder.xml
gr-noaa/lib/Makefile.am
gr-noaa/lib/noaa_hrpt.h [new file with mode: 0644]
gr-noaa/lib/noaa_hrpt_decoder.cc
gr-noaa/lib/noaa_hrpt_decoder.h
gr-noaa/lib/noaa_hrpt_deframer.cc
gr-noaa/lib/noaa_hrpt_deframer.h
gr-noaa/oct/frames_to_ppm.m
gr-noaa/swig/noaa_hrpt_decoder.i