ricedsp / rwt

The Rice Wavelet Toolbox (RWT) is a collection of Matlab M-files and C MEX-files for 1D and 2D wavelet and filter bank design, analysis, and processing. The toolbox provides tools for denoising and interfaces directly with our Matlab code for wavelet domain hidden Markov models and wavelet regularized deconvolution.
http://dsp.rice.edu
Other
134 stars 48 forks source link

ENH: add python 3 support #6

Closed grlee77 closed 9 years ago

grlee77 commented 9 years ago

Small changes to add support for python 3. I verified that all tests in test_rwt.py pass for both python 2.7 and python 3.4 (on a 64-bit linux system).