Wigner distribution function

Wigner Ville (top) vs FIR bank (bottom) time-frequency distribution analysis. The Wigner Ville spectrogram contains less frequency uncertainty on the Y axis, and it contains more artefacts, a lower resolution, and an increased computing time, compared to an array of BP2 filters displayed in green.

The Wigner distribution function (WDF) is used in signal processing as a transform in time-frequency analysis.

The WDF was first proposed in physics to account for quantum corrections to classical statistical mechanics in 1932 by Eugene Wigner, and it is of importance in quantum mechanics in phase space (see, by way of comparison: Wigner quasi-probability distribution, also called the Wigner function or the Wigner–Ville distribution).

Given the shared algebraic structure between position-momentum and time-frequency conjugate pairs, it also usefully serves in signal processing, as a transform in time-frequency analysis, the subject of this article. Compared to a short-time Fourier transform, such as the Gabor transform, the Wigner distribution function can furnish higher clarity in some cases.

Mathematical definition

There are several different definitions for the Wigner distribution function. The definition given here is specific to time-frequency analysis. Given the time series , its non-stationary autocorrelation function is given by

where denotes the average over all possible realizations of the process and is the mean, which may or may not be a function of time. The Wigner function is then given by first expressing the autocorrelation function in terms of the average time and time lag , and then Fourier transforming the lag.

So for a single (mean-zero) time series, the Wigner function is simply given by

The motivation for the Wigner function is that it reduces to the spectral density function at all times for stationary processes, yet it is fully equivalent to the non-stationary autocorrelation function. Therefore, the Wigner function tells us (roughly) how the spectral density changes in time.

Time-frequency analysis example

Here are some examples illustrating how the WDF is used in time-frequency analysis.

Constant input signal

When the input signal is constant, its time-frequency distribution is a horizontal line along the time axis. For example, if x(t) = 1, then

Sinusoidal input signal

When the input signal is a sinusoidal function, its time-frequency distribution is a horizontal line parallel to the time axis, displaced from it by the sinusoidal signal's frequency. For example, if x(t) = e i2πkt, then

Chirp input signal

When the input signal is a linear chirp function, the instantaneous frequency is a linear function. This means that the time frequency distribution should be a straight line. For example, if

,

then its instantaneous frequency is

and its WDF

Delta input signal

When the input signal is a delta function, since it is only non-zero at t=0 and contains infinite frequency components, its time-frequency distribution should be a vertical line across the origin. This means that the time frequency distribution of the delta function should also be a delta function. By WDF

The Wigner distribution function is best suited for time-frequency analysis when the input signal's phase is 2nd order or lower. For those signals, WDF can exactly generate the time frequency distribution of the input signal.

Boxcar function

,

the rectangular function  

Cross term property

The Wigner distribution function is not a linear transform. A cross term ("time beats") occurs when there is more than one component in the input signal, analogous in time to frequency beats. In the ancestral physics Wigner quasi-probability distribution, this term has important and useful physics consequences, required for faithful expectation values. By contrast, the short-time Fourier transform does not have this feature. The following are some examples that exhibit the cross-term feature of the Wigner distribution function.


In order to reduce the cross term problem, many other transforms have been proposed, including the modified Wigner distribution function, the Gabor–Wigner transform, and Cohen’s class distribution.

Properties of the Wigner distribution function

The Wigner distribution function has several evident properties listed in the following table.

Projection property
Energy property
Recovery property
Mean condition frequency and mean condition time
Moment properties
Real properties
Region properties
Multiplication theorem
Convolution theorem
Correlation theorem
Time-shifting covariance
Modulation covariance
Scale covariance

Windowed Wigner Distribution Function

When a signal is not time limited, its Wigner Distribution Function is hard to implement. Thus we add a new function(mask) to its integration part, so that we only have to implement part of the original function instead of integrate all the way from negative infinity to positive infinity. Original function: Function with mask: is real and time-limited

Advantages and disadvantages

Advantages

  1. Reduces computation time.
  2. May reduce the cross term problem, but not always.

Disadvantages

  1. May not totally eliminate the cross term problem.
  2. May not meet the definition of Power Spectral Density.
  3. May lose some good mathematical properties.

Implementation

According to definition:
And then we compare the difference between two conditions.

3 Conditions

Then we consider the condition with mask function:
We can see that have value only between –B to B, thus conducting with can remove cross term of the function. But if x(t) is not a Delta function nor a narrow frequency function, instead, it is a function with wide frequency or ripple. The edge of the signal may still exist between –B and B, which still cause the cross term problem.
for example:

See also

References

This article is issued from Wikipedia - version of the 10/7/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.