| zapsilw {seewave} | R Documentation |
Zap silence periods of a time wave
Description
This function simply deletes the silence periods of a time wave.
Usage
zapsilw(wave, f, channel = 1, threshold = 5, plot = TRUE, output = "matrix", ...)
Arguments
wave |
an R object. |
f |
sampling frequency of |
channel |
channel of the R object, by default left channel (1). |
threshold |
amplitude threshold (in %) between silence and signal. |
plot |
logical, if |
output |
character string, the class of the object to return, either
|
... |
other |
Value
If plot is FALSE, a new wave is returned. The class
of the returned object is set with the argument output.
Note
Use the argument threshold to set the level of silence. See
the examples.
Author(s)
Jerome Sueur
See Also
Examples
data(orni)
zapsilw(orni,f=22050,colwave="red")
# setting the threshold value
zapsilw(orni,f=22050,threshold=1)
[Package seewave version 2.2.3 Index]