
Compute the acoustic activity index using scikit-maad
Source:R/scikit-maad-indices.R
maad_temporal_activity.Rd
For addition documentation see https://scikit-maad.github.io/generated/maad.features.temporal_activity.html towsey2013sonicscrewdriver.
Arguments
- wave
A Wave object.
- dB_threshold
dB threshold of activity (default = 3).
- 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
getMaad()
.