summaryrefslogtreecommitdiff
path: root/gr-utils
Commit message (Expand)AuthorAgeFilesLines
* blocks: moving file metadata sink/source to gr-blocks.Tom Rondeau2012-12-141-4/+4
* core: add new options to GRC for file_meta_sink.Tom Rondeau2012-12-121-3/+7
* Merge branch 'master' into file_meta_dataTom Rondeau2012-12-122-0/+67
|\
| * utils: updating GRCC with a -e flag to execute the program after building.Tom Rondeau2012-11-281-2/+12
| * utils: adding GRCC - a GNU Radio Companion command-line compiler tool.Tom Rondeau2012-11-282-0/+57
* | core: updated metadata structure to use relative header info.Tom Rondeau2012-12-041-3/+2
* | core: adding ability to handle extra data in headers.Tom Rondeau2012-11-271-2/+18
* | core: Update file_meta_sink to inject headers into data stream.Tom Rondeau2012-11-241-12/+21
* | core: adding Python files to easily parse header info of a file.Tom Rondeau2012-11-212-0/+60
|/
* Removed whitespace and added dtools/bin/remove-whitespace as a tool to do thi...Tom Rondeau2012-04-1317-194/+194
* build: removed .py extensions from installed Python plot programs.Tom Rondeau2012-04-0118-93/+242
* Removed autotools, gr-waveform, some cleanupJohnathan Corgan2011-12-088-128/+0
* utils: added cmake support for the gr-utilsJosh Blum2011-10-202-0/+106
* uhd: removing old USRP util files that have been replaced in gr-uhd/apps.Tom Rondeau2011-10-077-1799/+1
* utils: fixed typoTom Rondeau2011-08-221-1/+1
* fixing constellation plotter to gracefully handle the end of a file.Tom Rondeau2011-08-101-9/+18
* gr-utils: move non-GUI apps using old libusrp(2) into gr-usrp or gr-usrp2Johnathan Corgan2011-07-037-495/+1
* gr-utils: updating gr_plot_psd.py to protect against zero-length arrays in ge...Tom Rondeau2011-05-241-10/+20
* gr-utils: more error checking on filter designer.Tom Rondeau2011-03-251-34/+65
* gr-utils: adding save/open capabilities to equiripple filters. Also added som...Tom Rondeau2011-03-251-21/+60
* gr-utils: handling parameters and GUI updates when loading filters from file....Tom Rondeau2011-03-181-46/+98
* gr-utils: refactoring design parameters from 'design' to 'params' to not conf...Tom Rondeau2011-03-171-25/+25
* gr-utils: way to break something you just fixed a few days ago...Tom Rondeau2011-03-171-1/+1
* gr-utils: Adding save and open actions to filter designer.Tom Rondeau2011-03-173-286/+385
* Fixing gr_filter_design program to import from gnuradio Python package.Tom Rondeau2011-03-091-1/+1
* Merge branch 'master' into nextTom Rondeau2011-01-165-86/+94
|\
| * Fixing up fft and constellation plot to better handle zooming.Tom Rondeau2011-01-162-6/+9
| * Fixing zooming capabilities. Time axis does not track any longer due to what ...Tom Rondeau2011-01-161-30/+32
| * Fixing up other plotting tools for data read errors.Tom Rondeau2011-01-155-50/+51
| * Using .min and .max on scipy arrays instead of min() max(); seems to be more ...Tom Rondeau2011-01-151-8/+9
| * Fix how the end of a file is handled.Tom Rondeau2011-01-151-5/+7
* | Fixes to psd plotting tool. Trying to keep up with the changing API; this sho...Tom Rondeau2010-12-301-14/+14
* | Merge branch 'next' into guile-nextEric Blossom2010-12-061-7/+10
|\ \
| * | Updating PSD function for some newer matplotlib interfacing.Tom Rondeau2010-11-211-7/+10
| |/
* / Major Makefile.am housecleaning. Passes distcheck.Eric Blossom2010-11-241-1/+1
|/
* gr-utils: fix out of tree project generator to properly update tarfile nameMoritz Fischer2010-07-051-2/+2
* Add command that builds a new 'out-of-tree' project.Eric Blossom2010-03-042-0/+70
* Fix pick_subdevice.Eric Blossom2010-02-042-2/+2
* fixed issue 387: removed uses of win.set for wx sinksJosh Blum2010-01-102-4/+4
* fixed issue where usrp siggen continued to transmit after program exitJosh Blum2009-10-292-2/+17
* modified flowgraph cleanupJosh Blum2009-10-291-6/+3
* Merge branch 'master' into syncTom2009-10-068-1423/+747
|\
| * Merge branch 'utils' of http://gnuradio.org/git/trondeau into masterJohnathan Corgan2009-09-163-435/+689
| |\
| | * Fixed slider behavior when the end of the file is reached.Tom Rondeau2009-09-161-5/+3
| | * Handling a few exceptions when no file is loaded.Tom Rondeau2009-09-161-4/+11
| | * Can now change the size of the symbols. Also fixes some layout issues.Tom Rondeau2009-09-013-380/+546
| | * Adding ability to change line width and style (only a handful of current styl...Tom Rondeau2009-09-013-74/+128
| | * Removing plot picker that addd nothing to the interface.Tom Rondeau2009-09-011-17/+1
| | * Adding a Reload option (Ctrl+R) option to quickly reread the file and reset t...Tom Rondeau2009-09-013-21/+66
| * | tweaked ampl slider paramsJosh Blum2009-09-091-2/+2