View source: R/scikit-maad-indices.R
maad_frequency_entropy | R Documentation |
The spectral entropy of a signal measures the energy dispersion along frequencies. Low values indicates a concentration of energy around a narrow frequency band. If the DC value is not removed before processing the large peak at f=0Hz will lower the entropy of the signal.
maad_frequency_entropy(object, compatibility = "QUT", maad = NULL)
object |
A Wave object or a spectrogram_maad object generated by
|
compatibility |
One of "QUT" \insertCitequtsonicscrewdriver or "seewave" \insertCiteseewave2008sonicscrewdriver. Default is "QUT". |
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.frequency_entropy.html
List comprising:
Hf |
Frequency entropy. |
Ht_per_bin |
Temporal entropy per frequency bin. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.