spectralCrest
Spectral crest for signals and spectrograms
Syntax
Description
specifies options using one or more name-value arguments.crest
= spectralCrest(x
,f
,Name=Value
)
[
returns the spectral peak and spectral mean. You can specify an input combination from any
of the previous syntaxes.crest
,spectralPeak
,spectralMean
] = spectralCrest(___)
spectralCrest(___)
with no output arguments plots the
spectral crest.
If the input is in the time domain, the spectral crest is plotted against time.
If the input is in the frequency domain, the spectral crest is plotted against frame number.
Examples
Input Arguments
Output Arguments
Algorithms
The spectral crest is calculated as described in [1]:
where
sk is the spectral value at bin k.
b1 and b2 are the band edges, in bins, over which to calculate the spectral crest.
References
[1] 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 R2019a
See Also
spectralSpread
(Audio Toolbox) | spectralFlatness
| spectralSkewness
Topics
- Spectral Descriptors (Audio Toolbox)