<< tfrspwv Bilinear Time-Frequency Processing in the Cohen's Class tfrzam >>

Time Frequency Toolbox >> Time Frequency Toolbox > Bilinear Time-Frequency Processing in the Cohen's Class > tfrwv

tfrwv

Wigner-Ville time-frequency distribution.

Calling Sequence

[TFR,T,F]=tfrwv(X)
[TFR,T,F]=tfrwv(X,T)
[TFR,T,F]=tfrwv(X,T,N)
[TFR,T,F]=tfrwv(X,T,N,TRACE)
[TFR,T,F]=tfrwv(...,'plot')

Parameters

X :

signal if auto-WV, or [X1,X2] if cross-WV.

T :

time instant(s) (default : 1:length(X)).

N :

number of frequency bins (default : length(X)).

TRACE :

if nonzero, the progression of the algorithm is shown (default : 0).

'plot':

if one input parameter is 'plot', tfrwv runs tfrqview. and TFR will be plotted

TFR :

time-frequency representation.

F :

vector of normalized frequencies.

Description

tfrwv computes the Wigner-Ville distribution of a discrete-time signal X, or the cross Wigner-Ville representation between two signals.

Examples

sig=fmlin(128,0.1,0.4); tfrwv(sig,'plot');

Authors

<< tfrspwv Bilinear Time-Frequency Processing in the Cohen's Class tfrzam >>