envelope | R Documentation |
Calculates the absolute amplitude envelope
x |
Numeric vector with amplitude values. Required. |
ssmooth |
Numeric vector of length 1 indicating the size of the sliding window use to smooth envelopes. Default is 0 (no smoothing). |
The function calculates the absolute amplitude envelope of an amplitude vector using compiled C code which is usually several times faster.
An amplitude envelope.
Marcelo Araya-Salas (marcelo.araya@ucr.ac.cr) & Paula Monge
Araya-Salas, M., & Smith-Vidaurre, G. (2017). warbleR: An R package to streamline analysis of animal acoustic signals. Methods in Ecology and Evolution, 8(2), 184-191.
env
.
{
data(tico)
amp_env <- envelope(tico@left, ssmooth = 100)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.