[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] git://gnuradio.org/gnuradio branch, master, updated. v
From: |
git repository hosting |
Subject: |
[Commit-gnuradio] git://gnuradio.org/gnuradio branch, master, updated. v3.3.1git-132-g2fa7c99 |
Date: |
Tue, 28 Dec 2010 18:31:23 +0000 (GMT) |
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 2fa7c997559e173c59227ee14a154e4b462d46bd (commit)
via 3f32342fc5c82d53e7c94afbccb01d38280db733 (commit)
via 47c11429a1f2afa2d46419d3fedff60403e4ea12 (commit)
via 3751671d1b596113e441ca326280bdcc94fdcc6f (commit)
via ae03fd9ae853055548be3e2c0ff5754828142c2a (commit)
from 7222b938cbfe0afd0886e4ce5e032cb756724903 (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 2fa7c997559e173c59227ee14a154e4b462d46bd
Author: Tom Rondeau <address@hidden>
Date: Tue Dec 28 13:08:55 2010 -0500
Under extreme circumstances, optfir might never produce an answer
(atten>300), so this puts in a check on the ripple; if it gets too large, stop
trying.
commit 3f32342fc5c82d53e7c94afbccb01d38280db733
Author: Tom Rondeau <address@hidden>
Date: Tue Dec 28 13:00:56 2010 -0500
Allowing PFB interpolator to be called without specifying the taps; autogen
taps inside hierblock.
commit 47c11429a1f2afa2d46419d3fedff60403e4ea12
Author: Tom Rondeau <address@hidden>
Date: Tue Dec 28 12:55:43 2010 -0500
Allowing PFB decimator to be called without specifying the taps; autogen
taps inside hierblock.
commit 3751671d1b596113e441ca326280bdcc94fdcc6f
Author: Tom Rondeau <address@hidden>
Date: Tue Dec 28 12:48:18 2010 -0500
PFB channelizer can be specified without external taps. Uses optfir to
generate an internal filter to cover the channel bandwidth; user can specify
the attenuation of this filter if desired.
commit ae03fd9ae853055548be3e2c0ff5754828142c2a
Author: Tom Rondeau <address@hidden>
Date: Tue Dec 28 12:47:32 2010 -0500
Updating the arb. resampler to use the optfir filter that provides better
specificatiion of stopband atten.
-----------------------------------------------------------------------
Summary of changes:
.../python/gnuradio/blks2impl/pfb_arb_resampler.py | 24 ++++++++++++++----
.../python/gnuradio/blks2impl/pfb_channelizer.py | 26 +++++++++++++++++--
.../src/python/gnuradio/blks2impl/pfb_decimator.py | 26 +++++++++++++++++--
.../python/gnuradio/blks2impl/pfb_interpolator.py | 25 +++++++++++++++++-
gnuradio-examples/python/pfb/channelize.py | 2 +-
5 files changed, 89 insertions(+), 14 deletions(-)
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.3.1git-132-g2fa7c99,
git repository hosting <=