summaryrefslogtreecommitdiff
path: root/gr-utils
Commit message (Collapse)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
| | | | Also updates gr_read_file_metadata to add a -D option that properly parses a detached header.
* Merge branch 'master' into file_meta_dataTom Rondeau2012-12-122-0/+67
|\ | | | | | | | | Conflicts: gr-utils/src/python/CMakeLists.txt
| * 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
| | | | | | | | Now the start tag info in the header is relative to the begining of the header (so, basically, the size of the header + extras).
* | 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
| | | | | | | | When a tag with updated metadata information is received, close out the previous header (by setting the segment size) and create a new header with the new data. Specifically for sample rate and time stamps. Will be useful for extra_dict when implemented.
* | core: adding Python files to easily parse header info of a file.Tom Rondeau2012-11-212-0/+60
|/ | | | Also a utility script that you pass a filename to and it prints out the meta data.
* Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau2012-04-1317-194/+194
| | | | | | this in the future. The sed script was provided by Moritz Fischer.
* build: removed .py extensions from installed Python plot programs.Tom Rondeau2012-04-0118-93/+242
| | | | The fft and psd bases have been moved into the Python packages directory and new wrappers for data-type independent programs have been created.
* Removed autotools, gr-waveform, some cleanupJohnathan Corgan2011-12-088-128/+0
| | | | Nick Foster owes Nick Corgan a six-pack of beer!
* 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
| | | | One step (of many) to convert GNU Radio to use new Ettus Research UHD driver.
* gr-utils: updating gr_plot_psd.py to protect against zero-length arrays in ↵Tom Rondeau2011-05-241-10/+20
| | | | get_data.
* 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 ↵Tom Rondeau2011-03-251-21/+60
| | | | some error checking on opening and saving files.
* gr-utils: handling parameters and GUI updates when loading filters from ↵Tom Rondeau2011-03-181-46/+98
| | | | file. Only for windowed filters.
* gr-utils: refactoring design parameters from 'design' to 'params' to not ↵Tom Rondeau2011-03-171-25/+25
| | | | conflict with design function.
* 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
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | * master: Fixing up fft and constellation plot to better handle zooming. Fixing zooming capabilities. Time axis does not track any longer due to what looks like a matplotlib bug that resets the xlims after the zoom occurs. Fixing up other plotting tools for data read errors. Using .min and .max on scipy arrays instead of min() max(); seems to be more portable. Fix how the end of a file is handled. PFB resampler: fix it this way to avoid the signed/unsigned warning. PFB resampler: fixes bug where filter could be looking past the number of inputs. Conflicts: gr-utils/src/python/gr_plot_psd.py
| * 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
| | | | | | | | looks like a matplotlib bug that resets the xlims after the zoom occurs.
| * 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
| | | | | | | | portable.
| * 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 ↵Tom Rondeau2010-12-301-14/+14
| | | | | | | | should be backwards compatible.
* | Merge branch 'next' into guile-nextEric Blossom2010-12-061-7/+10
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * next: (116 commits) Adding new example script for using the new PFB arbitrary resampler interface. One resampler takes user-generated taps and another resampler just takes the resampling rate. Both input and output signals are plotted. Modifying blsk2 wrapper for PFB arbitrary resampler to allow the user to just specify the requested resampling rate without providing their own filter taps. uhd: reverting tag changes on uhd single usrp source, there seems to be issues with the work() logic uhd: removed default value chan=0 in the cc files WITH_INCLUDES _must_ be last uhd: replaced CFLAGS with CPPFLAGS variable, and fixed swig args FIXME uhd: default channel params to zero for single source and sink blocks Revert "Removed usrp2-firmware from being automatically built." Remove generated file from repo Removed usrp2-firmware from being automatically built. uhd: added libdir to UHD CFLAGS (shared by lib and swig) Swapping out preset keys until I work out some of their issues. Modifying QA tests for the sample tags. By default, it only checks the sizes of the tags since order is not specified or guarenteed. Block is a gr_block, so this sets its relative rate. Was required for using in the QA of the sample tags code. Removing global pmt constants. Were causing segfaults during make check. Must fix this later. Fixing up the UHD sample tag example to take command line options. Swapping order of testing rrate. Changing propagation policy enum type name and making a few other minor edits. Changing API for gr_skiphead to use uint64_t for the offset instead of size_t (still unsigned). Fixes issue #304. Adding typedef for uint64_t and int64_t so we can use them through SWIG. ... Passes make distcheck.
| * | 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
|/ | | | | | | | | Move all occurrences of swig_built_sources out of Makefile.am's. Move all SWIG related use of BUILT_SOURCES out of Makefile.am's. Clean up 'if PYTHON' conditionalization in gr-* Still left to do: fix Makefile.swig CLEANFILES and no_dist_files such that they remove exactly the generated files.
* 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
| | | | Patch from Alexander Chemeris <alexander.chemeris@gmail.com>
* 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
|\ | | | | | | | | | | | | Conflicts: gr-utils/src/python/gr_plot_qt.py gr-utils/src/python/pyqt_plot.py gr-utils/src/python/pyqt_plot.ui
| * Merge branch 'utils' of http://gnuradio.org/git/trondeau into masterJohnathan Corgan2009-09-163-435/+689
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'utils' of http://gnuradio.org/git/trondeau: Fixed slider behavior when the end of the file is reached. Handling a few exceptions when no file is loaded. Can now change the size of the symbols. Also fixes some layout issues. Adding ability to change line width and style (only a handful of current styles enabled). Removing plot picker that addd nothing to the interface. Adding a Reload option (Ctrl+R) option to quickly reread the file and reset the state.
| | * 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 ↵Tom Rondeau2009-09-013-74/+128
| | | | | | | | | | | | styles enabled).
| | * 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 ↵Tom Rondeau2009-09-013-21/+66
| | | | | | | | | | | | the state.
| * | tweaked ampl slider paramsJosh Blum2009-09-091-2/+2
| | |