Gabor transform

From Wikipedia, the free encyclopedia

The Gabor transform is a special case of the short-time Fourier transform. It is used to determine the sinusoidal frequency and phase content of local sections of a signal as it changes over time. The function to be transform is first multiplied by a Gaussian function, which can be regarded as a window, and the resulting function is then transformed with a Fourier transform to derive the time-frequency analysis. The window function means that the signal near the time being analyzed will have higher weight. The mathematical definition is given below:

 G_x(t,f) = \int_{-\infty}^{\infty}e^{-\pi(\tau-t)^2}e^{-j2\pi f\tau}x(\tau)\,d\tau
Magnitude of Gaussian function.
Magnitude of Gaussian function.

Gaussian function has infinite range and it is impractical for implementation. But take a look at the distribution of Gaussian function.

 \begin{cases}
e^{-{\pi}a^2} \ge 0.00001;  & \left| a \right| \le 1.9143  \\
e^{-{\pi}a^2} < 0.00001;   & \left| a \right| > 1.9143 \\
\end{cases}

Gaussian function with \left| a \right| > 1.9143 can be regarded as 0 and also can be ignored. Thus the Gabor transform can be simplified as

 G_x(t,f) = \int_{-1.9143}^{1.9143}e^{-\pi(\tau-t)^2}e^{-j2\pi f\tau}x(\tau)\,d\tau

This simplification makes the Gabor transform practical and can be realized.

Contents

[edit] Inverse Gabor transform

The Gabor transform is invertible. The original signal can be recovered by the following equation

 x(t) = \int_{-\infty}^{\infty}G_x(t,f) e^{j2\pi tf}\,df

[edit] Properties of the Gabor transform

The Gabor transform has many properties like those of the Fourier transform. These properties are listed in the following tables.

Signal Gabor transform Remarks
 x(t)\,  G_x(t,f)=\int_{-\infty}^{\infty}e^{-\pi(\tau-t)^2}e^{-j2\pi f\tau}x(\tau)\,d\tau
1 a\cdot x(t) + b\cdot y(t)\, a\cdot G_x(t,f) + b\cdot G_y(t,f)\, Linearity property
2  x(t-t_0)\,  G_x(t-t_0,f)e^{-j2\pi ft_0}\, Shifting Property
3  x(t)e^{j2\pi f_0 t}\,  G_x(t,f-f_0)\, Modulation Property
Remarks
1  \int_{-\infty}^{\infty}\left| G_x(t,f) \right|^2\,df = \int_{-\infty}^{\infty}e^{-2\pi (\tau-t)^2}\left| x(\tau) \right|^2 d\tau \approx \int_{u-1.9143}^{u+1.9143}e^{-2\pi (\tau-u)^2}\left| x(\tau) \right|^2 d\tau Power integration property
2  \int_{-\infty}^{\infty}\int_{-\infty}^{\infty}G_x(t,f)G_y^*(t,f)\,df\,dt = \int_{-\infty}^{\infty} x(\tau)y^*(\tau)\, d\tau Energy sum property
3  \begin{cases}
\int_{-\infty}^{\infty}\left| G_x(t,f) \right|^2df < e^{-2\pi(t-t_0)^2}\int_{-\infty}^{\infty}\left| G_x(t_0,f) \right|^2\,df;  & \mbox{If } x(t) =0 \mbox{ for }t>t_0   \\
\int_{-\infty}^{\infty}\left| G_x(t,f) \right|^2\,dt < e^{-2\pi(f-f_0)^2}\int_{-\infty}^{\infty}\left| G_x(t,f_0) \right|^2\,dt;  & \mbox{If } X(f) =FT[x(t)] = 0 \mbox{ for }f>f_0  \\
\end{cases} Power decay property
4  \int_{-\infty}^{\infty}G_x(t,f) e^{j2\pi ktf}\,df = e^{-\pi (k-1)^2 t^2} x(kt) Integration property
5  \int_{-\infty}^{\infty}G_x(t,f) e^{j2\pi tf}\,df = x(t) Recovery property

[edit] Application and example

Time/Frequency Distribution.
Time/Frequency Distribution.

The main application of the Gabor transform is used in time frequency analysis. Take the following equation as an example. The input signal has 1Hz frequency component when t ≤ 0 and has 2Hz frequency component when t > 0

 
x(t) = \begin{cases}
cos(2\pi t); t\le0 \\
cos(4\pi t); t> 0 \\
\end{cases}

But if the total bandwidth available is 5Hz, other frequency bands except x(t) are wasted. Through time frequency analysis by applying the Gabor transform, the available bandwidth can be known and those frequency bands can be used for other applications and bandwidth is saving. The right side picture show the input signal x(t) and the output of the Gabor transform. As our expectation, the frequency distribution can be separate as two parts. One is t ≤ 0 and the other is t > 0. The white part is the frequency band occupied by x(t) and the black part is not used.

[edit] See Also

[edit] Reference

  • Jian-Jiun Ding, Time frequency analysis and wavelet transform class note,the Department of Electrical Engineering, National Taiwan University (NTU), Taipei, Taiwan, 2007.