Harmonic wavelet transform

From HandWiki

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 short-time Fourier transform and the continuous wavelet transform. It can be expressed in terms of repeated Fourier transforms, and its discrete analogue can be computed efficiently using a fast Fourier transform algorithm.

Harmonic wavelets

The transform uses a family of "harmonic" wavelets indexed by two integers j (the "level" or "order") and k (the "translation"), given by [math]\displaystyle{ w(2^j t - k) \! }[/math], where

[math]\displaystyle{ w(t) = \frac{e^{i4\pi t} - e^{i 2\pi t}}{i 2\pi t} . }[/math]

These functions are orthogonal, and their Fourier transforms are a square window function (constant in a certain octave band and zero elsewhere). In particular, they satisfy:

[math]\displaystyle{ \int_{-\infty}^\infty w^*(2^j t - k) \cdot w(2^{j'} t - k') \, dt = \frac{1}{2^j} \delta_{j,j'} \delta_{k,k'} }[/math]
[math]\displaystyle{ \int_{-\infty}^\infty w(2^j t - k) \cdot w(2^{j'} t - k') \, dt = 0 }[/math]

where "*" denotes complex conjugation and [math]\displaystyle{ \delta }[/math] is Kronecker's delta.

As the order j increases, these wavelets become more localized in Fourier space (frequency) and in higher frequency bands, and conversely become less localized in time (t). Hence, when they are used as a basis for expanding an arbitrary function, they represent behaviors of the function on different timescales (and at different time offsets for different k).

However, it is possible to combine all of the negative orders (j < 0) together into a single family of "scaling" functions [math]\displaystyle{ \varphi(t - k) }[/math] where

[math]\displaystyle{ \varphi(t) = \frac{e^{i2\pi t} - 1}{i 2\pi t}. }[/math]

The function φ is orthogonal to itself for different k and is also orthogonal to the wavelet functions for non-negative j:

[math]\displaystyle{ \int_{-\infty}^\infty \varphi^*(t - k) \cdot \varphi(t - k') \, dt = \delta_{k,k'} }[/math]
[math]\displaystyle{ \int_{-\infty}^\infty w^*(2^j t - k) \cdot \varphi(t - k') \, dt = 0\text{ for }j \geq 0 }[/math]
[math]\displaystyle{ \int_{-\infty}^\infty \varphi(t - k) \cdot \varphi(t - k') \, dt = 0 }[/math]
[math]\displaystyle{ \int_{-\infty}^\infty w(2^j t - k) \cdot \varphi(t - k') \, dt = 0\text{ for }j \geq 0. }[/math]

In the harmonic wavelet transform, therefore, an arbitrary real- or complex-valued function [math]\displaystyle{ f(t) }[/math] (in L2) is expanded in the basis of the harmonic wavelets (for all integers j) and their complex conjugates:

[math]\displaystyle{ f(t) = \sum_{j=-\infty}^\infty \sum_{k=-\infty}^\infty \left[ a_{j,k} w(2^j t - k) + \tilde{a}_{j,k} w^*(2^j t - k)\right], }[/math]

or alternatively in the basis of the wavelets for non-negative j supplemented by the scaling functions φ:

[math]\displaystyle{ f(t) = \sum_{k=-\infty}^\infty \left[ a_k \varphi(t - k) + \tilde{a}_k \varphi^*(t - k) \right] + \sum_{j=0}^\infty \sum_{k=-\infty}^\infty \left[ a_{j,k} w(2^j t - k) + \tilde{a}_{j,k} w^*(2^j t - k)\right] . }[/math]

The expansion coefficients can then, in principle, be computed using the orthogonality relationships:

[math]\displaystyle{ \begin{align} a_{j,k} & {} = 2^j \int_{-\infty}^\infty f(t) \cdot w^*(2^j t - k) \, dt \\ \tilde{a}_{j,k} & {} = 2^j \int_{-\infty}^\infty f(t) \cdot w(2^j t - k) \, dt \\ a_k & {} = \int_{-\infty}^\infty f(t) \cdot \varphi^*(t - k) \, dt \\ \tilde{a}_k & {} = \int_{-\infty}^\infty f(t) \cdot \varphi(t - k) \, dt. \end{align} }[/math]

For a real-valued function f(t), [math]\displaystyle{ \tilde{a}_{j,k} = a_{j,k}^* }[/math] and [math]\displaystyle{ \tilde{a}_k = a_k^* }[/math] so one can cut the number of independent expansion coefficients in half.

This expansion has the property, analogous to Parseval's theorem, that:

[math]\displaystyle{ \begin{align} & \sum_{j=-\infty}^\infty \sum_{k=-\infty}^\infty 2^{-j} \left( |a_{j,k}|^2 + |\tilde{a}_{j,k}|^2 \right) \\ & {} = \sum_{k=-\infty}^\infty \left( |a_k|^2 + |\tilde{a}_k|^2 \right) + \sum_{j=0}^\infty \sum_{k=-\infty}^\infty 2^{-j} \left( |a_{j,k}|^2 + |\tilde{a}_{j,k}|^2 \right) \\ & {} = \int_{-\infty}^\infty |f(x)|^2 \, dx. \end{align} }[/math]

Rather than computing the expansion coefficients directly from the orthogonality relationships, however, it is possible to do so using a sequence of Fourier transforms. This is much more efficient in the discrete analogue of this transform (discrete t), where it can exploit fast Fourier transform algorithms.

References