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, maint, updated. v3


From: git version control
Subject: [Commit-gnuradio] git://gnuradio.org/gnuradio branch, maint, updated. v3.7.1-29-g8c90076
Date: Wed, 25 Sep 2013 23:56:23 +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, maint has been updated
       via  8c900765248a4bcdee47b8fc59bca617253c3189 (commit)
       via  46e87f9f469daa6bc13768ade41cd157e70a8a29 (commit)
       via  63b6c77d6b3702330c74f62e6b30573d2c54138e (commit)
       via  d12a1df95b32ef395780de75b39589747dd4d010 (commit)
       via  b0c7df33e9c68f3a3a724a996396b9d77694b401 (commit)
      from  57ed3253d51788bdbba7502322c5ee4dc3ffb1de (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 8c900765248a4bcdee47b8fc59bca617253c3189
Merge: 46e87f9 57ed325
Author: Tom Rondeau <address@hidden>
Date:   Wed Sep 25 19:40:20 2013 -0400

    Merge branch 'maint' of git.gnuradio.org:gnuradio into maint

commit 46e87f9f469daa6bc13768ade41cd157e70a8a29
Author: Tom Rondeau <address@hidden>
Date:   Wed Sep 25 19:33:53 2013 -0400

    filter: fixed some QA code to compute the output instead of using 
previously generated samples.

commit 63b6c77d6b3702330c74f62e6b30573d2c54138e
Author: Tom Rondeau <address@hidden>
Date:   Wed Sep 25 16:23:56 2013 -0400

    filter: fixed filter QA to calculate filter and delay instead of using 
previously generated samples.

commit d12a1df95b32ef395780de75b39589747dd4d010
Author: Tom Rondeau <address@hidden>
Date:   Wed Sep 25 15:55:06 2013 -0400

    filter: Fixing the Hilbert transform and QA.
    
    The hilbert_fc block now takes the type of window as a parameter. Defaults 
to Hamming to a) maximize sidelobe suppression and b) that's how it's always 
behaved.
    
    The QA codes were fixed to create Hilbert transform taps using Hamming 
window to account for the previous commits change to the rectangular window.

commit b0c7df33e9c68f3a3a724a996396b9d77694b401
Author: Philip Balister <address@hidden>
Date:   Tue Sep 24 20:49:25 2013 -0400

    gr-filter: Add missing break statement.
    
    Addresses Coverity issue 1046186. Although users are likely better off using
    the Hamming window instead of a rectangular window, this error will confuse
    knowledgable users.
    
    Signed-off-by: Philip Balister <address@hidden>

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

Summary of changes:
 gr-filter/grc/filter_hilbert_fc.xml               |   74 +++++--
 gr-filter/include/gnuradio/filter/hilbert_fc.h    |    9 +-
 gr-filter/lib/firdes.cc                           |    1 +
 gr-filter/lib/hilbert_fc_impl.cc                  |   24 ++-
 gr-filter/lib/hilbert_fc_impl.h                   |    6 +-
 gr-filter/python/filter/qa_adaptive_fir_filter.py |  113 +++--------
 gr-filter/python/filter/qa_filter_delay_fc.py     |  227 +++-----------------
 gr-filter/python/filter/qa_fir_filter.py          |  241 ++++++---------------
 gr-filter/python/filter/qa_firdes.py              |    2 +-
 gr-filter/python/filter/qa_hilbert.py             |   80 ++------
 10 files changed, 223 insertions(+), 554 deletions(-)


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



reply via email to

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