powered by
cutw(wave, f, from, to, plot = FALSE, marks = TRUE, ...)
wave
TRUE
FALSE
oscillo
plot
cutw
pastew
timer
# a 0.4 s section in a bird song data(tico) a<-cutw(tico,f=22050,from=0.5,to=0.9) oscillo(a,8000,k=1,j=1) # a direct way to see what has been cut cutw(tico,f=22050,from=0.5,to=0.9,plot=TRUE)
Run the code above in your browser using DataLab