Continuous Haar Wavelet for Python

1.1k views Asked by At

I am looking for an implementation of Continuous Wavelet Transform for Python that includes Haar Wavelet.

I would like to reproduce the experiment given by MathWorks for Matlab, at this link.

I tried with Pyscellania but I obtain completely different coefficients.

Is there a Python implementation of the CWT out there that includes the Haar Wavalet apart from Pyscellania?

1

There are 1 answers

1
vitil On BEST ANSWER

Your request is clear.

Have you tried Pyscellania's normalised or standard Haar Wavelet?

Maybe you are just using the wrong one.