Jump to content

Continuous wavelet transform: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
mNo edit summary
Requestion (talk | contribs)
rm ffconsultancy.com linkspam by User_talk:80.229.56.224
Line 50: Line 50:
== References ==
== References ==
* Robi Polikar, ''[http://users.rowan.edu/~polikar/WAVELETS/WTtutorial.html The Engineer'S Ultimate Guide to Wavelet Analysis, The Wavelet Tutorial]'' (1999)
* Robi Polikar, ''[http://users.rowan.edu/~polikar/WAVELETS/WTtutorial.html The Engineer'S Ultimate Guide to Wavelet Analysis, The Wavelet Tutorial]'' (1999)
* Jon Harrop, ''[http://www.ffconsultancy.com/free/thesis.html Wavelet-based Time-Frequency Analysis]'' (2005)
* [[Ingrid Daubechies]], ''Ten Lectures on Wavelets (CBMS-NSF Regional Conference Series in Applied Mathematics)'', (1992) Soc for Industrial & Applied Math.
* [[Ingrid Daubechies]], ''Ten Lectures on Wavelets (CBMS-NSF Regional Conference Series in Applied Mathematics)'', (1992) Soc for Industrial & Applied Math.



Revision as of 16:49, 12 March 2007

In mathematics and signal processing, the continuous wavelet transform (CWT) of a function is a wavelet transform defined by

where represents translation, represents scale and is the "mother" wavelet. is the complex conjugate of .

The original function can be reconstructed with the inverse transform

where

is called the admissibility constant and is the Fourier transform of . For a successful inverse transform, the admissibility constant has to satisfy the admissibility condition:

.

It is possible to show that the admissibility condition implies that , so that a wavelet must integrate to zero.

The function serves as the prototype for the "daughter" wavelets the signal is convolved with. For this reason, it is called the "mother" wavelet. The daughter wavelets are scaled and shifted copies of the mother wavelet:

.

Computation

The continuous wavelet transform of a discretised signal is typically computed over the temporal domain (translation) of the signal and a range of scales equivalent to the Nyquist range. Computation can either be performed using direct inner products (possibly taking advantage of the sparseness of the wavelet) or via the FFT. In the latter case, the continuous wavelet transform is noted to be a convolution at each scale, which can be performed efficiently via a discrete Fourier transform using the FFT.

Applications

Determination of the fractal dimension

Looks at extrema of the CWT with respect to translation in order to quantify the fractal dimension of a function.

Time-frequency analysis

Relates extrema of the CWT with respect to scale to conventional Fourier components in order to decompose a signal in terms of both time and frequency simultaneously. Continuous wavelets used for time-frequency analysis are designed to mimic the complex sinusoidal basis functions of the Fourier transform.

CWT-based time-frequency analysis has many benefits over other time-frequency methods (such as the short-time or windowed Fourier transform, Wigner-Ville and Choi-Williams distributions).

Time-frequency analysis has applications in many subjects including physics (quantum mechanics, seismic geophysics, turbulence), chemistry (diffraction), biology (EEG, ECG, protein- and DNA-sequence analysis), engineering (electrical transient response, impulse-shock response for non-destructive testing, fatigue analysis), finance, climatology and speech recognition.

See also

References