Continuous wavelet transform: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Rescuing 0 sources and tagging 1 as dead. #IABot (v1.5beta)
I added a new application of wavelet transform for the interpretation of landslides time series.
Tags: Visual edit Mobile edit Mobile web edit
Line 34: Line 34:


==Applications of the wavelet transform==
==Applications of the wavelet transform==
One of the most popular applications of wavelet transform is image compression. The advantage of using wavelet-based coding in image compression is that it provides significant improvements in picture quality at higher compression ratios over conventional techniques. Since wavelet transform has the ability to decompose complex information and patterns into elementary forms, it is commonly used in acoustics processing and pattern recognition. Moreover, wavelet transforms can be applied to the following scientific research areas: edge and corner detection, partial differential equation solving, transient detection, filter design, [[electrocardiogram]] (ECG) analysis, texture analysis, business information analysis and gait analysis.<ref>[https://www.youtube.com/watch?v=DTpEVQSEBBk "Novel method for stride length estimation with body area network accelerometers"], ''IEEE BioWireless 2011'', pp. 79-82</ref> Wavelet transforms can also be used in [[Electroencephalography]] (EEG) data analysis to identify epileptic spikes resulting from [[epilepsy]].<ref>{{Cite journal|last=Iranmanesh|first=Saam|last2=Rodriguez-Villegas|first2=Esther|date=|year=2017|title=A 950 nW Analog-Based Data Reduction Chip for Wearable EEG Systems in Epilepsy|url=http://ieeexplore.ieee.org/document/7987689/|journal=IEEE Journal of Solid-State Circuits|volume=|pages=|via=}}</ref>
One of the most popular applications of wavelet transform is image compression. The advantage of using wavelet-based coding in image compression is that it provides significant improvements in picture quality at higher compression ratios over conventional techniques. Since wavelet transform has the ability to decompose complex information and patterns into elementary forms, it is commonly used in acoustics processing and pattern recognition. Moreover, wavelet transforms can be applied to the following scientific research areas: edge and corner detection, partial differential equation solving, transient detection, filter design, [[electrocardiogram]] (ECG) analysis, texture analysis, business information analysis and gait analysis.<ref>[https://www.youtube.com/watch?v=DTpEVQSEBBk "Novel method for stride length estimation with body area network accelerometers"], ''IEEE BioWireless 2011'', pp. 79-82</ref> Wavelet transforms can also be used in [[Electroencephalography]] (EEG) data analysis to identify epileptic spikes resulting from [[epilepsy]]<ref>{{Cite journal|last=Iranmanesh|first=Saam|last2=Rodriguez-Villegas|first2=Esther|date=|year=2017|title=A 950 nW Analog-Based Data Reduction Chip for Wearable EEG Systems in Epilepsy|url=http://ieeexplore.ieee.org/document/7987689/|journal=IEEE Journal of Solid-State Circuits|volume=|pages=|via=}}</ref>. Wavelet transform has been also successfully used for the interpretation of time series of landslides<ref>{{Cite journal|last=Tomás|first=R.|last2=Li|first2=Z.|last3=Lopez-Sanchez|first3=J. M.|last4=Liu|first4=P.|last5=Singleton|first5=A.|date=2016-06-01|title=Using wavelet tools to analyse seasonal variations from InSAR time-series data: a case study of the Huangtupo landslide|url=https://link.springer.com/article/10.1007/s10346-015-0589-y|journal=Landslides|language=en|volume=13|issue=3|pages=437–450|doi=10.1007/s10346-015-0589-y|issn=1612-510X}}</ref>


Continuous Wavelet Transform (CWT) is very efficient in determining the damping ratio of oscillating signals (e.g. identification of damping in dynamic systems). CWT is also very resistant to the noise in the signal.<ref>Slavic, J and Simonovski, I and M. Boltezar, [http://lab.fs.uni-lj.si/ladisk/?what=abstract&ID=11 Damping identification using a continuous wavelet transform: application to real data]</ref>
Continuous Wavelet Transform (CWT) is very efficient in determining the damping ratio of oscillating signals (e.g. identification of damping in dynamic systems). CWT is also very resistant to the noise in the signal.<ref>Slavic, J and Simonovski, I and M. Boltezar, [http://lab.fs.uni-lj.si/ladisk/?what=abstract&ID=11 Damping identification using a continuous wavelet transform: application to real data]</ref>

Revision as of 18:24, 16 September 2017

Continuous wavelet transform of frequency breakdown signal. Used symlet with 5 vanishing moments.

In mathematics, 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 to construct a time-frequency representation of a signal that offers very good time and frequency localization. The continuous wavelet transform of a function at a scale (a>0) and translational value is expressed by the following integral

where is a continuous function in both the time domain and the frequency domain called the mother wavelet and the overline represents operation of complex conjugate. The main purpose of the mother wavelet is to provide a source function to generate the daughter wavelets which are simply the translated and scaled versions of the mother wavelet. To recover the original signal , the first inverse continuous wavelet transform can be exploited.

is the dual function of and

is admissible constant, where hat means Fourier transform operator. Sometimes, , then the admissible constant becomes

Traditionally, this constant is called wavelet admissible constant. A wavelet whose admissible constant satisfies

is called an admissible wavelet. An admissible wavelet implies that , so that an admissible wavelet must integrate to zero. To recover the original signal , the second inverse continuous wavelet transform can be exploited.

This inverse transform suggests that a wavelet should be defined as

where is a window. Such defined wavelet can be called as an analyzing wavelet, because it admits to time-frequency analysis. An analyzing wavelet is unnecessary to be admissible.



Scale factor

The scale factor either dilates or compresses a signal. When the scale factor is relatively low, the signal is more contracted which in turn results in a more detailed resulting graph. However, the drawback is that low scale factor does not last for the entire duration of the signal. On the other hand, when the scale factor is high, the signal is stretched out which means that the resulting graph will be presented in less detail. Nevertheless, it usually lasts the entire duration of the signal.

Continuous wavelet transform properties

In definition, the continuous wavelet transform is a convolution of the input data sequence with a set of functions generated by the mother wavelet. The convolution can be computed by using a Fast Fourier Transform (FFT) algorithm. Normally, the output is a real valued function except when the mother wavelet is complex. A complex mother wavelet will convert the continuous wavelet transform to a complex valued function. The power spectrum of the continuous wavelet transform can be represented by .

Applications of the wavelet transform

One of the most popular applications of wavelet transform is image compression. The advantage of using wavelet-based coding in image compression is that it provides significant improvements in picture quality at higher compression ratios over conventional techniques. Since wavelet transform has the ability to decompose complex information and patterns into elementary forms, it is commonly used in acoustics processing and pattern recognition. Moreover, wavelet transforms can be applied to the following scientific research areas: edge and corner detection, partial differential equation solving, transient detection, filter design, electrocardiogram (ECG) analysis, texture analysis, business information analysis and gait analysis.[1] Wavelet transforms can also be used in Electroencephalography (EEG) data analysis to identify epileptic spikes resulting from epilepsy[2]. Wavelet transform has been also successfully used for the interpretation of time series of landslides[3]

Continuous Wavelet Transform (CWT) is very efficient in determining the damping ratio of oscillating signals (e.g. identification of damping in dynamic systems). CWT is also very resistant to the noise in the signal.[4]

See also

References

  • A. Grossmann & J. Morlet, 1984, Decomposition of Hardy functions into square integrable wavelets of constant shape, Soc. Int. Am. Math. (SIAM), J. Math. Analys.,

15, 723-736.

  • Lintao Liu and Houtse Hsu (2012) "Inversion and normalization of time-frequency transform" AMIS 6 No. 1S pp. 67S-74S.
  • Stéphane Mallat, "A wavelet tour of signal processing" 2nd Edition, Academic Press, 1999, ISBN 0-12-466606-X
  • Ding, Jian-Jiun (2008), Time-Frequency Analysis and Wavelet Transform, viewed 19 January 2008
  • Polikar, Robi (2001), The Wavelet Tutorial, viewed 19 January 2008
  • WaveMetrics (2004), Time Frequency Analysis, viewed 18 January 2008
  • Valens, Clemens (2004), A Really Friendly Guide to Wavelets, viewed 18 January 2008]
  • Mathematica Continuous Wavelet Transform
  • Lewalle, Jacques: Continuous wavelet transform[permanent dead link], viewed 6 February 2010
  1. ^ "Novel method for stride length estimation with body area network accelerometers", IEEE BioWireless 2011, pp. 79-82
  2. ^ Iranmanesh, Saam; Rodriguez-Villegas, Esther (2017). "A 950 nW Analog-Based Data Reduction Chip for Wearable EEG Systems in Epilepsy". IEEE Journal of Solid-State Circuits.
  3. ^ Tomás, R.; Li, Z.; Lopez-Sanchez, J. M.; Liu, P.; Singleton, A. (1 June 2016). "Using wavelet tools to analyse seasonal variations from InSAR time-series data: a case study of the Huangtupo landslide". Landslides. 13 (3): 437–450. doi:10.1007/s10346-015-0589-y. ISSN 1612-510X.
  4. ^ Slavic, J and Simonovski, I and M. Boltezar, Damping identification using a continuous wavelet transform: application to real data