The dtcwt library

This library provides support for computing 1D, 2D and 3D dual-tree complex wavelet transforms and their inverse in Python.

The interface is intentionally similar to the existing MATLAB dual-tree complex wavelet transform toolbox provided by Prof. Nick Kingsbury. This library is intended to ease the porting of algorithms written using this toolbox from MATLAB to Python.

The original toolbox is copyrighted and there are some restrictions on use which are outlined in the file ORIGINAL_README.txt.

Aside from portions directly derived from the original MATLAB toolbox, any additions in this library and this documentation are licensed under the 2-clause BSD licence as documented in the file COPYING.txt.

Indices and tables

Project Versions

Table Of Contents

Next topic

Getting Started

This Page