Gabor transform


The Gabor transform, named after Dennis Gabor, 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 transformed is first multiplied by a Gaussian function, which can be regarded as a window function, 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 Gabor transform of a signal x is defined by this formula:
The Gaussian function has infinite range and it is impractical for implementation. However, a level of significance can be chosen for the distribution of the Gaussian function.
Outside these limits of integration the Gaussian function is small enough to be ignored. Thus the Gabor transform can be satisfactorily approximated as
This simplification makes the Gabor transform practical and realizable.
The window function width can also be varied to optimize the time-frequency resolution tradeoff for a particular application by replacing the with for some chosen alpha.

Inverse Gabor transform

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

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.
SignalGabor transformRemarks
1Linearity property
2Shifting property
3Modulation property

Remarks
1Power integration property
2Energy sum property
3Power decay property
4Recovery property

Application and example

The main application of the Gabor transform is used in time–frequency analysis. Take the following equation as an example. The input signal has 1 Hz frequency component when t ≤ 0 and has 2 Hz frequency component when t > 0
But if the total bandwidth available is 5 Hz, other frequency bands except x 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 saved. The right side picture shows the input signal x and the output of the Gabor transform. As was our expectation, the frequency distribution can be separated into two parts. One is t ≤ 0 and the other is t > 0. The white part is the frequency band occupied by x and the black part is not used. Note that for each point in time there is both a negative and a positive frequency component.

Discrete Gabor-transformation

A discrete version of Gabor representation
with
can be derived easily by discretizing the Gabor-basis-function in these equations. Hereby the continuous parameter t is replaced by the discrete time k. Furthermore the now finite summation limit in Gabor representation has to be considered. In this way, the sampled signal y is split into M time frames of length N. According to, the factor Ω for critical sampling is
Similar to the DFT a frequency domain split into N discrete partitions is obtained. An inverse transformation of these N spectral partitions then leads to N values yfor the time window, which consists of N sample values. For overall M time windows with N sample values, each signal y contains K=N M sample values:
with
According to the equation above, the NM coefficients correspond to the number of sample values K of the signal.
For over-sampling is set to with N' > N, which results in N' > N summation coefficients in the second sum of the discrete Gabor representation. In this case, the number of obtained Gabor-coefficients would be MN'>K. Hence, more coefficients than sample values are available and therefore a redundant representation would be achieved.

Scaled Gabor transform

As in STFT, we can adjust the resolution in time and frequency domain by choosing different window function width. In Gabor transform cases, by adding variance,as following equation:
The scaled Gaussian window denotes as:
So the Scaled Gabor transform can be written as:
With large, the window function will be narrow, cause higher resolution in time domain but lower resolution in frequency domain. Otherwise, small cause wide window, with higher resolution in frequency domain but lower resolution in time domain.