Dynamic Time Warping (DTW)

版本 2.2 (49.3 KB) 作者: Quan Wang
This package implements Dynamic Time Warping (DTW).
16.1K 次下载
更新时间 2023/6/15

Dynamic Time Warping (DTW) View Dynamic Time Warping (DTW) on File Exchange Octave application

DTW is implemented in both MATLAB/Octave and C/MEX. The C/MEX function is very fast.

The algorithm we use is the standard one from Wikipedia:

There is a demo in the package. To use, just call:

d=dtw(s,t,w)

or

d=dtw_c(s,t,w)

This library is also available on MathWorks MATLAB Central:

dtw

引用格式

Quan Wang (2024). Dynamic Time Warping (DTW) (https://github.com/wq2012/dynamic_time_warping/releases/tag/v2.2), GitHub. 检索来源 .

MATLAB 版本兼容性
创建方式 R2012b
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

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

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

See release notes for this release on GitHub: https://github.com/wq2012/dynamic_time_warping/releases/tag/v2.2

1.4.0.0

Minor bug fixed according to the suggestion from Steven du, NTU. Thanks.

1.3.0.0

added Matlab compiler as required products

1.2.0.0

removed mex file

1.0.0.0

要查看或报告此来自 GitHub 的附加功能中的问题,请访问其 GitHub 仓库
要查看或报告此来自 GitHub 的附加功能中的问题,请访问其 GitHub 仓库