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.