summaryrefslogtreecommitdiff
path: root/gr-utils
AgeCommit message (Expand)Author
2011-01-16Merge branch 'master' into nextTom Rondeau
2011-01-16Fixing up fft and constellation plot to better handle zooming.Tom Rondeau
2011-01-16Fixing zooming capabilities. Time axis does not track any longer due to what ...Tom Rondeau
2011-01-15Fixing up other plotting tools for data read errors.Tom Rondeau
2011-01-15Using .min and .max on scipy arrays instead of min() max(); seems to be more ...Tom Rondeau
2011-01-15Fix how the end of a file is handled.Tom Rondeau
2010-12-30Fixes to psd plotting tool. Trying to keep up with the changing API; this sho...Tom Rondeau
2010-12-06Merge branch 'next' into guile-nextEric Blossom
2010-11-24Major Makefile.am housecleaning. Passes distcheck.Eric Blossom
2010-11-21Updating PSD function for some newer matplotlib interfacing.Tom Rondeau
2010-07-05gr-utils: fix out of tree project generator to properly update tarfile nameMoritz Fischer
2010-03-04Add command that builds a new 'out-of-tree' project.Eric Blossom
2010-02-04Fix pick_subdevice.Eric Blossom
2010-01-10fixed issue 387: removed uses of win.set for wx sinksJosh Blum
2009-10-29fixed issue where usrp siggen continued to transmit after program exitJosh Blum
2009-10-29modified flowgraph cleanupJosh Blum
2009-10-06Merge branch 'master' into syncTom
2009-10-05Adding ability to easily reload/reset fileTom
2009-09-16Merge branch 'utils' of http://gnuradio.org/git/trondeau into masterJohnathan Corgan
2009-09-16Fixed slider behavior when the end of the file is reached.Tom Rondeau
2009-09-16Handling a few exceptions when no file is loaded.Tom Rondeau
2009-09-09tweaked ampl slider paramsJosh Blum
2009-09-09copied usrp_siggen stuff from experimental gui into gnuradio treeJosh Blum
2009-09-08removed qr_fft.py from gr-utilsEric Blossom
2009-09-01Can now change the size of the symbols. Also fixes some layout issues.Tom Rondeau
2009-09-01Adding ability to change line width and style (only a handful of current styl...Tom Rondeau
2009-09-01Removing plot picker that addd nothing to the interface.Tom Rondeau
2009-09-01Adding a Reload option (Ctrl+R) option to quickly reread the file and reset t...Tom Rondeau
2009-08-25Merge utils from http://gnuradio.org/git/trondeau.gitJohnathan Corgan
2009-08-25Added files to Makefile.am for distribution.Tom Rondeau
2009-08-25Added colorbar to spectrogram for magnitude measurement.Tom Rondeau
2009-08-25Fixed spectrogram plotting axis.Tom Rondeau
2009-08-25Adding a spectrogram plot. The axis need work.Tom Rondeau
2009-08-25GR plotter tool handles end of file and files shorter than the block length.Tom Rondeau
2009-08-25Manages window/filter types better. Disables filter types if the designing al...Tom Rondeau
2009-08-25User messages if PyQt and PyQwt are not installed (or found).Tom Rondeau
2009-08-24Setting validators for all edit boxes.Tom
2009-08-24Fixing tab order.Tom
2009-08-24Adding display for the number of taps in the filter.Tom
2009-08-24Adding equiripple band reject filter to filter design app.Tom Rondeau
2009-08-24Added routine for optfir equiripple filter design code to create complex band...Tom Rondeau
2009-08-24Added design for Guassian filters.Tom
2009-08-24Added design for RRC filters.Tom
2009-08-23Added Band Notch filterTom
2009-08-23Adding complex bandpass filter design (for windowed filters only).Tom
2009-08-23Adding plotting of group delay.Tom
2009-08-23Adding labels to the plots.Tom
2009-08-23Plotting phase of filter in its own tab now.Tom
2009-08-23Adding a phase and group delay plot to the GUI.Tom
2009-08-23Fixing time domain plot zoomer.Tom