This library implements Wavelet Transform Modulus Maxima (WTMM) on top of PyWavelets (pywt)
Files:
cwt.pydoes Continous Wavelet Transform and contains main functionwtmm()that runs Wavelet Transform Modulus Maximamytracing.pyimplements tracing of bifurcationstests.pyimplements some unit tests_functions.pyis modified file from pywt package. It changes the effective support of wavelet functions to be in range [-1,1] that makes finding the valid areas in wt easier.example.ipynbjupyter notebook with example on how to use the library