summaryrefslogtreecommitdiff
path: root/gr-utils/src/python
Commit message (Expand)AuthorAgeFilesLines
* utils: minor change to convert gr-utils to new stucture.Tom Rondeau2012-12-2925-4475/+0
* Merge branch 'master' into nextTom Rondeau2012-12-142-0/+88
|\
| * 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
| |\
| * | 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
* | | Merge branch 'master' into nextTom Rondeau2012-11-282-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
| |/
* | filter: moving filter design tool from gr-utils to gr-filter.Tom Rondeau2012-09-092-875/+0
* | docs: Adding/editing top-level docstrings.Ben Reynwar2012-05-211-0/+3
|/
* 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-082-55/+0
* utils: added cmake support for the gr-utilsJosh Blum2011-10-201-0/+53
* 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