<< Chapter < Page | Chapter >> Page > |
If has finite support, create a periodic version of it by
where the period is an integer. In this case, and are periodic sequences in with period (if and 1 if ) and
where ( modulo ) and . An obvious choice for is 1. Notice that in this case given samples of the signal, , the wavelet transform has exactly terms. Indeed, this gives a linear, invertible discrete transform which can be considered apart fromany underlying continuous process similar the discrete Fourier transform existing apart from the Fourier transform or series.
There are at least three ways to calculate this cyclic DWT and they are
based on the equations
[link] ,
[link] , and
[link] later
in this chapter. The first method simply convolves the scalingcoefficients at one scale with the time-reversed coefficients
to
give an
length sequence. This is aliased or wrapped as indicated
in
[link] and programmed in
dwt5.m
in Appendix 3.
The second method creates a periodic
by
concatenating an appropriate number of
sections together then
convolving
with it. That is illustrated in
[link] and in
dwt.m
in Appendix 3. The third approach constructs a periodic
and convolves it with
to implement
[link] .
The
Matlab programs should be studied to understand how these ideas
are actually implemented.
Because the DWT is not shift-invariant, different implementations of the DWT may appear to give different results because of shifts of the signaland/or basis functions. It is interesting to take a test signal and compare the DWT of it with different circular shifts of the signal.
Making periodic can introduce discontinuities at 0 and . To avoid this, there are several alternative constructions of orthonormalbases for [link] , [link] , [link] , [link] . All of these constructions use (directly or indirectly) the concept of time-varyingfilter banks. The basic idea in all these constructions is to retain basis functions with support in , remove ones with support outside and replace the basis functions that overlap across the endpoints with special entry/exit functions that ensure completeness . These boundary functions are chosen so that the constructed basis isorthonormal. This is discussed in Section: Time-Varying Filter Bank Trees . Another way to deal with edges or boundaries uses “lifting" as mentioned in Section: Lattices and Lifting .
Given that the wavelet analysis of a signal has been posed in terms of the finite expansion of [link] , the discrete wavelet transform (expansion coefficients) can be calculated using Mallat's algorithm implemented by afilter bank as described in Chapter: Filter Banks and the Discrete Wavelet Transform and expanded upon in Chapter: Filter Banks and Transmultiplexers . Using the direct calculations described by the one-sided tree structure of filters and down-samplers in Figure: Three-Stage Two-Band Analysis Tree allows a simple determination of the computational complexity.
Notification Switch
Would you like to follow the 'Wavelets and wavelet transforms' conversation and receive update notifications?