<< Chapter < Page | Chapter >> Page > |
The computational complexity of the DWT algorithm can also be easily established. Let be the complexity for a length-N DWT. Since after each scale, we only further operate on half of the output data, wecan show
which gives rise to the solution
The operation in [link] can also be expressed in matrix form e.g., for Haar wavelet,
The orthogonality conditions on and ensure . The matrix for multiscale DWT is formed by for different ; e.g., for three scale DWT,
We could further iterate the building block on some of the highpass outputs. This generalization is called the wavelet packets [link] .
The key to the fast Fourier transform is the factorization of into several sparse matrices, and one of the sparse matrices represents two DFTs of half the length. In a manner similar to the DIT FFT, the following matrixfactorization can be made:
where , and are all diagonal matrices. The values on the diagonal of and are the length-N DFT ( i.e., frequency response ) of , and the values on the diagonal of and are the length-N DFT of . We can visualize the above factorization as
where we image the real part of DFT matrices, and the magnitude of the matrices for butterfly operations and the one-scale DWT using length-16Daubechies' wavelets [link] , [link] . Clearly we can see that the new twiddle factors have non-unit magnitudes.
The above factorization suggests a DWT-based FFT algorithm. The block diagram of the last stage of a length-8 algorithm is shown in [link] . This scheme is iteratively applied to shorter length DFTs to get the full DWT based FFTalgorithm. The final system is equivalent to a full binary tree wavelet packet transform [link] followed by classical FFT butterfly operations, where the new twiddle factors are the frequency response of thewavelet filters.
The detail of the butterfly operation is shown in [link] , where . Now the twiddle factors are length-N DFT of and . For well defined wavelet filters, they have well known properties; e.g., forDaubechies' family of wavelets, their frequency responses are monotone, and nearly half of which have magnitude close to zero. This fact can beexploited to achieve speed vs. accuracy tradeoff. The classical radix-2 DIT FFT is a special case of the above algorithm when and . Although they do not satisfy some of the conditions required for wavelets, they do constitute a legitimate(and trivial) orthogonal filter bank and are often called the lazy wavelets in the context of lifting.
For the DWT-based FFT algorithm, the computational complexity is on the same order of the FFT — , since the recursive relation in [link] is again satisfied. However, the constant appearing before depends on the wavelet filters used.
Notification Switch
Would you like to follow the 'Wavelets and wavelet transforms' conversation and receive update notifications?