Open
Description
Hi all,
Some discussions on implementing the dual-tree complex wavelet transform in PyWavelets occurred in #58 , but let me restate some things:
The dual-tree complex wavelet transform is described in a review paper. A Matlab implementation is available here, and a Python port is available.
I needed to implement the dual-tree complex wavelet transform (DTCWT) for my research. I have made the code public here (Python 3 only). I would like to discuss the inclusion of the DTCWT in PyWavelets if there is enough interest.