[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] branch master updated (c67281b -> da122a9)
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] branch master updated (c67281b -> da122a9) |
Date: |
Sun, 4 Jan 2015 20:47:52 +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 c67281b trellis: remove import of fsm_utils from __init__.py for
gr-trellis.
new 4ec1ab5 gr-qtgui: Adding gr_spectrogram_plot script. Reads
sample rate and data type from header and launches appropriate plotter
new 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
new 028db97 Merge remote-tracking branch 'garverp/offlineplotfixes'
new da122a9 qtgui: spectrogram offline plotter: changed title to just
the data type read from the header. Also fixes issues with short and int
support.
The 4 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 master updated (c67281b -> da122a9),
git <=