|
Both functions return a matrix with f rows and approximately length(v)/s columns, containing the time-dependent autocorrelation or the bilinear time-frequency representation matrix for signal v.
|
Value of t
|
Representation
|
"wigner"
|
Wigner
|
"cone"
|
Cone
|
"bornjordan"
|
Born-Jordan
|
"marghill"
|
Margenau-Hill
|
"choiwill"
|
Choi-Williams
|
"custom"
|
custom kernel in the time-lag plane
|
|
If t is set to "custom", the functions take on the following set of arguments:
timecorr(v, ["custom"], s, r )
timefreq(v, ["custom"], s, r )
Where:
• r is a matrix of real numbers giving the time-lag kernel.
|