PyWavelets is a free Open Source wavelet transform software for Python programming language.
PyWavelets is a free Open Source wavelet transform software for Python programming language. It is written in Python, Cython and C for a mix of easy and powerful high-level interface and the best performance.
PyWavelets is very easy to start with and use. Just install the package, open the Python interactive shell and type:
import pywt
cA, cD = pywt.dwt([1, 2, 3, 4], 'db1')
Voilà! Computing wavelet transforms never before has been so simple :)