getBoundary: Helper function for makeCues that splits the signal based on...

Description Usage Arguments Value Author(s) Examples

Description

Helper function for makeCues that splits the signal based on the envelope of the signal

Usage

1
getBoundary(Wave, smooth = 800)

Arguments

Wave

A Wave object (see tuneR)

smooth

A parameter for using the kernel smooth function provied by the package zoo.

Value

A vector with the sample numbers of the boundaries.

Author(s)

Denis Arnold

Examples

1
2
3
4
5
6
       ## Not run: 
       library(tuneR)
       Wave=readWave("MyWaveFile.wav")
       Boundaries=getBoundary(Wave,800)
       
## End(Not run)

AcousticNDLCodeR documentation built on May 2, 2019, 3:01 a.m.