What is resample function in Matlab?
resample Function
The resample function changes the sample rate for a sequence to any rate that is proportional to the original by a ratio of two integers. The basic syntax for resample is. y = resample(x,p,q)
How do you resample an array in Matlab?
y = resample( x , p , q ) resamples the input sequence, x , at p / q times the original sample rate. resample applies an FIR Antialiasing Lowpass Filter to x and compensates for the delay introduced by the filter. The function operates along the first array dimension with size greater than 1.
What is resample signal?
Resampling is the process of changing the sampling rate of an existing signal. A new signal should keep all information contained in the original signal.