pyyawt

library for wavelet calculations


Keywords
wavelet, dwt, cwt
License
GPL-2.0
Install
pip install pyyawt==0.1.1

Documentation

pyyawt

Yet another python wavelet toolbox

This toolbox is aimed to mimic matlab wavelet toolbox. Most of the functions are similiar to their counterparts in Matlab equivalents.

The toolbox based on the scilab wavelet toolbox (http://atoms.scilab.org/toolboxes/swt) which is a port of the scwt toolbox.

Authors

  • Holger Nahrstaedt 2010 - 2015
  • Daubechies wavelets coefficents DB2 - DB50 from Bob Strunz - University of Limerick, Ireland

The c code in pyyawt\src is under GPLv2 license and forged from the Authors of the scwt toolbox (2005 - 2006, http://scwt.sourceforge.net/)

  • Professor Mei, Supervisor
  • Roger Liu
  • Isaac Zhi
  • Jason Huang
  • Du HuiQian

Coverage Status codecov.io Build Status Build status

Documentation Status