ceedub

py27 py35 py36

PyPI status Build Status Documentation Status Developement Tool Updates

An awesome, simple, and easy to use continuous wavelet transform package for python!

To install the latest stable release v0.1.0 -- alpha from PyPI run:

pip install ceedub

To install the most current version with pip directly from github run:

pip install git+https://github.com/paulthebaker/ceedub@master

Features

  • continuous wavelet transforms (forward and inverse) in python
  • arbitrary user defined wavelet basis functions (provides Morlet-Gabor and Paul wavelets)
  • follows the conventions of Torrence and Compo [T&C1998]_.

Credits

Copyright (c) 2017 Paul T. Baker

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.