Computes the short term energy of a Wave.
Usage
ste(wave, method = "dietrich2004", ...)
Arguments
- wave
A Wave object
- method
Which method used to calculate the short term energy,
by default "dietrich2004" to use dietrich2004sonicscrewdriver.
- ...
Other arguments to pass to ste method.
Value
A vector of short term energy values
Examples
if (FALSE) { # \dontrun{
ste(sheep, method="dietrich2004")
} # }