powered by
resamp(wave, f, g, output="matrix")
wave
"matrix"
"Wave"
"Sample"
"audioSample"
"ts"
plot
FALSE
output
data(peewit) # downsampling a<-resamp(peewit,f=22050,g=11025) # oversampling b<-resamp(peewit,f=22050,g=44100)
Run the code above in your browser using DataLab