Age | Commit message (Collapse) | Author |
|
* 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
|
|
looks like a matplotlib bug that resets the xlims after the zoom occurs.
|
|
|
|
portable.
|
|
|
|
should be backwards compatible.
|
|
|
|
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
|
|
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9984 221aa14e-8319-0410-a670-987f0aec2ac5
|
|
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9846 221aa14e-8319-0410-a670-987f0aec2ac5
|