Skip to content

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

License

Notifications You must be signed in to change notification settings

AP-Atul/wavelets-ext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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