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
- 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 [TC1998].
[TC1998] | https://doi.org/10.1175/1520-0477(1998)079<0061:APGTWA>2.0.CO;2 |
Copyright (c) 2017 Paul T. Baker
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.