
PyWavelets 1.9.0
PyWavelets, wavelet transform module
PyWavelets is an open-source Python library that provides a high-level interface for performing wavelet transforms. It supports 1D, 2D, and nD Forward and Inverse Discrete Wavelet Transform (DWT and IDWT), Multilevel DWT and IDWT, and Stationary Wavelet Transform (Undecimated Wavelet Transform). It also supports 1D and 2D Wavelet Packet decomposition and reconstruction, and 1D Continuous Wavelet Transform. This makes it a versatile tool for signal and image processing tasks, where wavelet transforms are often used for data analysis and feature extraction.
Stars: 2344, Watchers: 2344, Forks: 523, Open Issues: 79The PyWavelets/pywt repo was created 12 years ago and the last code push was 2 weeks ago.
The project is very popular with an impressive 2344 github stars!
How to Install pywavelets
You can install pywavelets using pip
pip install pywavelets
or add it to a project with poetry
poetry add pywavelets
Package Details
- Author
- None
- License
- None
- Homepage
- None
- PyPi:
- https://pypi.org/project/PyWavelets/
- GitHub Repo:
- https://github.com/PyWavelets/pywt
Classifiers
- Software Development/Libraries/Python Modules
Related Packages
Errors
A list of common pywavelets errors.
Code Examples
Here are some pywavelets code examples and snippets.
GitHub Issues
The pywavelets package has 79 open issues on GitHub
- ENH: use limited C API to produce abi3 wheels for with-GIL interpreters in release builds
pythonfix