
revw(wave, f, env = TRUE, ifreq = TRUE,
plot = FALSE, output = "matrix", ...)
plot
is FALSE
, a new wave is returned. The class
of the returned object is set with the argument output
.plot
is TRUE
returns an oscillogram of the reversed
wave. The amplitude and the instantaneous frequency can be independently reversed
thanks to the arguments env
and ifreq
. See the examples.oscillo
, addsilw
, deletew
,
fadew
, pastew
, mutew
data(tico)
# simple reverse
revw(tico,f=22050,plot=TRUE)
# envelope reverse only
revw(tico,f=22050,ifreq=FALSE, plot=TRUE)
# instantaneous frequency reverse only
revw(tico,f=22050,env=FALSE, plot=TRUE)
Run the code above in your browser using DataLab