Orthogonal wavelet

From HandWiki
Short description: Wavelet whose associated wavelet transform is orthogonal

An orthogonal wavelet is a wavelet whose associated wavelet transform is orthogonal. That is, the inverse wavelet transform is the adjoint of the wavelet transform. If this condition is weakened one may end up with biorthogonal wavelets.

Basics

The scaling function is a refinable function. That is, it is a fractal functional equation, called the refinement equation (twin-scale relation or dilation equation):

[math]\displaystyle{ \phi(x)=\sum_{k=0}^{N-1} a_k\phi(2x-k) }[/math],

where the sequence [math]\displaystyle{ (a_0,\dots, a_{N-1}) }[/math] of real numbers is called a scaling sequence or scaling mask. The wavelet proper is obtained by a similar linear combination,

[math]\displaystyle{ \psi(x)=\sum_{k=0}^{M-1} b_k\phi(2x-k) }[/math],

where the sequence [math]\displaystyle{ (b_0,\dots, b_{M-1}) }[/math] of real numbers is called a wavelet sequence or wavelet mask.

A necessary condition for the orthogonality of the wavelets is that the scaling sequence is orthogonal to any shifts of it by an even number of coefficients:

[math]\displaystyle{ \sum_{n\in\Z} a_n a_{n+2m}=2\delta_{m,0} }[/math],

where [math]\displaystyle{ \delta_{m,n} }[/math] is the Kronecker delta.

In this case there is the same number M=N of coefficients in the scaling as in the wavelet sequence, the wavelet sequence can be determined as [math]\displaystyle{ b_n=(-1)^n a_{N-1-n} }[/math]. In some cases the opposite sign is chosen.

Vanishing moments, polynomial approximation and smoothness

A necessary condition for the existence of a solution to the refinement equation is that there exists a positive integer A such that (see Z-transform):

[math]\displaystyle{ (1+Z)^A | a(Z):=a_0+a_1Z+\dots+a_{N-1}Z^{N-1}. }[/math]

The maximally possible power A is called polynomial approximation order (or pol. app. power) or number of vanishing moments. It describes the ability to represent polynomials up to degree A-1 with linear combinations of integer translates of the scaling function.

In the biorthogonal case, an approximation order A of [math]\displaystyle{ \phi }[/math] corresponds to A vanishing moments of the dual wavelet [math]\displaystyle{ \tilde\psi }[/math], that is, the scalar products of [math]\displaystyle{ \tilde\psi }[/math] with any polynomial up to degree A-1 are zero. In the opposite direction, the approximation order à of [math]\displaystyle{ \tilde\phi }[/math] is equivalent to à vanishing moments of [math]\displaystyle{ \psi }[/math]. In the orthogonal case, A and à coincide.

A sufficient condition for the existence of a scaling function is the following: if one decomposes [math]\displaystyle{ a(Z)=2^{1-A}(1+Z)^Ap(Z) }[/math], and the estimate

[math]\displaystyle{ 1\le\sup_{t\in[0,2\pi]} \left |p(e^{it}) \right |\lt 2^{A-1-n}, }[/math]

holds for some [math]\displaystyle{ n\in\N }[/math], then the refinement equation has a n times continuously differentiable solution with compact support.

Examples

  • Suppose [math]\displaystyle{ p(Z) =1 }[/math] then [math]\displaystyle{ a(Z)=2^{1-A}(1+Z)^A }[/math], and the estimate holds for n=A-2. The solutions are Schoenbergs B-splines of order A-1, where the (A-1)-th derivative is piecewise constant, thus the (A-2)-th derivative is Lipschitz-continuous. A=1 corresponds to the index function of the unit interval.
  • A=2 and p linear may be written as
[math]\displaystyle{ a(Z)=\frac14(1+Z)^2((1+Z)+c(1-Z)). }[/math]
Expansion of this degree 3 polynomial and insertion of the 4 coefficients into the orthogonality condition results in [math]\displaystyle{ c^2=3. }[/math] The positive root gives the scaling sequence of the D4-wavelet, see below.

References