Perform DTW simultaneously on multiple trajectories
Good day,
I have ~50 sample trajectories (timeseries) showing reactor temperature over time for a given process.
In addition, I have a reference signal of the ideal trajectory for this process.
I would like to synchronize all the sample trajectories with the reference trajectory.
Performing DTW with 1 sample signal and reference produces new signals along a common axis (as it should).
My question is how can I perform this synchronization of all sample trajectories with the reference simultaneously? Such that they all lie on a new common axis.
Or, alternatively, can the DTW algorithm be modified such that the result maintains the common axis of the reference signal and only modified the sample?
Topic dynamic-time-warping matlab time-series machine-learning
Category Data Science