Does the dynamic time warping function of Matlab normalize for different dimensions before performing DTW?
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
AK
am 13 Apr. 2017
Beantwortet: Greg Dionne
am 20 Apr. 2017
The DTW function in Matlab calculates the distance between two signals. It is possible to apply the algorithm on multidimensional signals (for example position/velocity/orientation), but does the DTW function in Matlab normalize these signals before performing DTW on them? I can't find in the Matlab help function if normalization of the signals is performed before performing DTW (https://nl.mathworks.com/help/signal/ref/dtw.html).
0 Kommentare
Akzeptierte Antwort
Greg Dionne
am 20 Apr. 2017
Not in DTW directly. FINDSIGNAL has a variant that calls DTW and it has some basic normalization.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!