View source: R/scikit-maad-indices.R
maad_spectral_activity | R Documentation |
Acoustic activity corresponds to the portion of the spectrogram above a threshold frequency per frequency along time axis \insertCitetowsey2017sonicscrewdriver.
maad_spectral_activity(object, dB_threshold = 6, maad = NULL)
object |
A Wave object or a spectrogram_maad object. |
dB_threshold |
dB threshold of activity (default = 6). |
maad |
An optional maad object. If not provided, one will be created using |
The function computes for each frequency bin:
ACTfract |
Proportion (fraction) of points above the threshold. |
ACTcount |
Total number of points above the threshold. |
ACTmean |
Mean value (in dB) of the portion of the signal above the threshold. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.