Purpose
|
Frequency localization characteristics.
|
Synopsis
Description
locfreq computes the frequency localization characteristics of
signal x. The definition used for the averaged frequency
and the frequency spreading are the following:
where is the energy of the signal and the Fourier transform
of . With this definition (and the one used in loctime), the
Heisenberg-Gabor inequality writes .
| Name |
Description |
Default value |
| x |
signal |
|
| fm |
averaged normalized frequency center |
|
| B |
frequency spreading |
|
|
Example
z=amgauss(160,80,50).*fmconst(160,0.2);
[fm,B]=locfreq(z); [fm,B]
ans =
0.2000 0.0200
See Also
Eric Chassande-Mottin
2005-10-26