Pseudo Page time-frequency distribution.
[TFR,T,F]=tfrppage(X) [TFR,T,F]=tfrppage(X,T) [TFR,T,F]=tfrppage(X,T,N) [TFR,T,F]=tfrppage(X,T,N,H) [TFR,T,F]=tfrppage(X,T,N,H,TRACE) [TFR,T,F]=tfrppage(...,'plot')
signal if auto-PPage, or [X1,X2] if cross-PPage.
time instant(s) (default : 1:length(X)).
number of frequency bins (default : length(X)).
frequency smoothing window, H(0) being forced to 1. (default : Hamming(N/4)).
if nonzero, the progression of the algorithm is shown (default : 0).
if one input parameter is 'plot', tfrppage runs tfrqview. and TFR will be plotted
time-frequency representation.
vector of normalized frequencies.
tfrppage computes the Pseudo Page distribution of a discrete-time signal X, or the cross Pseudo Page representation between two signals.