a numeric vector of length 2 to select a frequency band (in kHz).
nbwindows
a numeric vector of length 1 specifying the number of
windows (by default 1, ie a single window including the complete wave object.
Value
A vector of length 1 returning the ACI total.
Details
The function computes first a short-term Fourier transform and then
the ACI index.
The function returns only the ACI total, ACI tot in Pieretti et
al. (2010).
See the references for details on computation.
References
Pieretti N, Farina A, Morri FD (2011) A new methodology to infer the
singing activity of an avian community: the Acoustic Complexity Index
(ACI). Ecological Indicators, 11, 868-873.
Farina A, Pieretti N, Piccioli L (2011) The soundscape methodology for long-term bird monitoring: a Mediterranean Europe case-study. Ecological Informatics, 6, 354-363.
# NOT RUN {data(tico)
ACI(tico)
## dividing the sound sample into 4 windows of equal durationACI(tico, nbwindows=4)
## selection of a frequency bandACI(tico, flim=c(2,6))
# }