[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] branch maint updated (8fbba12 -> 44ab484)
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] branch maint updated (8fbba12 -> 44ab484) |
Date: |
Fri, 7 Mar 2014 17:52:49 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
trondeau pushed a change to branch maint
in repository gnuradio.
from 8fbba12 digital: replaces buffer copies with
fir_filter_with_buffer to handle more sanely and with fewer extra copies.
new 8761e91 docs: fixes issues with building docs when various
components are not enabled.
new 699a3cf digital: fixed differential handling for dpsk mod/demod
blocks. Also fixed docs.
new d0d7585 analog: white-space fixes
new 17b2ecf analog: disable deemph for tau=0.0 in fm_demod
new 44ab484 Merge remote-tracking branch
'skoslowski/analog_fm_deemph_fix' into maint
The 5 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:
CMakeLists.txt | 2 +-
gr-analog/python/analog/fm_demod.py | 61 ++++++++++++++++++++-----------------
gr-analog/python/analog/fm_emph.py | 24 +++++++--------
gr-digital/python/digital/bpsk.py | 47 ++++++++++++++--------------
gr-digital/python/digital/qpsk.py | 48 ++++++++++++++++-------------
5 files changed, 95 insertions(+), 87 deletions(-)
- [Commit-gnuradio] [gnuradio] branch maint updated (8fbba12 -> 44ab484),
git <=
- [Commit-gnuradio] [gnuradio] 02/05: analog: disable deemph for tau=0.0 in fm_demod, git, 2014/03/07
- [Commit-gnuradio] [gnuradio] 04/05: digital: fixed differential handling for dpsk mod/demod blocks. Also fixed docs., git, 2014/03/07
- [Commit-gnuradio] [gnuradio] 05/05: Merge remote-tracking branch 'skoslowski/analog_fm_deemph_fix' into maint, git, 2014/03/07
- [Commit-gnuradio] [gnuradio] 01/05: analog: white-space fixes, git, 2014/03/07
- [Commit-gnuradio] [gnuradio] 03/05: docs: fixes issues with building docs when various components are not enabled., git, 2014/03/07