[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] gnuradio.git at gnuradio.org branch, master, updated.
From: |
Git Repository |
Subject: |
[Commit-gnuradio] gnuradio.git at gnuradio.org branch, master, updated. 3.3git-517-g4e0c8a3 |
Date: |
Mon, 9 Nov 2009 09:22:44 -0700 (MST) |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gnuradio.git at gnuradio.org".
The branch, master has been updated
via 4e0c8a37c3574f59e34186996cef0c44ff50bd16 (commit)
from df6839b8d323aa11e5739f8597a95e38745ac2e4 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 4e0c8a37c3574f59e34186996cef0c44ff50bd16
Author: Johnathan Corgan <address@hidden>
Date: Fri Nov 6 11:21:08 2009 -0800
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
-----------------------------------------------------------------------
Summary of changes:
gr-noaa/README | 2 +-
gr-noaa/apps/.gitignore | 3 +-
gr-noaa/apps/Makefile.am | 6 +-
gr-noaa/apps/file_rx_hrpt.grc | 543 +++++++++-----------
gr-noaa/apps/file_rx_hrpt.py | 56 +--
.../apps/hrpt_decode.grc | 318 +++++-------
gr-noaa/apps/hrpt_decode.py | 98 ++++
.../apps/{demod_hrpt_file.grc => hrpt_demod.grc} | 421 +++++++--------
gr-noaa/apps/{demod_hrpt_file.py => hrpt_demod.py} | 52 +-
gr-noaa/apps/usrp_rx_hrpt.grc | 438 ++++++++--------
gr-noaa/apps/usrp_rx_hrpt.py | 60 ++--
gr-noaa/apps/usrp_rx_hrpt_nogui.grc | 418 ++++++++--------
gr-noaa/apps/usrp_rx_hrpt_nogui.py | 60 ++--
gr-noaa/grc/noaa_hrpt_decoder.xml | 15 +-
gr-noaa/lib/Makefile.am | 3 +
.../io/gr_histo_sink.i => gr-noaa/lib/noaa_hrpt.h | 26 +-
gr-noaa/lib/noaa_hrpt_decoder.cc | 167 ++++++-
gr-noaa/lib/noaa_hrpt_decoder.h | 39 ++-
gr-noaa/lib/noaa_hrpt_deframer.cc | 26 +-
gr-noaa/lib/noaa_hrpt_deframer.h | 4 -
gr-noaa/oct/frames_to_ppm.m | 2 +-
gr-noaa/swig/noaa_hrpt_decoder.i | 2 +-
22 files changed, 1440 insertions(+), 1319 deletions(-)
copy gnuradio-examples/grc/simple/var_sink_taps.grc =>
gr-noaa/apps/hrpt_decode.grc (57%)
create mode 100755 gr-noaa/apps/hrpt_decode.py
rename gr-noaa/apps/{demod_hrpt_file.grc => hrpt_demod.grc} (91%)
rename gr-noaa/apps/{demod_hrpt_file.py => hrpt_demod.py} (80%)
copy gnuradio-core/src/lib/io/gr_histo_sink.i => gr-noaa/lib/noaa_hrpt.h (67%)
hooks/post-receive
--
gnuradio.git at gnuradio.org
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] gnuradio.git at gnuradio.org branch, master, updated. 3.3git-517-g4e0c8a3,
Git Repository <=