Hi
I would like to expand my array by interpolating between adjacent elements (this is for a data smoothing application of a 2d data set)
I have split my 2-d array into two 1-d arrays. With one of the 1-d arrays I would like to interpolate between adjacent elements to expand it.
e.g. for the array 1.0, 2.0, 3.0, 4.0, 5.0
I might want to expand to: 1.0, 1.5, 2.0, 2.5, 3.0, 3.5, 4.0, 4.5, 5.0.
alternatively does anybody know of a smoothing VI for 2-d data?
Many thanks
Ash