summaryrefslogtreecommitdiff
path: root/gr-utils/src/python
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | |
| * | copied usrp_siggen stuff from experimental gui into gnuradio treeJosh Blum2009-09-095-849/+601
| | |
| * | removed qr_fft.py from gr-utilsEric Blossom2009-09-082-506/+0
| |/
* / Adding ability to easily reload/reset fileTom2009-10-053-129/+152
|/
* Merge utils from http://gnuradio.org/git/trondeau.gitJohnathan Corgan2009-08-257-2/+3022
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added files to Makefile.am for distribution. Added colorbar to spectrogram for magnitude measurement. Fixed spectrogram plotting axis. Adding a spectrogram plot. The axis need work. GR plotter tool handles end of file and files shorter than the block length. Manages window/filter types better. Disables filter types if the designing algorithm doesn't support it (no RRC or Gaussian for equiripple filters). User messages if PyQt and PyQwt are not installed (or found). Setting validators for all edit boxes. Fixing tab order. Adding display for the number of taps in the filter. Adding equiripple band reject filter to filter design app. Adding P-M version of band reject filter. Fixed documentation for optfir band pass filters. Added routine for optfir equiripple filter design code to create complex bandpass filters. Also adds this ability to the filter designer. Added design for Guassian filters. Added design for RRC filters. Added Band Notch filter Adding complex bandpass filter design (for windowed filters only). Adding plotting of group delay. Adding labels to the plots. ...
| * Added files to Makefile.am for distribution.Tom Rondeau2009-08-251-2/+9
| |
| * Added colorbar to spectrogram for magnitude measurement.Tom Rondeau2009-08-253-11/+19
| |
| * Fixed spectrogram plotting axis.Tom Rondeau2009-08-251-5/+17
| |
| * Adding a spectrogram plot. The axis need work.Tom Rondeau2009-08-253-152/+328
| |
| * GR plotter tool handles end of file and files shorter than the block length.Tom Rondeau2009-08-251-9/+25
| |
| * Manages window/filter types better. Disables filter types if the designing ↵Tom Rondeau2009-08-253-256/+300
| | | | | | | | algorithm doesn't support it (no RRC or Gaussian for equiripple filters).
| * User messages if PyQt and PyQwt are not installed (or found).Tom Rondeau2009-08-251-7/+21
| |
| * Setting validators for all edit boxes.Tom2009-08-242-5/+47
| |
| * Fixing tab order.Tom2009-08-241-1/+13
| |
| * Adding display for the number of taps in the filter.Tom2009-08-243-247/+325
| |
| * Adding equiripple band reject filter to filter design app.Tom Rondeau2009-08-243-233/+280
| |
| * Added routine for optfir equiripple filter design code to create complex ↵Tom Rondeau2009-08-241-3/+24
| | | | | | | | bandpass filters. Also adds this ability to the filter designer.
| * Added design for Guassian filters.Tom2009-08-243-4/+83
| |
| * Added design for RRC filters.Tom2009-08-243-4/+81
| |
| * Added Band Notch filterTom2009-08-233-1/+99
| |
| * Adding complex bandpass filter design (for windowed filters only).Tom2009-08-231-4/+32
| |
| * Adding plotting of group delay.Tom2009-08-231-8/+38
| |
| * Adding labels to the plots.Tom2009-08-231-0/+18
| |
| * Plotting phase of filter in its own tab now.Tom2009-08-232-27/+60
| |
| * Adding a phase and group delay plot to the GUI.Tom2009-08-233-4/+102
| |
| * Fixing time domain plot zoomer.Tom2009-08-231-2/+1
| |
| * Adding features and usability.Tom2009-08-233-136/+624
| |
| * Removed the LFP and HPF ui's that are now a part of the main pyqt_filter.ui ↵Tom2009-08-204-214/+0
| | | | | | | | package.
| * Adding a graphical tool to design and analyze filters.Tom2009-08-187-0/+783
| |
| * Adding a QT-based data file viewer.Tom2009-08-143-0/+1026
| | | | | | | | This is the start of an application to read in data files and display them in a useful manner.
* | Merged VRT work-in-progress from eb/vrt2 (11518:11598) into trunk.eb2009-08-152-0/+506
| | | | | | | | | | | | | | Passes distcheck. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11600 221aa14e-8319-0410-a670-987f0aec2ac5
* | Added git ignore files auto created from svn:ignore properties.git2009-08-141-0/+3
|/ | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11592 221aa14e-8319-0410-a670-987f0aec2ac5
* Merging trondeau/pfb r11249:11581 into trunk. This adds a few polyphase ↵trondeau2009-08-125-33/+11
| | | | | | filterbank implementations that do (integer) decimation, (integer) interpolation, arbitrary resampling, and channelizing. gnuradio-example/python/pfb includes a number of different examples of how to use these blocks. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11583 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged remainder of eb/t348 10637:10648. This adds a -N <nsamples>eb2009-03-191-4/+18
| | | | | | | | argument to usrp_siggen.py, usrp_siggen.cc and test_usrp_standard_tx.cc. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10650 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r10554:10595 from michaelld/am_swig_4 into trunk. Major overhaul of ↵jcorgan2009-03-141-3/+1
| | | | | | SWIG usage in build system, also fixes ticket:130. Trunk passes distcheck. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10596 221aa14e-8319-0410-a670-987f0aec2ac5
* Cleanup, changed ifc_name() to interface_name()jcorgan2009-02-232-13/+6
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10477 221aa14e-8319-0410-a670-987f0aec2ac5