Contents

PyWavelets 1.9.0

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: 79

The 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
No  pywavelets  pypi packages just yet.

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

See more issues on GitHub

Related Packages & Articles

pillow 12.1.1

Pillow is a Python package that extends the image processing capabilities of your Python interpreter. It provides a comprehensive suite of tools for dealing with images, similar to those found in image processing software like Photoshop. The library supports a wide range of file formats and offers an efficient internal representation for images. It's an essential tool for developers working on projects involving image manipulation, such as graphics and multimedia software, image processing, and computer vision applications.