LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Resample data at a higher rate

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
0 Kudos
Message 1 of 2
(2,776 Views)

Hello

In tools palette> analyze > waveform conditioning  you have vis for resample, (continous and single shot) with different choices of method. They do the job pretty well.

Hope it helps
Alipio

---------------------------------------------------------
"Qod natura non dat, Salmantica non praestat"
---------------------------------------------------------
0 Kudos
Message 2 of 2
(2,765 Views)