summaryrefslogtreecommitdiff
path: root/gr-qtgui/apps/gr_spectrogram_plot_c
Commit message (Collapse)AuthorAgeFilesLines
* qtgui: Remove the command line plot toolsMartin Braun2018-11-151-77/+0
| | | | | | | Note: In gr-utils, we have a version of these tools that don't have Qt4 dependencies (note: they have matplotlib dependencies, though). None of these tools work with Qt5.
* remove completely unused scipy from qtgui appsMarcus Müller2018-11-021-1/+0
|
* filter: replace OptionParser by ArgumentParser for gr-utils and gr-qtguiJiří Pinkava2016-08-061-8/+7
|
* qtgui: apps: with new use of the Title, the titles provided here just take ↵Tom Rondeau2014-11-111-2/+1
| | | | up extra screen real estate.
* Removing trailing/extra whitespaces before release.Tom Rondeau2014-07-071-1/+1
| | | | We should be more careful about letting these into the code in the future. In emacs, we can use (add-hook 'before-save-hook 'delete-trailing-whitespace).
* blocks: converting references to vector source/sink, null source/sink, nop, ↵Tom Rondeau2013-03-171-1/+2
| | | | copy, head, skiphead, vector_map, and annotator blocks to use gr-blocks.
* core: cleaning up remez and firdes in gnuradio-core; now in gr-filter.Tom Rondeau2013-03-061-1/+2
|
* qtgui: Updated plotting tools for more control through the GUI interface.Tom Rondeau2013-01-221-3/+2
|
* qtgui: added checkbox to time plotting apps to toggle stem plot on/off.Tom Rondeau2013-01-201-1/+2
|
* qtgui: updated constellation and spectrogram plotting tools.Tom Rondeau2013-01-201-125/+24
|
* qtgui: added ability to clear waterfall plot data from GR block.Tom Rondeau2013-01-151-0/+2
|
* blocks: removes blocks moved to gr-blocks from gnuradio-core.Tom Rondeau2012-12-211-1/+2
| | | | Also fixes up some other missing moves.
* qtgui: introduces new static plot tools for different data types.Tom Rondeau2012-07-291-0/+176
Time, PSD, and Spectrogram have tools for char, short, int, float, and complex data types. Constellation requires complex inputs. These tools are now installed into the runtime bin directory.