C Implementation of Discrete Packet Transform ( Full Tree Decomposition and Best Basis DWPT).
Discrete Wavelet Packet Transform Methods Implemented
DWPT/IDWPT Modified to act like WTREE, but also have an inverse.
Live Demo of 1D DWT and 1D CWT (Emscripten) - http://rafat.github.io/wavelib/
License - BSD 3-Clause
Building the library:
mkdir build && cd build
cmake ..