(CW) an awesome and simple continuous wavelet transform
Project description
ceedub
An awesome, simple, and easy to use continuous wavelet transform package for python!
Free software: MIT license
Documentation: https://ceedub.readthedocs.io.
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.
History
0.1.0 (2017-09-19)
First release on PyPI.
0.0.0 (2017-09-18)
initial release