aboutsummaryrefslogtreecommitdiffstats
path: root/gr-qtgui/apps (follow)
Commit message (Expand)AuthorAgeFilesLines
* YAML: Convert Qt/digital GRC examples to YAMLJohannes Demel2019-07-231-453/+208
* gr-uhd: Explicitly handle runtime issues with set_[frequency, bandwidth]Brennan Ashton2018-11-151-2/+2
* qtgui: Remove the command line plot toolsMartin Braun2018-11-1531-3537/+8
* remove completely unused scipy from qtgui appsMarcus Müller2018-11-0219-24/+0
* Replace scipy/pylab where numpy/pyplot is sufficientMarcus Müller2018-11-025-36/+8
* python: Py3k compatAndrej Rode2018-06-231-1/+1
* python3: update non-GRC components to use python2 or python3Douglas Anderson2017-02-2614-68/+109
* digital: remove deprecated mpsk_receiver blockJohnathan Corgan2016-11-123-810/+0
* filter: replace OptionParser by ArgumentParser for gr-utils and gr-qtguiJiří Pinkava2016-08-0623-253/+223
* cmake: nuke cpack from existenceJohnathan Corgan2016-08-031-2/+0
* qtgui: plot_base remove unused importsJiří Pinkava2016-06-291-2/+0
* qtgui: spectrogram offline plotter: changed title to just the data type read from the header. Also fixes issues with short and int support.Tom Rondeau2015-01-041-15/+31
* 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 GUIPaul Garver2014-12-022-0/+3
* gr-qtgui: Adding gr_spectrogram_plot script. Reads sample rate and data type from header and launches appropriate plotterPaul Garver2014-12-022-0/+191
* qtgui: apps: with new use of the Title, the titles provided here just take up extra screen real estate.Tom Rondeau2014-11-1118-30/+18
* Removing trailing/extra whitespaces before release.Tom Rondeau2014-07-0720-25/+25
* qtgui: force ControlPort off when using static plot tools.Tom Rondeau2013-03-201-0/+2
* blocks: converting references to vector source/sink, null source/sink, nop, copy, head, skiphead, vector_map, and annotator blocks to use gr-blocks.Tom Rondeau2013-03-1715-19/+28
* blocks: removing file_sink/source file_descriptor_sink/source form core and moved all refs to gr-blocks.Tom Rondeau2013-03-101-1/+1
* core: cleaning up remez and firdes in gnuradio-core; now in gr-filter.Tom Rondeau2013-03-0612-16/+28
* blocks: removing throttle, threshold, stretch from gnuradio-core.Tom Rondeau2013-02-242-5/+6
* qtgui: fixed a autoscale issue with byte file types.Tom Rondeau2013-02-211-2/+8
* qtgui: adding time raster plot for floats.Tom Rondeau2013-02-213-2/+81
* qtgui: improved handling of static plot tools.Tom Rondeau2013-02-216-21/+21
* qtgui: adding time raster static plot tool.Tom Rondeau2013-02-216-29/+460
* qtgui: fixed bounds checking and a typo.Tom Rondeau2013-02-202-6/+12
* qtgui: tweaking plotting apps for better handling.Tom Rondeau2013-02-173-9/+21
* qtgui: prevent us from being able to set line width to 0 in the plotters.Tom Rondeau2013-01-221-2/+3
* qtgui: fixed stem plot marker style update.Tom Rondeau2013-01-221-2/+2
* qtgui: Updated plotting tools for more control through the GUI interface.Tom Rondeau2013-01-2225-81/+654
* qtgui: added method to disable right-click menu.Tom Rondeau2013-01-204-1/+5
* qtgui: added checkbox to time plotting apps to toggle stem plot on/off.Tom Rondeau2013-01-2016-26/+59
* qtgui: updated constellation and spectrogram plotting tools.Tom Rondeau2013-01-208-662/+311
* qtgui: psd plot cleanup.Tom Rondeau2013-01-192-2/+3
* qtgui: improved PSD plotting tools to use more complete and complex base classes.Tom Rondeau2013-01-1911-123/+184
* qtgui: updated PSD plots with base class to more easily expand.Tom Rondeau2013-01-166-708/+275
* qtgui: making an even more generic set of plotting tools.Tom Rondeau2013-01-152-89/+187
* qtgui: wip: working on improving PSD plotters.Tom Rondeau2013-01-155-12/+73
* qtgui: adding features to QT-based time plotters.Tom Rondeau2013-01-158-635/+395
* qtgui: added auto-scale checkbox to time plot.Tom Rondeau2013-01-152-6/+50
* 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-2112-17/+28
* analog: fixing up GRC and other examples to use gr-analog for sig and noise sources.Tom Rondeau2012-11-101-85/+97
* qtgui: adding a save and exit menu to qtgui-based static plotting tools.Tom Rondeau2012-11-041-3/+48
* qtgui: fixed static plot tools for new set_line_label name change.Tom Rondeau2012-11-0411-12/+12
* qtgui: fix to time plotter to find core py file.Tom Rondeau2012-07-294-4/+16
* qtgui: when displaying name, remove full path and only use file name.Tom Rondeau2012-07-2911-12/+23
* qtgui: small fixes to qt_digital app.Tom Rondeau2012-07-291-27/+23
* qtgui: introduces new static plot tools for different data types.Tom Rondeau2012-07-2917-9/+2184
* qtgui: fixing up apps for static displaying of samples.Tom Rondeau2012-07-285-152/+316