Learn R Programming

sonicscrewdriver (version 0.0.7)

ste: Short term energy

Description

Computes the short term energy of a Wave.

Usage

ste(wave, method = "dietrich2004", ...)

Value

A vector of short term energy values

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.

References

Examples

Run this code
if (FALSE) {
ste(sheep, method="dietrich2004")
}

Run the code above in your browser using DataLab