ste {sonicscrewdriver} | R Documentation |
Computes the short term energy of a Wave.
ste(wave, method = "dietrich2004", ...)
wave |
A Wave object |
method |
Which method used to calculate the short term energy, by default "dietrich2004" to use (Dietrich et al. 2004). |
... |
Other arguments to pass to ste method. |
A vector of short term energy values
Dietrich C, Palm G, Riede K, Schwenker F (2004). “Classification of bioacoustic time series based on the combination of global and local decisions.” Pattern Recognition, 37(12), 2293–2305.
## Not run:
ste(sheep, method="dietrich2004")
## End(Not run)