Sampling the WVD; the analytic signal
Because of the quadratic nature of the WVD, its sampling has to be done
with care. Let us write it as follows:
If we sample

with a period

, write
![$x[n]=x(nT_e)$](img234.png)
, and evaluate
the WVD at the sampling points

in time, we obtain a discrete-time
continuous-frequency expression of it:
As this expression is periodic in frequency with period

(contrary to period

obtained for the Fourier transform of a
signal sampled at the Nyquist rate), the discrete version of the WVD may be
affected by a spectral aliasing, in particular if the signal

is
real-valued and sampled at the Nyquist rate. Two alternatives to this
problem can be found. The first one consists in oversampling the signal by
a factor of at least 2, and the second one in using the analytic
signal. Indeed, as its bandwidth is half the one of the real signal, the
aliasing will not take place in the useful spectral domain
![$[0,1/2]$](img239.png)
of
this signal. This second solution presents another advantage: since the
spectral domain is divided by two, the number of components in the
time-frequency plane is also divided by two. Consequently, the number of
interference terms decreases significantly. To illustrate this phenomenon,
we consider the WVD of the real part of a signal composed of two atoms (see
fig.
4.6):
>> sig=atoms(128,[32,0.15,20,1;96,0.32,20,1]);
>> tfrwv(real(sig));
Figure 4.6:
WVD of a real signal composed of 2 gaussian atoms :
when the analytic signal is not considered, spectral aliasing and additional
interferences appear in the time-frequency plane
 |
We can see that four signal terms are present instead of two, due to the
spectral aliasing. Besides, because of the components located at negative
frequencies (between -1/2 and 0), additional interference terms are
present. If we now consider the WVD of the same signal, but in its complex
analytic form (see fig.
4.7),
>> tfrwv(sig);
Figure 4.7:
WVD of the previous signal, but in its analytic
form
 |
the aliasing effect has disappeared, as well as the terms corresponding to
interferences between negative- and positive- frequency components.
Eric Chassande-Mottin
2005-10-26