[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] branch master updated (0a18553 -> 5e383b0)
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] branch master updated (0a18553 -> 5e383b0) |
Date: |
Thu, 31 Mar 2016 05:49:52 +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 0a18553 Merge branch 'maint'
new c00c7d8 volk: update submodule pointer to latest
new 559845d Merge branch 'maint'
new 2d6c2e7 digital: fix access code mask in
correlate_access_code_XX_ts
new c127e0a Merge remote-tracking branch 'nowls/fix_corr_access_code'
into maint
new f56d436 head block nitems setter now takes uint64_t instead of
'int' allowing values greater than 2^31 to be set
new 11341d7 Merge remote-tracking branch 'jgilbert/head_nitems_fix'
into maint
new 9c00e62 Updated gr_modtool CMake files to properly handle
template expansion. Previously template expansion failed due to incorrectly
configured python paths
new 0341203 Merge remote-tracking branch
'jgilbert/template_expansion' into maint
new 2b8e6a6 Merge branch 'maint'
new 137ae34 gr-analog: Fix FM preemphasis filter and rework
deemphasis filter
new 2ae7809 gr-analog: FM emphasis filters use "newstyle" taps
new 515e400 gr-analog: Add safety and default for FM preemphasis
filter
new dd625eb gr-analog: Set FM blocks to use implicit default for
preemphasis corner
new 5e383b0 Merge remote-tracking branch 'awalls/fm_emphasis_filter'
The 14 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/exploring-gnuradio/fm_tx.grc | 4 +
gr-analog/examples/fmtest.py | 3 +-
gr-analog/grc/analog_fm_preemph.xml | 8 +-
gr-analog/grc/analog_nbfm_tx.xml | 8 +
gr-analog/grc/analog_wfm_tx.xml | 7 +
gr-analog/python/analog/fm_emph.py | 254 +++++++++++++++++----
gr-analog/python/analog/nbfm_tx.py | 5 +-
gr-analog/python/analog/wfm_tx.py | 5 +-
gr-blocks/include/gnuradio/blocks/head.h | 2 +-
gr-blocks/lib/head_impl.h | 2 +-
gr-digital/lib/correlate_access_code_bb_ts_impl.cc | 4 +-
gr-digital/lib/correlate_access_code_ff_ts_impl.cc | 4 +-
gr-filter/examples/synth_to_chan.py | 2 +-
gr-uhd/examples/python/fm_tx4.py | 3 +-
gr-utils/python/modtool/gr-newmod/CMakeLists.txt | 1 +
.../gr-newmod/cmake/Modules/GrMiscUtils.cmake | 3 +
volk | 2 +-
17 files changed, 254 insertions(+), 63 deletions(-)
- [Commit-gnuradio] [gnuradio] branch master updated (0a18553 -> 5e383b0),
git <=
- [Commit-gnuradio] [gnuradio] 02/07: gr-analog: FM emphasis filters use "newstyle" taps, git, 2016/03/31
- [Commit-gnuradio] [gnuradio] 04/07: gr-analog: Set FM blocks to use implicit default for preemphasis corner, git, 2016/03/31
- [Commit-gnuradio] [gnuradio] 06/07: Merge branch 'maint', git, 2016/03/31
- [Commit-gnuradio] [gnuradio] 03/07: gr-analog: Add safety and default for FM preemphasis filter, git, 2016/03/31
- [Commit-gnuradio] [gnuradio] 05/07: Merge branch 'maint', git, 2016/03/31
- [Commit-gnuradio] [gnuradio] 01/07: gr-analog: Fix FM preemphasis filter and rework deemphasis filter, git, 2016/03/31
- [Commit-gnuradio] [gnuradio] 07/07: Merge remote-tracking branch 'awalls/fm_emphasis_filter', git, 2016/03/31