LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

extrapolate waveform graph

Hello:
I have a one channel plot of waveform data and I'm looking for a quick way to produce a plot on the same graph that shows the extrapolated data from say, 0 - 700 ms worth of data.
Thanks.
0 Kudos
Message 1 of 2
(2,658 Views)
I am not real sure what the time interval of the original data set is, but I suggest using the interpolate 1-D array function that is in the array pallette. You can use that to build up the array of interpolated values. Then to plot them both on the same graph build the 2 1-D arrays into a 2-D array and wire it to the graph.
0 Kudos
Message 2 of 2
(2,658 Views)