
Compute the spectral activity using scikit-maad
Source:R/scikit-maad-indices.R
maad_spectral_activity.Rd
Acoustic activity corresponds to the portion of the spectrogram above a threshold frequency per frequency along time axis towsey2017sonicscrewdriver.
Arguments
- 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
getMaad()
.