Legendre wavelet

In functional analysis, compactly supported wavelets derived from Legendre polynomials are termed Legendre wavelets or spherical harmonic wavelets.[1] Legendre functions have widespread applications in which spherical coordinate system is appropriate. [2][3][4] As with many wavelets there is no nice analytical formula for describing these harmonic spherical wavelets. The low-pass filter associated to Legendre multiresolution analysis is a finite impulse response (FIR) filter.

Wavelets associated to FIR filters are commonly preferred in most applications.[3] An extra appealing feature is that the Legendre filters are linear phase FIR (i.e. multiresolution analysis associated with linear phase filters). These wavelets have been implemented on MATLAB (wavelet toolbox). Although being compactly supported wavelet, legdN are not orthogonal (but for N = 1).[5]

Legendre multiresolution filters

Associated Legendre polynomials are the colatitudinal part of the spherical harmonics which are common to all separations of Laplace's equation in spherical polar coordinates.[2] The radial part of the solution varies from one potential to another, but the harmonics are always the same and are a consequence of spherical symmetry. Spherical harmonics are solutions of the Legendre -order differential equation, n integer:

polynomials can be used to define the smoothing filter of a multiresolution analysis (MRA).[6] Since the appropriate boundary conditions for an MRA are and , the smoothing filter of an MRA can be defined so that the magnitude of the low-pass can be associated to Legendre polynomials according to: .

Illustrative examples of filter transfer functions for a Legendre MRA are shown in figure 1, for =1,3 and 5. A low-pass behaviour is exhibited for the filter H, as expected. The number of zeroes within is equal to the degree of the Legendre polynomial. Therefore, the roll-off of side-lobes with frequency is easily controlled by the parameter .

Figure 1 - Magnitude of the transfer function for Legendre multiresolution smoothing filters. Filter for a few orders: =1 (solid line), =3 (dot line), and =5 (dashdot line).

The low-pass filter transfer function is given by

The transfer function of the high-pass analysing filter is chosen according to Quadrature mirror filter condition,[6][7] yielding:

Indeed, and , as expected.

Legendre multiresolution filter coefficients

A suitable phase assignment is done so as to properly adjust the transfer function to the form
The filter coefficients , are given by:
It follows then the symmetry: . There are just non-zero filter coefficients on , so that the Legendre wavelets have compact support for every odd integer .

Table I - Smoothing Legendre FIR filter coefficients for =1,3,5 (N is the wavelet order.)
(N=1) (N=2) (N=3)
N.B. The minus signal can be suppressed.

MATLAB implementation of Legendre wavelets

Legendre wavelets can be easily loaded into the MATLAB wavelet toolbox—The m-files to allow the computation of Legendre wavelet transform, details and filter are (freeware) available. The finite support width Legendre family is denoted by legd (short name). Wavelets: 'legdN'. The parameter N in the legdN family is found according to 2N=+1 (length of the MRA filters).
Legendre wavelets can be derived from the low-pass reconstruction filter by an iterative procedure (the cascade algorithm). The wavelet has compact support and finite impulse response AMR filters (FIR) are used (table 1). The first wavelet of the Legendre's family is exactly the well-known Haar wavelet. Figure 2 shows an emerging pattern that progressively looks like the wavelet's shape.

Figure 2 - Shape of Legendre Wavelets of degree =3 (legd2) derived after 4 and 8 iteration of the cascade algorithm, respectively. Shape of Legendre Wavelets of degree =5 (legd3) derived by the cascade algorithm after 4 and 8 iterations of the cascade algorithm, respectively.

The Legendre wavelet shape can be visualised using the wavemenu command of MATLAB. Figure 3 shows legd8 wavelet displayed using MATLABTM. Legendre Polynomials are also associated with windows families.[8]

Figure 3 - legd8 wavelet display over MATLABTM using the wavemenu command.

Legendre wavelet packets

Wavelet packets (WP) systems derived from Legendre wavelets can also be easily accomplished. Figure 5 illustrates the WP functions derived from legd2.

Figure 5 - Legendre (legd2) Wavelet Packets W system functions: WP from 0 to 9.

References

  1. Lira et al
  2. 1 2 Gradshteyn, Izrail Solomonovich; Ryzhik, Iosif Moiseevich; Geronimus, Yuri Veniaminovich; Tseytlin, Michail Yulyevich; Jeffrey, Alan (2015) [October 2014]. Zwillinger, Daniel; Moll, Victor Hugo, eds. Table of Integrals, Series, and Products. Translated by Scripta Technica, Inc. (8 ed.). Academic Press, Inc. ISBN 0-12-384933-0. LCCN 2014010276. ISBN 978-0-12-384933-5.
  3. 1 2 Colomer and Colomer
  4. Ramm and Zaslavsky
  5. Herley and Vetterli
  6. 1 2 Mallat
  7. Vetterli and Herley
  8. Jaskula

Bibliography

This article is issued from Wikipedia - version of the 2/28/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.