
timer(wave, f, threshold = 5, envt="abs", power = 1, msmooth = NULL, ksmooth = NULL,
plot = TRUE, plotthreshold = TRUE, col = "black", colval = "red",
xlab = "Time (s)", ylab = "Amplitude", ...)
wave
(in Hz). Does not need to be specified if embedded in wave
.env
.power
will reduce low amplitude
modulations and increase high amplide modulations. This can be used
to reduce background noise (by default equals to 1, i.e. no
TRUE
plots the envelope and the measurements
(by default TRUE
).TRUE
plots the threshold
as an horizontal line on the graph (by default TRUE
).plot
graphical parameters.plot
is FALSE
, timer
returns a list containing three
components:env
, cutw
, pastew
.data(tico)
timer(tico,f=22050,threshold=5,msmooth=c(50,0))
# to compare with an oscillographic representation
data(orni)
op<-par(mfrow=c(2,1))
timer(orni,f=22050,threshold=5,msmooth=c(40,0),tck=0.05,
bty="l",colval="blue")
title(main="A cicada song made of five echemes",col="blue")
oscillo(orni,f=22050,k=1,j=1)
par(op)
Run the code above in your browser using DataLab