Continuous Dynamic Time Warping

版本 1.0.0.0 (4.8 KB) 作者: Pau Micó
A version of the DTW algorithm. The CDTW calculates the similarity between 2 vectors
7.9K 次下载
更新时间 2008/4/21

查看许可证

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

引用格式

Pau Micó (2024). Continuous Dynamic Time Warping (https://www.mathworks.com/matlabcentral/fileexchange/16350-continuous-dynamic-time-warping), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R14
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Linear Prediction 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.0

The reported problem with the 'div' function have been solved