JuliaDSP / Wavelets.jl

A Julia package for fast discrete wavelet transforms and utilities
Other
191 stars 29 forks source link

Filter transform for non-square data #33

Closed antholzer closed 7 years ago

antholzer commented 7 years ago

I adjusted the filter transformation (2-D and 3-D) to work with non-square data.

I also made a test sample (Haar transform 4x8 matrix) with PyWavelets, since I'm not sure if Wavelab supports 2-D transform on non-square signals. Should there also be testcases for other Wavelet classes?

coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.04%) to 96.0% when pulling 8b687ec0283376918ae8363aec4f379d6954908e on antholzer:rectangular into 000d2eb6f84bdb14dfdbe32394d58502d6e6fb3d on JuliaDSP:master.

gummif commented 7 years ago

Thanks for that. I thinks the tests are ok for now. Tests could be added later comparing random signals to the inverse transform of transformed signal.