Last chance! 50% off unlimited learning
Sale ends in
mutew(wave, f, from = NULL, to = NULL, choose = FALSE, plot = TRUE,
output = "matrix", ...)
wave
(in Hz). Does not need to be specified if embedded in wave
.TRUE
start (=from
) and end (=to
)
points can be graphically chosen with a cursor on the oscillogram.TRUE
returns an oscillographic plot
of wave
with the new silence section (by default TRUE
)."matrix"
, "Wave"
, "Sample"
, "audioSample"
or "ts"
.oscillo
graphical parameters.plot
is FALSE
, a new wave is returned. The class
of the returned object is set with the argument output
.from
and from
are NULL
,
this results in completely muting wave
.oscillo
, addsilw
, cutw
,
deletew
,fadew
, pastew
,
revw
, zapsilw
data(tico)
mutew(tico,f=22050,from=0.5,to=0.9)
Run the code above in your browser using DataLab