spectralKurtosis
Spectral kurtosis for signals and spectrograms
Syntax
Description
specifies options using one or more name-value arguments.kurtosis
= spectralKurtosis(x
,f
,Name=Value
)
[___,
returns the spectral kurtosis threshold using the confidence level threshold
] = spectralKurtosis(___,ConfidenceLevel
=p)p
.
threshold
represents the range within which the spectral kurtosis
indicates that the input signal is Gaussian and stationary. (since R2024b)
spectralKurtosis(___)
with no output arguments plots
the spectral kurtosis.
If the input is in the time domain, the spectral kurtosis is plotted against time.
If the input is in the frequency domain, the spectral kurtosis is plotted against frame number.
Examples
Input Arguments
Output Arguments
More About
Algorithms
The spectral kurtosis is calculated as described in [3]:
where
fk is the frequency in Hz corresponding to bin k.
sk is the spectral value at bin k.
b1 and b2 are the band edges, in bins, over which to calculate the spectral skewness.
μ1 is the spectral centroid, calculated as described by the
spectralCentroid
(Audio Toolbox) function.μ2 is the spectral spread, calculated as described by the
spectralSpread
(Audio Toolbox) function.
References
[1] Antoni, J. "The Spectral Kurtosis: A Useful Tool for Characterising Non-Stationary Signals." Mechanical Systems and Signal Processing. Vol. 20, Issue 2, 2006, pp. 282–307.
[2] Antoni, J., and R. B. Randall. "The Spectral Kurtosis: Application to the Vibratory Surveillance and Diagnostics of Rotating Machines." Mechanical Systems and Signal Processing. Vol. 20, Issue 2, 2006, pp. 308–331.
[3] Peeters, G. "A Large Set of Audio Features for Sound Description (Similarity and Classification) in the CUIDADO Project." Technical Report; IRCAM: Paris, France, 2004.
Extended Capabilities
Version History
Introduced in R2019aSee Also
kurtogram
| pspectrum
| spectralCentroid
(Audio Toolbox) | spectralEntropy
| spectralSkewness
| spectralSpread
(Audio Toolbox)
Topics
- Spectral Descriptors (Audio Toolbox)