Wavelet transform

Wavelet transform
An example of the 2D discrete wavelet transform that is used in JPEG2000.

In mathematics, a wavelet series is a representation of a square-integrable (real- or complex-valued) function by a certain orthonormal series generated by a wavelet. This article provides a formal, mathematical definition of an orthonormal wavelet and of the integral wavelet transform.

Contents

Formal definition

A function \psi\in L^2(\mathbb{R}) is called an orthonormal wavelet if it can be used to define a Hilbert basis, that is a complete orthonormal system, for the Hilbert space L^2(\mathbb{R}) of square integrable functions. The Hilbert basis is constructed as the family of functions \{\psi_{jk}:j,k\in\Z\} by means of dyadic translations and dilations of \psi\,,

\psi_{jk}(x) = 2^{j/2} \psi(2^jx-k)\,

for integers j,k\in \mathbb{Z}. This family is an orthonormal system if it is orthonormal under the inner product

\langle\psi_{jk},\psi_{lm}\rangle = \delta_{jl}\delta_{km}

where \delta_{jl}\, is the Kronecker delta and \langle f,g\rangle is the standard inner product \langle f,g\rangle = \int_{-\infty}^\infty \overline{f(x)}g(x)dx on L^2(\mathbb{R}). The requirement of completeness is that every function h\in L^2(\mathbb{R}) may be expanded in the basis as

h(x)=\sum_{j,k=-\infty}^\infty c_{jk} \psi_{jk}(x)

with convergence of the series understood to be convergence in norm. Such a representation of a function f is known as a wavelet series. This implies that an orthonormal wavelet is self-dual.

Wavelet transform

The integral wavelet transform is the integral transform defined as

\left[W_\psi f\right](a,b) = \frac{1}{\sqrt{|a|}}
\int_{-\infty}^\infty \overline{\psi\left(\frac{x-b}{a}\right)}f(x)dx\,

The wavelet coefficients cjk are then given by

c_{jk}= \left[W_\psi f\right](2^{-j}, k2^{-j})

Here, a = 2 j is called the binary dilation or dyadic dilation, and b = k2 j is the binary or dyadic position.

Wavelet compression

Wavelet compression is a form of data compression well suited for image compression (sometimes also video compression and audio compression). Notable implementations are JPEG 2000 and ECW for still images, and REDCODE, the BBC's Dirac, and Ogg Tarkin for video. The goal is to store image data in as little space as possible in a file. Wavelet compression can be either lossless or lossy.[1]

Using a wavelet transform, the wavelet compression methods are adequate for representing transients, such as percussion sounds in audio, or high-frequency components in two-dimensional images, for example an image of stars on a night sky. This means that the transient elements of a data signal can be represented by a smaller amount of information than would be the case if some other transform, such as the more widespread discrete cosine transform, had been used.

Wavelet compression is not good for all kinds of data: transient signal characteristics mean good wavelet compression, while smooth, periodic signals are better compressed by other methods, particularly traditional harmonic compression (frequency domain, as by Fourier transforms and related). Data statistically indistinguishable from random noise is not compressible by any means.

See Diary Of An x264 Developer: The problems with wavelets (2010) for discussion of practical issues of current methods using wavelets for video compression.

Method

First a wavelet transform is applied. This produces as many coefficients as there are pixels in the image (i.e.: there is no compression yet since it is only a transform). These coefficients can then be compressed more easily because the information is statistically concentrated in just a few coefficients. This principle is called transform coding. After that, the coefficients are quantized and the quantized values are entropy encoded and/or run length encoded.

A few 1D and 2D applications of wavelet compression use a technique called "wavelet footprints".[2][3]

Other Practical Applications

The wavelet transform can provide us with the frequency of the signals and the time associated to those frequencies, making it very convenient for its application in numerous fields. For instance, signal processing of accelerations for gait analysis[4].

See also

References

  • Chui, Charles K. (1992). An Introduction to Wavelets. San Diego: Academic Press. ISBN 0121745848. 
  1. ^ JPEG 2000, for example, may use a 5/3 wavelet for lossless (reversible) transform and a 9/7 wavelet for lossy (irreversible) transform.
  2. ^ N. Malmurugan, A. Shanmugam, S. Jayaraman and V. V. Dinesh Chander. "A New and Novel Image Compression Algorithm Using Wavelet Footprints"
  3. ^ Ho Tatt Wei and Jeoti, V. "A wavelet footprints-based compression scheme for ECG signals". Ho Tatt Wei; Jeoti, V. (2004). A wavelet footprints-based compression scheme for ECG signals. A. pp. 283. doi:10.1109/TENCON.2004.1414412.  edit
  4. ^ "Novel method for stride length estimation with body area network accelerometers", IEEE BioWireless 2011, pp. 79-82

External links


Wikimedia Foundation. 2010.

Игры ⚽ Нужно сделать НИР?

Look at other dictionaries:

  • Continuous wavelet transform — of frequency breakdown signal. Used symlet with 5 vanishing moments. A continuous wavelet transform (CWT) is used to divide a continuous time function into wavelets. Unlike Fourier transform, the continuous wavelet transform possesses the ability …   Wikipedia

  • Discrete wavelet transform — An example of the 2D discrete wavelet transform that is used in JPEG2000. The original image is high pass filtered, yielding the three large images, each describing local changes in brightness (details) in the original image. It is then low pass… …   Wikipedia

  • Stationary wavelet transform — Haar Stationary Wavelet Transform of Lena The Stationary wavelet transform (SWT)[1] is a wavelet transform algorithm designed to overcome the lack of translation invariance of the discrete wavelet transform (DWT). Translation invariance is… …   Wikipedia

  • Complex wavelet transform — The complex wavelet transform (CWT) is a complex valued extension to the standard discrete wavelet transform (DWT). It is a two dimensional wavelet transform which provides multiresolution, sparse representation, and useful characterization of… …   Wikipedia

  • Harmonic wavelet transform — In the mathematics of signal processing, the harmonic wavelet transform, introduced by David Edward Newland in 1993, is a wavelet based linear transformation of a given function into a time frequency representation. It combines advantages of the… …   Wikipedia

  • Fast wavelet transform — The Fast Wavelet Transform is a mathematical algorithm designed to turn a waveform or signal in the time domain into a sequence of coefficients based on an orthogonal basis of small finite waves, or wavelets. The transform can be easily extended… …   Wikipedia

  • Second generation wavelet transform — In signal processing, the second generation wavelet transform (SGWT) is a wavelet transform where the filters (or even the represented wavelets) are not designed explicitly, but the transform consists of the application of the Lifting… …   Wikipedia

  • Discret wavelet transform — Transformée en ondelettes discrètes La transformée en ondelette discrète (en anglais Discrete Wavelet Transform, ou DWT) est une technique utilisée dans la compression de données numériques avec ou sans perte. La compression est réalisée par… …   Wikipédia en Français

  • Wavelet compression — is a form of data compression well suited for image compression (sometimes also video compression and audio compression). The goal is to store image data in as little space as possible in a file. Wavelet compression can be either lossless or… …   Wikipedia

  • Wavelet packet decomposition — (WPD) (sometimes known as just wavelet packets) is a wavelet transform where the signal is passed through more filters than the DWT. In the DWT, each level is calculated by passing the previous approximation coefficients through a high and low… …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”