项目作者: igor-93

项目描述 :
Wavelet Transform Modulus Maxima
高级语言: Jupyter Notebook
项目地址: git://github.com/igor-93/wtmm.git
创建时间: 2018-06-03T09:11:54Z
项目社区:https://github.com/igor-93/wtmm

开源协议:

下载


Wavelet Transform Modulus Maxima

This library implements Wavelet Transform Modulus Maxima (WTMM) on top of PyWavelets (pywt)

Files:

  • cwt.py does Continous Wavelet Transform and contains main function wtmm() that runs Wavelet Transform Modulus Maxima
  • mytracing.py implements tracing of bifurcations
  • tests.py implements some unit tests
  • _functions.py is 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.ipynb jupyter notebook with example on how to use the library