[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] branch next updated (721a6ba -> b2912f1)
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] branch next updated (721a6ba -> b2912f1) |
Date: |
Sun, 4 Jan 2015 20:48:01 +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 721a6ba Merge branch 'master' into next
adds 4ec1ab5 gr-qtgui: Adding gr_spectrogram_plot script. Reads
sample rate and data type from header and launches appropriate plotter
adds 3ee2c52 qtgui: Fix Y-Axis timescale issues on
gr_spectrogram_plot/gr_spectrogram_plot_* by adding a function to set the time
per fft. Scale should also update when a new FFT size or sample rate is
entered via the GUI
adds 028db97 Merge remote-tracking branch 'garverp/offlineplotfixes'
adds da122a9 qtgui: spectrogram offline plotter: changed title to just
the data type read from the header. Also fixes issues with short and int
support.
new b2912f1 Merge branch 'master' into next
The 1 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-qtgui/apps/CMakeLists.txt | 1 +
gr-qtgui/apps/gr_spectrogram_plot | 206 +++++++++++++++++++++
gr-qtgui/apps/plot_form.py | 1 +
gr-qtgui/apps/plot_spectrogram_base.py | 2 +
gr-qtgui/include/gnuradio/qtgui/waterfall_sink_c.h | 1 +
gr-qtgui/include/gnuradio/qtgui/waterfall_sink_f.h | 1 +
.../include/gnuradio/qtgui/waterfalldisplayform.h | 4 +
gr-qtgui/lib/WaterfallDisplayPlot.cc | 4 +-
gr-qtgui/lib/waterfall_sink_c_impl.cc | 6 +
gr-qtgui/lib/waterfall_sink_c_impl.h | 1 +
gr-qtgui/lib/waterfall_sink_f_impl.cc | 6 +
gr-qtgui/lib/waterfall_sink_f_impl.h | 1 +
gr-qtgui/lib/waterfalldisplayform.cc | 25 ++-
13 files changed, 255 insertions(+), 4 deletions(-)
create mode 100755 gr-qtgui/apps/gr_spectrogram_plot
- [Commit-gnuradio] [gnuradio] branch next updated (721a6ba -> b2912f1),
git <=