|
| |||
More on interferences: information on phaseThe interference terms present in any quadratic time-frequency representation, even if they disturb the readability of the representation, contain some information about the analyzed signal. The precise knowledge of their structure and construction rule is useful to interpret the information that they contain.For instance, the interference terms contain some information about the phase of a signal. Let us consider the pseudo WVD of the superposition of two constant frequency modulations, with a phase shift between the two sinusoids. If we compare the pseudo WVD for different phase shifts, we can observe a time-sliding of the oscillating interferences. The M-file movpwdph.m illustrates this property (see fig. 5.1):
>> M=movpwdph(128); movie(M,10);
A second example of signature of the phase is given by the influence of a jump of phase in a signal analyzed by the (pseudo) Wigner-Ville distribution: for instance, if we consider a constant frequency modulation presenting a jump of phase in its middle (see fig. 5.2):
>> M=movpwjph(128,'C'); movie(M,10);
Eric Chassande-Mottin 2005-10-26 | |||