A wavelet transform library based on Haar Lifting Scheme
Project description
CT Wavelet Transform Library
A utility library for generating wavelet coefficients by using Haar Lifting Scheme.
Installation
From PyPi:
pip install ctwavelet
From Source Code:
git clone https://github.com/tahtaciburak/ctwavelet
cd ctwavelet
pip install .
Usage:
from ctwavelet import LiftingScheme
ls = LiftingScheme.LiftingScheme()
ls.apply([0,1,2,3,4,5,6,7])
coeffs = ls.get_wavelet_coeffs()
print(coeffs)
inverse_coeffs = ls.inverse(coeffs)
print(inverse_coeffs)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ctwavelet-1.0.5.tar.gz
(1.9 kB
view hashes)
Built Distribution
Close
Hashes for ctwavelet-1.0.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ac4232454ac8dcb8a98914275bd6d5cfb28059881640f8e40907a4c2e6d9aa77 |
|
MD5 | a48223f0f60a796184c29d09340afb27 |
|
BLAKE2b-256 | 5532ca52dd850d25315e6f6bc81dec754b460d19331602bf8df8266ebb2037e1 |