Learn R Programming

seewave (version 1.6.3)

zapsilw: Zap silence periods of a time wave

Description

This function simply deletes the silence periods of a time wave.

Usage

zapsilw(wave, f, threshold = 5, plot = TRUE, output = "matrix", ...)

Arguments

Value

  • If plot is FALSE, a new wave is returned. The class of the returned object is set with the argument output.

See Also

afilter, oscillo

Examples

Run this code
data(orni)
zapsilw(orni,f=22050,colwave="red")
# setting the threshold value
zapsilw(orni,f=22050,threshold=1)

Run the code above in your browser using DataLab