commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] [gnuradio] branch master updated (d814381 -> 82779dc)


From: git
Subject: [Commit-gnuradio] [gnuradio] branch master updated (d814381 -> 82779dc)
Date: Thu, 23 Oct 2014 22:03:16 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

trondeau pushed a change to branch master
in repository gnuradio.

      from  d814381   Merge branch 'maint'
       new  cf14017   qtgui: allow float freq plot to only plot positive half 
of spectrum.
       new  c3aec5b   qtgui: fixed problem with setting fft size and averaging 
of the float waterfall at runtime.
       new  6d77237   qtgui: allow toggle to only show positive half of 
waterfall spectrum.
       new  9b84a5a   qtgui: fixed comment.
       new  3151fe4   qtgui: added triggering to freq sinks.
       new  88944c5   qtgui: removes use of outputsize in freq sinks.
       new  6f1913b   qtgui: removing malloc/free in fft function; doing once 
in ctor and when fftsize changes, instead.
      adds  beae08b   blocks: fixed use of "not" for "!".
       new  82779dc   Merge branch 'maint'

The 8 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:
 gr-blocks/lib/multiply_matrix_cc_impl.cc           |   2 +-
 gr-blocks/lib/multiply_matrix_ff_impl.cc           |   2 +-
 gr-qtgui/grc/qtgui_freq_sink_x.xml                 |  81 +++++++
 gr-qtgui/grc/qtgui_waterfall_sink_x.xml            |  19 ++
 .../include/gnuradio/qtgui/FrequencyDisplayPlot.h  |   3 +
 .../include/gnuradio/qtgui/WaterfallDisplayPlot.h  |   2 +
 gr-qtgui/include/gnuradio/qtgui/freq_sink_c.h      |  28 +++
 gr-qtgui/include/gnuradio/qtgui/freq_sink_f.h      |  35 +++
 gr-qtgui/include/gnuradio/qtgui/freqdisplayform.h  |  28 +++
 gr-qtgui/include/gnuradio/qtgui/waterfall_sink_f.h |   7 +
 .../include/gnuradio/qtgui/waterfalldisplayform.h  |   1 +
 gr-qtgui/lib/FrequencyDisplayPlot.cc               |  34 ++-
 gr-qtgui/lib/WaterfallDisplayPlot.cc               |  31 ++-
 gr-qtgui/lib/const_sink_c_impl.cc                  |   2 +-
 gr-qtgui/lib/freq_sink_c_impl.cc                   | 247 +++++++++++++++------
 gr-qtgui/lib/freq_sink_c_impl.h                    |  25 ++-
 gr-qtgui/lib/freq_sink_f_impl.cc                   | 243 ++++++++++++++------
 gr-qtgui/lib/freq_sink_f_impl.h                    |  28 ++-
 gr-qtgui/lib/freqdisplayform.cc                    | 119 ++++++++++
 gr-qtgui/lib/waterfall_sink_f_impl.cc              |  23 +-
 gr-qtgui/lib/waterfall_sink_f_impl.h               |   1 +
 gr-qtgui/lib/waterfalldisplayform.cc               |   7 +
 22 files changed, 798 insertions(+), 170 deletions(-)



reply via email to

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