AP-Atul / wavelets-ext

A re-implementation of the Wavelets package using Cython to improve the speed.

Home Page:https://ap-atul.github.io/wavelet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wavelets-Extension

A re-implementation of Wavelets package using Cython to improve the speed.

All the functions are similar to the main Wavelets repository. The sole purpose of this project is to be used in audio de-noising of sound files.

ref wavelet

Building

  1. Install directly via pip
pip install git+https://github.com/AP-Atul/wavelets-ext.git
  1. Clone the repo and run the setup
git clone https://github.com/AP-Atul/wavelets-ext.git
python setup.py build_ext --inplace

About

A re-implementation of the Wavelets package using Cython to improve the speed.

https://ap-atul.github.io/wavelet

License:MIT License


Languages

Language:Python 100.0%