Metadata-Version: 1.0
Name: PyWavelets
Version: 0.2.0
Summary: PyWavelets, wavelet transform module.
Home-page: http://www.pybytes.com/pywavelets/
Author: Filip Wasilewski
Author-email: filip.wasilewski@gmail.com
License: MIT
Download-URL: http://pypi.python.org/pypi/PyWavelets/
Description: 
        PyWavelets is a Python wavelet transforms module that includes:
        
        * 1D and 2D Forward and Inverse Discrete Wavelet Transform (DWT and IDWT)
        * 1D and 2D Stationary Wavelet Transform (Undecimated Wavelet Transform)
        * 1D and 2D Wavelet Packet decomposition and reconstruction
        * Computing Approximations of wavelet and scaling functions
        * Over seventy built-in wavelet filters and support for custom wavelets
        * Single and double precision calculations
        * Results compatibility with Matlab Wavelet Toolbox (tm)
        
Keywords: wavelets,wavelet transform,DWT,SWT,scientific,NumPy
Platform: Linux
Platform: Mac OSX
Platform: Windows XP/2000/NT
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: C
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
