<< tfrppage Bilinear Time-Frequency Processing in the Cohen's Class tfrri >>

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

tfrpwv

Pseudo Wigner-Ville time-frequency distribution.

Calling Sequence

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

Parameters

X :

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

T :

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

N :

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

H :

frequency smoothing window, in the time-domain, H(0) being forced to 1 (default : Hamming(N/4)).

TRACE :

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

'plot':

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

TFR :

time-frequency representation.

F :

vector of normalized frequencies.

Description

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

Examples

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

Authors

<< tfrppage Bilinear Time-Frequency Processing in the Cohen's Class tfrri >>