Interpolation and Resampling

interpolate(v, n) Returns an interpolated version of the vector v with n times as many points as v.

multirate(v, n, m, [f]) Returns a version of multichannel signal v resampled by a factor of n/m, using the optional argument f as the lowpass interpolating filter.

resample(v, m, n) Returns a vector obtained from v by n-fold interpolation and then sampling every mth point.

Arguments: