Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-03 | modtool: fixes case when modulname ends in 0 | Martin Braun | |
2013-03-27 | utils: fixed wording in modtool for 'float' sink/source type. | Tom Rondeau | |
2013-03-14 | modtool: fixed general python block template | Mike Jameson | |
2013-03-14 | modtool: Python general blocks used grextras syntax | Martin Braun | |
2013-03-05 | prefs: pass strings by reference. Also cleans up a comma in gr_modtool that ↵ | Tom Rondeau | |
made a string into a tuple (and C++ angry). | |||
2013-02-26 | modtool: another fix in the SWIG generating code | Martin Braun | |
2013-02-14 | modtool: fixed order for both 3.6 and 3.7 API versions | Martin Braun | |
2013-02-06 | modtool: fixed block_magic and %include order | Martin Braun | |
2013-02-04 | modtool: bugfix, BLOCK_MAGIC should appear before %include | Martin Braun | |
2013-01-28 | modtool: cleanup, bugfixes | Martin Braun | |
2013-01-28 | modtool: bugfixes | Martin Braun | |
2013-01-28 | modtool: newmod uses gr.prefs or --srcdir | Martin Braun | |
2013-01-28 | modtool: more flexibility w/ adding and removing entries | Martin Braun | |
2013-01-28 | modtool: dir template update (added list for sources) | Martin Braun | |
2013-01-27 | modtool: added copyleft headers | Martin Braun | |
2013-01-25 | utils: modtool minor updates | Martin Braun | |
2013-01-25 | utils: modtool now installs an example dir instead of the bz2 | Martin Braun | |
2013-01-24 | utils: added modtool | Martin Braun | |
2012-12-14 | blocks: moving file metadata sink/source to gr-blocks. | Tom Rondeau | |
2012-12-12 | core: add new options to GRC for file_meta_sink. | Tom Rondeau | |
Also updates gr_read_file_metadata to add a -D option that properly parses a detached header. | |||
2012-12-12 | Merge branch 'master' into file_meta_data | Tom Rondeau | |
Conflicts: gr-utils/src/python/CMakeLists.txt | |||
2012-12-04 | core: updated metadata structure to use relative header info. | Tom Rondeau | |
Now the start tag info in the header is relative to the begining of the header (so, basically, the size of the header + extras). | |||
2012-11-28 | utils: updating GRCC with a -e flag to execute the program after building. | Tom Rondeau | |
2012-11-28 | utils: adding GRCC - a GNU Radio Companion command-line compiler tool. | Tom Rondeau | |
2012-11-27 | core: adding ability to handle extra data in headers. | Tom Rondeau | |
2012-11-24 | core: Update file_meta_sink to inject headers into data stream. | Tom Rondeau | |
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. | |||
2012-11-21 | core: adding Python files to easily parse header info of a file. | Tom Rondeau | |
Also a utility script that you pass a filename to and it prints out the meta data. | |||
2012-04-13 | Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵ | Tom Rondeau | |
this in the future. The sed script was provided by Moritz Fischer. | |||
2012-04-01 | build: removed .py extensions from installed Python plot programs. | Tom Rondeau | |
The fft and psd bases have been moved into the Python packages directory and new wrappers for data-type independent programs have been created. | |||
2011-12-08 | Removed autotools, gr-waveform, some cleanup | Johnathan Corgan | |
Nick Foster owes Nick Corgan a six-pack of beer! | |||
2011-10-20 | utils: added cmake support for the gr-utils | Josh Blum | |
2011-10-07 | uhd: removing old USRP util files that have been replaced in gr-uhd/apps. | Tom Rondeau | |
2011-08-22 | utils: fixed typo | Tom Rondeau | |
2011-08-10 | fixing constellation plotter to gracefully handle the end of a file. | Tom Rondeau | |
2011-07-03 | gr-utils: move non-GUI apps using old libusrp(2) into gr-usrp or gr-usrp2 | Johnathan Corgan | |
One step (of many) to convert GNU Radio to use new Ettus Research UHD driver. | |||
2011-05-24 | gr-utils: updating gr_plot_psd.py to protect against zero-length arrays in ↵ | Tom Rondeau | |
get_data. | |||
2011-03-25 | gr-utils: more error checking on filter designer. | Tom Rondeau | |
2011-03-25 | gr-utils: adding save/open capabilities to equiripple filters. Also added ↵ | Tom Rondeau | |
some error checking on opening and saving files. | |||
2011-03-18 | gr-utils: handling parameters and GUI updates when loading filters from ↵ | Tom Rondeau | |
file. Only for windowed filters. | |||
2011-03-17 | gr-utils: refactoring design parameters from 'design' to 'params' to not ↵ | Tom Rondeau | |
conflict with design function. | |||
2011-03-17 | gr-utils: way to break something you just fixed a few days ago... | Tom Rondeau | |
2011-03-17 | gr-utils: Adding save and open actions to filter designer. | Tom Rondeau | |
2011-03-09 | Fixing gr_filter_design program to import from gnuradio Python package. | Tom Rondeau | |
2011-01-16 | Merge branch 'master' into next | Tom Rondeau | |
* 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 | |||
2011-01-16 | Fixing up fft and constellation plot to better handle zooming. | Tom Rondeau | |
2011-01-16 | Fixing zooming capabilities. Time axis does not track any longer due to what ↵ | Tom Rondeau | |
looks like a matplotlib bug that resets the xlims after the zoom occurs. | |||
2011-01-15 | Fixing up other plotting tools for data read errors. | Tom Rondeau | |
2011-01-15 | Using .min and .max on scipy arrays instead of min() max(); seems to be more ↵ | Tom Rondeau | |
portable. | |||
2011-01-15 | Fix how the end of a file is handled. | Tom Rondeau | |
2010-12-30 | Fixes to psd plotting tool. Trying to keep up with the changing API; this ↵ | Tom Rondeau | |
should be backwards compatible. |