regeirk / pycwt

A Python module for continuous wavelet spectral analysis. It includes a collection of routines for wavelet transform and statistical analysis via FFT algorithm. In addition, the module also includes cross-wavelet transforms, wavelet coherence tests and sample scripts.
http://regeirk.github.io/pycwt/
Other
293 stars 104 forks source link

Sample.py now works #4

Closed mankoff closed 10 years ago

mankoff commented 10 years ago

Existing version of sample.py didn't work on latest Enthought Canopy with matplotlib v1.3.1. The specific changes required were 1) import wav file properly, 2) alpha is a float not a string and 3) the fill code had extra values which produced a visual bug.

mankoff commented 10 years ago

More fixes. Both samples now run.