Continuous Dynamic Time Warping

バージョン 1.0.0.0 (4.75 KB) 作成者: Pau Micó
A version of the DTW algorithm. The CDTW calculates the similarity between 2 vectors
ダウンロード: 8K
更新 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ó (2025). Continuous Dynamic Time Warping (https://jp.mathworks.com/matlabcentral/fileexchange/16350-continuous-dynamic-time-warping), MATLAB Central File Exchange. に取得済み.

MATLAB リリースの互換性
作成: R14
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersLinear Prediction についてさらに検索
謝辞

ヒントを得たファイル: Dynamic Time Warping

ヒントを与えたファイル: Alphonse:Rex - Handwriting and Print Expertise

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