| Commit message (Expand) | Author | Age | Files | Lines |
* | gr-utils: move non-GUI apps using old libusrp(2) into gr-usrp or gr-usrp2 | Johnathan Corgan | 2011-07-03 | 7 | -495/+1 |
* | gr-utils: updating gr_plot_psd.py to protect against zero-length arrays in ge... | Tom Rondeau | 2011-05-24 | 1 | -10/+20 |
* | gr-utils: more error checking on filter designer. | Tom Rondeau | 2011-03-25 | 1 | -34/+65 |
* | gr-utils: adding save/open capabilities to equiripple filters. Also added som... | Tom Rondeau | 2011-03-25 | 1 | -21/+60 |
* | gr-utils: handling parameters and GUI updates when loading filters from file.... | Tom Rondeau | 2011-03-18 | 1 | -46/+98 |
* | gr-utils: refactoring design parameters from 'design' to 'params' to not conf... | Tom Rondeau | 2011-03-17 | 1 | -25/+25 |
* | gr-utils: way to break something you just fixed a few days ago... | Tom Rondeau | 2011-03-17 | 1 | -1/+1 |
* | gr-utils: Adding save and open actions to filter designer. | Tom Rondeau | 2011-03-17 | 3 | -286/+385 |
* | Fixing gr_filter_design program to import from gnuradio Python package. | Tom Rondeau | 2011-03-09 | 1 | -1/+1 |
* | Merge branch 'master' into next | Tom Rondeau | 2011-01-16 | 5 | -86/+94 |
|\ |
|
| * | Fixing up fft and constellation plot to better handle zooming. | Tom Rondeau | 2011-01-16 | 2 | -6/+9 |
| * | Fixing zooming capabilities. Time axis does not track any longer due to what ... | Tom Rondeau | 2011-01-16 | 1 | -30/+32 |
| * | Fixing up other plotting tools for data read errors. | Tom Rondeau | 2011-01-15 | 5 | -50/+51 |
| * | Using .min and .max on scipy arrays instead of min() max(); seems to be more ... | Tom Rondeau | 2011-01-15 | 1 | -8/+9 |
| * | Fix how the end of a file is handled. | Tom Rondeau | 2011-01-15 | 1 | -5/+7 |
* | | Fixes to psd plotting tool. Trying to keep up with the changing API; this sho... | Tom Rondeau | 2010-12-30 | 1 | -14/+14 |
* | | Merge branch 'next' into guile-next | Eric Blossom | 2010-12-06 | 1 | -7/+10 |
|\ \ |
|
| * | | Updating PSD function for some newer matplotlib interfacing. | Tom Rondeau | 2010-11-21 | 1 | -7/+10 |
| |/ |
|
* / | Major Makefile.am housecleaning. Passes distcheck. | Eric Blossom | 2010-11-24 | 1 | -1/+1 |
|/ |
|
* | gr-utils: fix out of tree project generator to properly update tarfile name | Moritz Fischer | 2010-07-05 | 1 | -2/+2 |
* | Add command that builds a new 'out-of-tree' project. | Eric Blossom | 2010-03-04 | 2 | -0/+70 |
* | Fix pick_subdevice. | Eric Blossom | 2010-02-04 | 2 | -2/+2 |
* | fixed issue 387: removed uses of win.set for wx sinks | Josh Blum | 2010-01-10 | 2 | -4/+4 |
* | fixed issue where usrp siggen continued to transmit after program exit | Josh Blum | 2009-10-29 | 2 | -2/+17 |
* | modified flowgraph cleanup | Josh Blum | 2009-10-29 | 1 | -6/+3 |
* | Merge branch 'master' into sync | Tom | 2009-10-06 | 8 | -1423/+747 |
|\ |
|
| * | Merge branch 'utils' of http://gnuradio.org/git/trondeau into master | Johnathan Corgan | 2009-09-16 | 3 | -435/+689 |
| |\ |
|
| | * | Fixed slider behavior when the end of the file is reached. | Tom Rondeau | 2009-09-16 | 1 | -5/+3 |
| | * | Handling a few exceptions when no file is loaded. | Tom Rondeau | 2009-09-16 | 1 | -4/+11 |
| | * | Can now change the size of the symbols. Also fixes some layout issues. | Tom Rondeau | 2009-09-01 | 3 | -380/+546 |
| | * | Adding ability to change line width and style (only a handful of current styl... | Tom Rondeau | 2009-09-01 | 3 | -74/+128 |
| | * | Removing plot picker that addd nothing to the interface. | Tom Rondeau | 2009-09-01 | 1 | -17/+1 |
| | * | Adding a Reload option (Ctrl+R) option to quickly reread the file and reset t... | Tom Rondeau | 2009-09-01 | 3 | -21/+66 |
| * | | tweaked ampl slider params | Josh Blum | 2009-09-09 | 1 | -2/+2 |
| * | | copied usrp_siggen stuff from experimental gui into gnuradio tree | Josh Blum | 2009-09-09 | 5 | -849/+601 |
| * | | removed qr_fft.py from gr-utils | Eric Blossom | 2009-09-08 | 2 | -506/+0 |
| |/ |
|
* / | Adding ability to easily reload/reset file | Tom | 2009-10-05 | 3 | -129/+152 |
|/ |
|
* | Merge utils from http://gnuradio.org/git/trondeau.git | Johnathan Corgan | 2009-08-25 | 7 | -2/+3022 |
|\ |
|
| * | Added files to Makefile.am for distribution. | Tom Rondeau | 2009-08-25 | 1 | -2/+9 |
| * | Added colorbar to spectrogram for magnitude measurement. | Tom Rondeau | 2009-08-25 | 3 | -11/+19 |
| * | Fixed spectrogram plotting axis. | Tom Rondeau | 2009-08-25 | 1 | -5/+17 |
| * | Adding a spectrogram plot. The axis need work. | Tom Rondeau | 2009-08-25 | 3 | -152/+328 |
| * | GR plotter tool handles end of file and files shorter than the block length. | Tom Rondeau | 2009-08-25 | 1 | -9/+25 |
| * | Manages window/filter types better. Disables filter types if the designing al... | Tom Rondeau | 2009-08-25 | 3 | -256/+300 |
| * | User messages if PyQt and PyQwt are not installed (or found). | Tom Rondeau | 2009-08-25 | 1 | -7/+21 |
| * | Setting validators for all edit boxes. | Tom | 2009-08-24 | 2 | -5/+47 |
| * | Fixing tab order. | Tom | 2009-08-24 | 1 | -1/+13 |
| * | Adding display for the number of taps in the filter. | Tom | 2009-08-24 | 3 | -247/+325 |
| * | Adding equiripple band reject filter to filter design app. | Tom Rondeau | 2009-08-24 | 3 | -233/+280 |
| * | Added routine for optfir equiripple filter design code to create complex band... | Tom Rondeau | 2009-08-24 | 1 | -3/+24 |