[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] branch master updated (24a05ca -> c3bc71f)
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] branch master updated (24a05ca -> c3bc71f) |
Date: |
Tue, 14 Apr 2015 15:02:55 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
jcorgan pushed a change to branch master
in repository gnuradio.
from 24a05ca cmake: updated revision to 3.7.8git for post-release
development
new 8df946c fec: fix segfault due to debug file pointer handling
new 8c0c878 fec: TPC encoder whitespace cleanup
new f1f97b0 fec: init debug file pointer in TPC encoder
new a86eb41 Fixed non-virtual dtor pseudoissue in [flat_]flowgraph
new c419ae9 docs: doxyfile maintenance.
new 5ae1e84 Merge remote-tracking branch 'tom/docs/rework0' into maint
new 6918185 Merge branch 'maint'
new 13031bb digital: adds corr_est_cc correlation estimator block
new aa1eaf8 Merge branch 'corr_est'
new c022559 filter: add variable_low_pass_filter_taps
new 82070a0 filter: add variable_high_pass_filter_taps
new d427603 filter: add variable_band_pass_filter_taps
new 2a1957c filter: added variable_band_reject_filter_taps and
variable_rrc_filter_taps
new 3242926 filter: added filter_taps.grc example
new c3bc71f Merge branch 'var_filt'
The 15 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
docs/doxygen/Doxyfile.in | 33 +-
gnuradio-runtime/include/gnuradio/flowgraph.h | 2 +-
gnuradio-runtime/lib/flat_flowgraph.h | 2 +-
gr-digital/examples/CMakeLists.txt | 1 +
.../{test_corr_and_sync.grc => test_corr_est.grc} | 1824 +++++++++++---------
gr-digital/grc/digital_block_tree.xml | 4 +-
...ate_and_sync_cc.xml => digital_corr_est_cc.xml} | 25 +-
gr-digital/grc/digital_modulate_vector.xml | 34 +
gr-digital/include/gnuradio/digital/CMakeLists.txt | 4 +-
gr-digital/include/gnuradio/digital/corr_est_cc.h | 112 ++
.../include/gnuradio/digital/modulate_vector.h | 70 +
gr-digital/lib/CMakeLists.txt | 2 +
gr-digital/lib/corr_est_cc_impl.cc | 282 +++
...elate_and_sync_cc_impl.h => corr_est_cc_impl.h} | 28 +-
gr-digital/lib/modulate_vector.cc | 70 +
gr-digital/swig/digital_swig.i | 7 +-
gr-fec/lib/tpc_encoder.cc | 144 +-
gr-filter/examples/CMakeLists.txt | 1 +
.../examples/filter_taps.grc | 1007 ++++++-----
gr-filter/grc/CMakeLists.txt | 5 +
gr-filter/grc/filter_block_tree.xml | 8 +-
gr-filter/grc/variable_band_pass_filter_taps.xml | 97 ++
gr-filter/grc/variable_band_reject_filter_taps.xml | 81 +
gr-filter/grc/variable_high_pass_filter_taps.xml | 75 +
gr-filter/grc/variable_low_pass_filter_taps.xml | 75 +
gr-filter/grc/variable_rrc_filter_taps.xml | 50 +
26 files changed, 2599 insertions(+), 1444 deletions(-)
copy gr-digital/examples/demod/{test_corr_and_sync.grc => test_corr_est.grc}
(92%)
copy gr-digital/grc/{digital_correlate_and_sync_cc.xml =>
digital_corr_est_cc.xml} (57%)
create mode 100644 gr-digital/grc/digital_modulate_vector.xml
create mode 100644 gr-digital/include/gnuradio/digital/corr_est_cc.h
create mode 100644 gr-digital/include/gnuradio/digital/modulate_vector.h
create mode 100644 gr-digital/lib/corr_est_cc_impl.cc
copy gr-digital/lib/{correlate_and_sync_cc_impl.h => corr_est_cc_impl.h} (66%)
create mode 100644 gr-digital/lib/modulate_vector.cc
copy gr-fec/examples/fecapi_cc_decoders.grc =>
gr-filter/examples/filter_taps.grc (68%)
create mode 100644 gr-filter/grc/variable_band_pass_filter_taps.xml
create mode 100644 gr-filter/grc/variable_band_reject_filter_taps.xml
create mode 100644 gr-filter/grc/variable_high_pass_filter_taps.xml
create mode 100644 gr-filter/grc/variable_low_pass_filter_taps.xml
create mode 100644 gr-filter/grc/variable_rrc_filter_taps.xml
- [Commit-gnuradio] [gnuradio] branch master updated (24a05ca -> c3bc71f),
git <=
- [Commit-gnuradio] [gnuradio] 07/09: Merge branch 'maint', git, 2015/04/14
- [Commit-gnuradio] [gnuradio] 04/09: filter: add variable_band_pass_filter_taps, git, 2015/04/14
- [Commit-gnuradio] [gnuradio] 02/09: filter: add variable_low_pass_filter_taps, git, 2015/04/14
- [Commit-gnuradio] [gnuradio] 09/09: Merge branch 'var_filt', git, 2015/04/14
- [Commit-gnuradio] [gnuradio] 03/09: filter: add variable_high_pass_filter_taps, git, 2015/04/14
- [Commit-gnuradio] [gnuradio] 08/09: Merge branch 'corr_est', git, 2015/04/14
- [Commit-gnuradio] [gnuradio] 05/09: filter: added variable_band_reject_filter_taps and variable_rrc_filter_taps, git, 2015/04/14
- [Commit-gnuradio] [gnuradio] 06/09: filter: added filter_taps.grc example, git, 2015/04/14
- [Commit-gnuradio] [gnuradio] 01/09: digital: adds corr_est_cc correlation estimator block, git, 2015/04/14