[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] git://gnuradio.org/gnuradio branch, master, updated. v
From: |
git version control |
Subject: |
[Commit-gnuradio] git://gnuradio.org/gnuradio branch, master, updated. v3.6.3-146-ga54dc5b |
Date: |
Mon, 25 Feb 2013 14:45:33 +0000 (UTC) |
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 "git://gnuradio.org/gnuradio".
The branch, master has been updated
via a54dc5bab6cc38513e9732be9f5c2670145b160f (commit)
via ffcaa3436cc8e608cb51bad78ca669b90bd110f2 (commit)
from 96583a9009478242c51ecfd7bb4321ed3d90e3b8 (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 a54dc5bab6cc38513e9732be9f5c2670145b160f
Author: Tom Rondeau <address@hidden>
Date: Sun Feb 24 18:55:04 2013 -0500
blocks: adding threshold, strech, and throttle to gr-blocks.
commit ffcaa3436cc8e608cb51bad78ca669b90bd110f2
Author: Tom Rondeau <address@hidden>
Date: Sun Feb 24 14:15:05 2013 -0500
blocks: converted peak_detector2 and regenerate to v3.7.
-----------------------------------------------------------------------
Summary of changes:
gr-blocks/grc/blocks_block_tree.xml | 8 ++
gr-blocks/grc/blocks_peak_detector2_fb.xml | 41 +++++++++
gr-blocks/grc/blocks_regenerate_bb.xml | 32 +++++++
gr-blocks/grc/blocks_stretch_ff.xml | 34 ++++++++
gr-blocks/grc/blocks_threshold_ff.xml | 40 +++++++++
gr-blocks/grc/blocks_throttle.xml | 67 +++++++++++++++
gr-blocks/include/blocks/CMakeLists.txt | 5 +
gr-blocks/include/blocks/peak_detector2_fb.h | 91 ++++++++++++++++++++
gr-blocks/include/blocks/regenerate_bb.h | 80 +++++++++++++++++
gr-blocks/include/blocks/stretch_ff.h | 59 +++++++++++++
gr-blocks/include/blocks/threshold_ff.h | 66 ++++++++++++++
gr-blocks/include/blocks/throttle.h | 62 ++++++++++++++
gr-blocks/lib/CMakeLists.txt | 5 +
gr-blocks/lib/peak_detector2_fb_impl.cc | 118 ++++++++++++++++++++++++++
gr-blocks/lib/peak_detector2_fb_impl.h | 64 ++++++++++++++
gr-blocks/lib/regenerate_bb_impl.cc | 103 ++++++++++++++++++++++
gr-blocks/lib/regenerate_bb_impl.h | 57 ++++++++++++
gr-blocks/lib/stretch_ff_impl.cc | 84 ++++++++++++++++++
gr-blocks/lib/stretch_ff_impl.h | 53 ++++++++++++
gr-blocks/lib/threshold_ff_impl.cc | 78 +++++++++++++++++
gr-blocks/lib/threshold_ff_impl.h | 57 ++++++++++++
gr-blocks/lib/throttle_impl.cc | 97 +++++++++++++++++++++
gr-blocks/lib/throttle_impl.h | 54 ++++++++++++
gr-blocks/python/qa_peak_detector2.py | 58 +++++++++++++
gr-blocks/python/qa_regenerate.py | 90 ++++++++++++++++++++
gr-blocks/python/qa_stretch.py | 67 +++++++++++++++
gr-blocks/python/qa_threshold.py | 54 ++++++++++++
gr-blocks/python/qa_throttle.py | 39 +++++++++
gr-blocks/swig/blocks_swig.i | 15 +++
29 files changed, 1678 insertions(+), 0 deletions(-)
create mode 100644 gr-blocks/grc/blocks_peak_detector2_fb.xml
create mode 100644 gr-blocks/grc/blocks_regenerate_bb.xml
create mode 100644 gr-blocks/grc/blocks_stretch_ff.xml
create mode 100644 gr-blocks/grc/blocks_threshold_ff.xml
create mode 100644 gr-blocks/grc/blocks_throttle.xml
create mode 100644 gr-blocks/include/blocks/peak_detector2_fb.h
create mode 100644 gr-blocks/include/blocks/regenerate_bb.h
create mode 100644 gr-blocks/include/blocks/stretch_ff.h
create mode 100644 gr-blocks/include/blocks/threshold_ff.h
create mode 100644 gr-blocks/include/blocks/throttle.h
create mode 100644 gr-blocks/lib/peak_detector2_fb_impl.cc
create mode 100644 gr-blocks/lib/peak_detector2_fb_impl.h
create mode 100644 gr-blocks/lib/regenerate_bb_impl.cc
create mode 100644 gr-blocks/lib/regenerate_bb_impl.h
create mode 100644 gr-blocks/lib/stretch_ff_impl.cc
create mode 100644 gr-blocks/lib/stretch_ff_impl.h
create mode 100644 gr-blocks/lib/threshold_ff_impl.cc
create mode 100644 gr-blocks/lib/threshold_ff_impl.h
create mode 100644 gr-blocks/lib/throttle_impl.cc
create mode 100644 gr-blocks/lib/throttle_impl.h
create mode 100644 gr-blocks/python/qa_peak_detector2.py
create mode 100755 gr-blocks/python/qa_regenerate.py
create mode 100755 gr-blocks/python/qa_stretch.py
create mode 100644 gr-blocks/python/qa_threshold.py
create mode 100755 gr-blocks/python/qa_throttle.py
hooks/post-receive
--
git://gnuradio.org/gnuradio
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] git://gnuradio.org/gnuradio branch, master, updated. v3.6.3-146-ga54dc5b,
git version control <=