View source: R/scikit-maad-indices.R
maad_temporal_entropy | R Documentation |
For addition documentation see https://scikit-maad.github.io/generated/maad.features.temporal_entropy.html.
maad_temporal_entropy(
wave,
compatibility = "QUT",
mode = "fast",
Nt = 512,
maad = NULL
)
wave |
A Wave object. |
compatibility |
One of "QUT" \insertCitequtsonicscrewdriver, "seewave" \insertCiteseewave2008sonicscrewdriver. |
mode |
Mode of the envelope calculation. Can be "fast" or "hilbert". |
Nt |
Size of each frame. The largest, the highest is the approximation. |
maad |
An optional maad object. If not provided, one will be created using |
Numeric entropy of the envelope.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.