Package for resampling of an unevenly spaced time series to an evenly spaced time series

For example:

julia> using Interpolations

julia> LinearInterpolation(time, u).(0.0:0.01:2.0)
2 Likes