Continuous Dynamic Time Warping
Version 1.0.0.0 (4.75 KB) by
Pau Micó
A version of the DTW algorithm. The CDTW calculates the similarity between 2 vectors
If you pass in 2 vectors it returns the unnormalized distance between the vectors, the accumulated distance between them, the length of the warping path (the normalizing factor), the warping path points and both warped input vectors.
You can plot the results too if select the pflag=1
Cite As
Pau Micó (2026). Continuous Dynamic Time Warping (https://www.mathworks.com/matlabcentral/fileexchange/16350-continuous-dynamic-time-warping), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R14
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
Find more on Linear Prediction in Help Center and MATLAB Answers
Tags
Acknowledgements
Inspired by: Dynamic Time Warping
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0.0 | The reported problem with the 'div' function have been solved |
