powered by
resamp(wave, f, g, Sample = FALSE)
vector
matrix
ts
Sample
Wave
wave
Wave<
TRUE
plot
FALSE
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