Hi,</pre>I have a data set in a form of
x = [0 3 5 10 32 ... 200000] y = [5 4 3 2 3 ... 4 ] where x represents time (seconds) and y - values for particular time period. I 'd like to add missing data to it. I mean values in between particular time points (e.g from 0s to 5s x =[0 1 2 3 4 5...] the y should be [5 5 5 4 4 3... ])
Thanks in advance.
x = [0 3 5 10 32 ... 200000] y = [5 4 3 2 3 ... 4 ] where x represents time (seconds) and y - values for particular time period. I 'd like to add missing data to it. I mean values in between particular time points (e.g from 0s to 5s x =[0 1 2 3 4 5...] the y should be [5 5 5 4 4 3... ])
Thanks in advance.