文件名称:Dynamic-Time-Warping
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
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), and the warping path points.
To compare 2 vectors A and B call:
[Dist,D,k,w]=dtw(A,B)
Dist is the unnormalized distance
D is the accumulated distance
k is the length of the warping path
(the normalizing factor)
w is a matrix containing the points along the warping path
To compare 2 vectors A and B call:
[Dist,D,k,w]=dtw(A,B)
Dist is the unnormalized distance
D is the accumulated distance
k is the length of the warping path
(the normalizing factor)
w is a matrix containing the points along the warping path
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Dynamic Time Warping\dtw.m
....................\Dynamic Time Warping - File Exchange - MATLAB Central.htm
....................\....................................................._files\application.css
....................\...........................................................\application.js
....................\...........................................................\controls.js
....................\...........................................................\dragdrop.js
....................\...........................................................\effects.js
....................\...........................................................\fileexchange.css
....................\...........................................................\ga.js
....................\...........................................................\icon_add.gif
....................\...........................................................\mlc.css
....................\...........................................................\mlclogo-whitebgd.gif
....................\...........................................................\print.css
....................\...........................................................\prototype.js
....................\...........................................................\s49711863342672
....................\...........................................................\searchfield.js
....................\...........................................................\sitewide.css
....................\...........................................................\spinner.gif
....................\...........................................................\s_code.js
....................\Dynamic Time Warping - File Exchange - MATLAB Central_files
Dynamic Time Warping