Search code examples
pythonhaar-waveletwavelet-transform

Continuous Haar Wavelet for Python


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?


Solution

  • Your request is clear.

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

    Maybe you are just using the wrong one.