Jump to content

Wavelet packet decomposition

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Subh83 (talk | contribs) at 19:09, 27 April 2011 (added name of specific filter). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Wavelet packet decomposition (WPD) (sometimes known as just wavelet packets) is a wavelet transform where the signal is passed through more filters than the discrete wavelet transform (DWT).

In the DWT, each level is calculated by passing only the previous approximation coefficients (cAj) through low and high pass quadrature mirror filters [1]. However in the WPD, both the detail (cHj, cVj, cDj) and approximation coefficients are decomposed.

Wavelet Packet decomposition over 3 levels

For n levels of decomposition the WPD produces 2n different sets of coefficients (or nodes) as opposed to (3n + 1) sets for the DWT. However, due to the downsampling process the overall number of coefficients is still the same and there is no redundancy.

From the point of view of compression, the standard wavelet transform may not produce the best result, since it is limited to wavelet bases that increase by a power of two towards the low frequencies. It could be that another combination of bases produce a more desirable representation for a particular signal. The best basis algorithm by Coifman and Wickerhauser[1] finds a set of bases that provide the most desirable representation of the data relative to a particular cost function (e.g. entropy).

The implementation part of wavelet packets can be found in MATLAB wavelet toolbox in this link.

The illustration and implementation of wavelet packets along with its code in C++ is given in this link.

Furthermore, an implementation in Java for 1-D and 2-D wavelet packets using Haar, Daubechies, Coiflet, and Legendre wavelets can be found in the open source project: JWave.

References

  1. ^ a b Coifman RR & Wickerhauser MV, 1992. Entropy-Based Algorithms for Best Basis Selection, IEEE Transactions on Information Theory, 38(2).