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, master, updated. 3


From: git version control
Subject: [Commit-gnuradio] git://gnuradio.org/gnuradio branch, master, updated. 3.7.3git-31-gd04a3d3
Date: Tue, 19 Nov 2013 03:36:13 +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, master has been updated
       via  d04a3d340145ed14a64cf1e0e0615cab806ab357 (commit)
       via  38ecfe9a63f3b35359930bfb04ca2929f42f6658 (commit)
       via  e7389d14991ae00bf9353978bdb19de1c9a77e0a (commit)
       via  b27d2ba75d264e9b6cf227043cc221e53761d5f8 (commit)
       via  9c154aa9eaf3715ac8d06e56ad725e5be3ff6002 (commit)
      from  192d4e70b2591ff5dc973070eed67fdd3334a9f1 (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 d04a3d340145ed14a64cf1e0e0615cab806ab357
Author: Tom Rondeau <address@hidden>
Date:   Mon Nov 18 20:25:23 2013 -0500

    filter: remove use of magic numbers for calculating number of taps in 
firdes filters.
    
    New way uses known max attenuation values for the windows to estimate the 
number of taps used in a filter. This produces smaller filters but needed QA 
code with pre-defined values updated.

commit 38ecfe9a63f3b35359930bfb04ca2929f42f6658
Author: Tom Rondeau <address@hidden>
Date:   Mon Nov 18 20:22:11 2013 -0500

    qtgui: fft/waterfall plot parameters are checkable and

commit e7389d14991ae00bf9353978bdb19de1c9a77e0a
Merge: 192d4e7 b27d2ba
Author: Tom Rondeau <address@hidden>
Date:   Mon Nov 18 20:21:14 2013 -0500

    Merge branch 'maint'

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

Summary of changes:
 gr-fft/include/gnuradio/fft/window.h               |   42 ++-
 gr-fft/lib/window.cc                               |   29 +-
 gr-filter/lib/firdes.cc                            |   18 +-
 gr-filter/lib/qa_firdes.cc                         |  523 ++++----------------
 gr-filter/python/filter/qa_firdes.py               |   95 ++--
 .../python/filter/qa_freq_xlating_fir_filter.py    |    4 +-
 gr-qtgui/grc/qtgui_freq_sink_x.xml                 |    4 +
 gr-qtgui/grc/qtgui_waterfall_sink_x.xml            |    4 +
 gr-qtgui/include/gnuradio/qtgui/form_menus.h       |  243 +++++++---
 gr-qtgui/include/gnuradio/qtgui/freqdisplayform.h  |    5 +
 .../include/gnuradio/qtgui/waterfalldisplayform.h  |    4 +
 gr-qtgui/lib/TimeDomainDisplayPlot.cc              |  176 ++++----
 gr-qtgui/lib/freqdisplayform.cc                    |   21 +-
 gr-qtgui/lib/waterfalldisplayform.cc               |   24 +-
 14 files changed, 501 insertions(+), 691 deletions(-)


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



reply via email to

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