[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] branch next updated (259b3e9 -> 3f0646e)
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] branch next updated (259b3e9 -> 3f0646e) |
Date: |
Thu, 23 Oct 2014 22:03:22 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
trondeau pushed a change to branch next
in repository gnuradio.
from 259b3e9 Merge branch 'master' into next
adds cf14017 qtgui: allow float freq plot to only plot positive half
of spectrum.
adds c3aec5b qtgui: fixed problem with setting fft size and averaging
of the float waterfall at runtime.
adds 6d77237 qtgui: allow toggle to only show positive half of
waterfall spectrum.
adds 9b84a5a qtgui: fixed comment.
adds 3151fe4 qtgui: added triggering to freq sinks.
adds 88944c5 qtgui: removes use of outputsize in freq sinks.
adds 6f1913b qtgui: removing malloc/free in fft function; doing once
in ctor and when fftsize changes, instead.
new 14aaadc Merge branch 'master' into next
adds beae08b blocks: fixed use of "not" for "!".
adds 82779dc Merge branch 'maint'
new 3f0646e Merge branch 'master' into next
The 2 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(-)
- [Commit-gnuradio] [gnuradio] branch next updated (259b3e9 -> 3f0646e),
git <=