Skip to main content

A wavelet transform library based on Haar Lifting Scheme

Project description

CT Wavelet Transform Library

Build Status

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)

Uploaded Source

Built Distribution

ctwavelet-1.0.5-py3-none-any.whl (2.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page