Merge branch 'maint'
authorTom Rondeau <trondeau@vt.edu>
Sun, 16 Jan 2011 19:03:30 +0000 (14:03 -0500)
committerTom Rondeau <trondeau@vt.edu>
Sun, 16 Jan 2011 19:03:30 +0000 (14:03 -0500)
commit58a1356ed70994c0f24afa8a276b7e62979c28cf
tree91e66677861aa1ad3aff05ebba34451cd514a48a
parent98a3a1ce7462fe0c1662168c2c91c765eb8f841b
parentead0819388bc03555c9182f27176aac6ea2a8bbc
Merge branch 'maint'

* maint:
  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.