View source: R/scikit-maad-indices.R
maad_spectral_entropy | R Documentation |
Compute different entropies based on the average spectrum, its variance, and its maxima.
maad_spectral_entropy(object, flim = NULL, maad = NULL)
object |
A Wave object or a spectrogram_maad object generated by
|
flim |
A numeric vector of length 2 specifying the frequency limits for the entropy calculation. |
maad |
An optional maad object. If not provided, one will be created using |
For addition documentation see https://scikit-maad.github.io/generated/maad.features.spectral_entropy.html
List comprising:
EAS |
Entropy of Average Spectrum. |
ECU |
Entropy of spectral variance (along the time axis for each frequency). |
ECV |
Entropy of Coefficient of Variation (along the time axis for each frequency). |
EPS |
Entropy of spectral maxima (peaks). |
EPS_KURT |
Kurtosis of spectral maxima. |
EPS_SKEW |
Skewness of spectral maxima. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.