commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] git://gnuradio.org/gnuradio branch, next, updated. v3.


From: git version control
Subject: [Commit-gnuradio] git://gnuradio.org/gnuradio branch, next, updated. v3.5.1-199-g030cfac
Date: Wed, 29 Feb 2012 04:55:35 +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, next has been updated
       via  030cfac62db69b8eb19ae5a79ae6ec71d113b47b (commit)
       via  06b9d21dac84b97b8da1a72547bf936f30fe8340 (commit)
       via  91bbef469b054dfd56c03d9fc027972ec102a4a9 (commit)
       via  68a36d3e2c78d477e9c793df9ec9f540aa5f327d (commit)
       via  47d6864ea92cf10899d7beebf2cb15eb08c140f2 (commit)
       via  3d3d3c05291aebb1ad90d22f9674546347cb96d6 (commit)
       via  d15bed21e08f97b0ac510b49124c9231289820c2 (commit)
       via  dd4cc588d7a34f82a63c6b23ca7a1fab736bfc10 (commit)
       via  de9ac7602116aab499b7f05a17de7f8d17e9657a (commit)
       via  356bc1a466d9c0f8977dc424a3eea3574c91e1c3 (commit)
       via  f2d83816f586f675ac88de73f5ecfec802519c4b (commit)
       via  855e29df017d002ac2c52537ebde2dc6925baf34 (commit)
      from  d71f5104ab3f4f8ec7292c3358670e6b8ce10fa7 (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 030cfac62db69b8eb19ae5a79ae6ec71d113b47b
Merge: 06b9d21 91bbef4
Author: Tom Rondeau <address@hidden>
Date:   Tue Feb 28 23:56:28 2012 -0500

    Merge branch 'synth' into next

commit 06b9d21dac84b97b8da1a72547bf936f30fe8340
Merge: de9ac76 d71f510
Author: Tom Rondeau <address@hidden>
Date:   Tue Feb 28 23:56:01 2012 -0500

    Merge branch 'next' of gnuradio.org:gnuradio into next

commit 91bbef469b054dfd56c03d9fc027972ec102a4a9
Author: Tom Rondeau <address@hidden>
Date:   Tue Feb 28 23:55:38 2012 -0500

    grc: adding new inputs to channelizer and synthesizer xml.

commit 68a36d3e2c78d477e9c793df9ec9f540aa5f327d
Author: Tom Rondeau <address@hidden>
Date:   Tue Feb 28 16:24:43 2012 -0500

    core: simple formatting.

commit 47d6864ea92cf10899d7beebf2cb15eb08c140f2
Author: Tom Rondeau <address@hidden>
Date:   Tue Feb 28 16:23:52 2012 -0500

    examples: adding an example of using the channelizer and synthesize 
together to reconstruct a signal.

commit 3d3d3c05291aebb1ad90d22f9674546347cb96d6
Author: Tom Rondeau <address@hidden>
Date:   Tue Feb 28 16:02:16 2012 -0500

    core: pfb channelizer: can now set a channel map to direct the channels to 
a specific output stream.
    
    Now, not all output channels must be connected; can connect M of N channels 
(M <= N) and use the channel_map to set which channel from the original 
wideband signal go to which output streams.

commit d15bed21e08f97b0ac510b49124c9231289820c2
Author: Tom Rondeau <address@hidden>
Date:   Tue Feb 28 12:36:00 2012 -0500

    core: pfb synth: can now set channel map and to use 1 or 2 sps on output.
    
    The channel map allows the user to set the streams anywhere in the channel 
output.

commit dd4cc588d7a34f82a63c6b23ca7a1fab736bfc10
Author: Tom Rondeau <address@hidden>
Date:   Mon Feb 20 10:12:57 2012 -0500

    core: wip on pfb synthesis. It works, but is a bit hacked together.
    
    Need to determine the best way to handle the two filter cases, with and 
without oversampling.

commit de9ac7602116aab499b7f05a17de7f8d17e9657a
Merge: 356bc1a 2dfcc2d
Author: Tom Rondeau <address@hidden>
Date:   Mon Feb 27 16:16:26 2012 -0500

    Merge branch 'next' of gnuradio.org:gnuradio into next

commit 356bc1a466d9c0f8977dc424a3eea3574c91e1c3
Merge: 739ac87 f2d8381
Author: Tom Rondeau <address@hidden>
Date:   Mon Feb 27 16:02:53 2012 -0500

    Merge branch 'master' into next

commit f2d83816f586f675ac88de73f5ecfec802519c4b
Merge: cff2b9c 855e29d
Author: Tom Rondeau <address@hidden>
Date:   Mon Feb 27 16:01:25 2012 -0500

    Merge remote-tracking branch 'balister/python-env'

commit 855e29df017d002ac2c52537ebde2dc6925baf34
Author: Philip Balister <address@hidden>
Date:   Mon Feb 27 15:14:16 2012 -0500

    Do not rewrite path to python interpreter for cross builds.
    
    If you rewrite the path to the python interpreter during a cross build, you
    end up with the path to the build environment python interpreter, which may
    not be the same as teh path on the target.
    
    Signed-off-by: Philip Balister <address@hidden>
    Signed-off-by: Josh Blum <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 .../src/lib/filter/gr_pfb_channelizer_ccf.cc       |   45 +++++-
 .../src/lib/filter/gr_pfb_channelizer_ccf.h        |   46 +++++
 .../src/lib/filter/gr_pfb_channelizer_ccf.i        |    5 +
 .../lib/filter/gr_pfb_synthesis_filterbank_ccf.cc  |  191 ++++++++++++++++----
 .../lib/filter/gr_pfb_synthesis_filterbank_ccf.h   |   53 +++++-
 .../lib/filter/gr_pfb_synthesis_filterbank_ccf.i   |   10 +-
 .../python/gnuradio/blks2impl/pfb_channelizer.py   |   22 +--
 gnuradio-examples/python/pfb/CMakeLists.txt        |    1 +
 gnuradio-examples/python/pfb/channelize.py         |    5 +-
 gnuradio-examples/python/pfb/reconstruction.py     |  131 ++++++++++++++
 grc/blocks/blks2_pfb_channelizer.xml               |    7 +
 grc/blocks/gr_pfb_synthesis_filterbank.xml         |   14 ++-
 12 files changed, 467 insertions(+), 63 deletions(-)
 create mode 100755 gnuradio-examples/python/pfb/reconstruction.py


hooks/post-receive
-- 
git://gnuradio.org/gnuradio



reply via email to

[Prev in Thread] Current Thread [Next in Thread]