1
vote
0answers
100 views

How to interpolate values sampled at regular time intervals?

I want to numerically integrate a set of discrete values that keep arriving at constant time intervals. Which interpolation method do I choose? how to reduce the ringing artifacts if I use cubic ...