summaryrefslogtreecommitdiff
path: root/gr-utils/src/python/gr_plot_psd.py
Commit message (Collapse)AuthorAgeFilesLines
* build: removed .py extensions from installed Python plot programs.Tom Rondeau2012-04-011-291/+0
| | | | The fft and psd bases have been moved into the Python packages directory and new wrappers for data-type independent programs have been created.
* gr-utils: updating gr_plot_psd.py to protect against zero-length arrays in ↵Tom Rondeau2011-05-241-10/+20
| | | | get_data.
* Merge branch 'master' into nextTom Rondeau2011-01-161-33/+37
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 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-151-1/+1
| |
| * 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.
* | Updating PSD function for some newer matplotlib interfacing.Tom Rondeau2010-11-211-7/+10
|/
* Merging trondeau/pfb r11249:11581 into trunk. This adds a few polyphase ↵trondeau2009-08-121-10/+3
| | | | | | 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
* proper comparison of vectors; I thought I had already fixed this...trondeau2008-11-131-1/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9984 221aa14e-8319-0410-a670-987f0aec2ac5
* added real PSD plotting tool with optional spectrogram plot.trondeau2008-10-251-0/+281
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9846 221aa14e-8319-0410-a670-987f0aec2ac5