I'd like to translate the following Matlab function
ts = resample(ts,Time) resamples the timeseries object ts using the new Time vector.
in java.
For the moment, I could not find any similar java libraries performing this feature of matlab.
My "ts" in java is for the moment similar to an arrayList of coordinates. A coordinate is that (ti,xi,yi,zi) And my Time in java is an ArrayList of Double.
Please help me, I am completely stuck!
Best regards,
Sofia