I need to resample data at higher rate. I was able to use matlab interp function to interpolate my data. Bellow is the description of the matlab function. Is there a function or vi like this in labview. My data is in the form of a .dat file. I tryed using the interpolate 1D array function in labview but this does not work.
INTERP Resample data at a higher rate using lowpass interpolation.
Y = INTERP(X,R) resamples the sequence in vector X at R times
the original sample rate. The resulting resampled vector Y is
R times longer, LENGTH(Y) = R*LENGTH(X).
Mark Mutton
Electrical Engineer