登录
首页 » matlab » DTW

DTW

于 2014-05-05 发布 文件大小:1KB
0 233
下载积分: 1 下载次数: 8

代码说明:

  DTW算法的程序,申请两个n*m的矩阵D、d,分别为累积距离和帧匹配距离。这里n和m为测试模版与参考模版的帧数。然后通过一个循环计算两个模版的帧匹配距离d。接下来进行动态规划,为每个格点 (i,j)都计算其三个可能的前续格点的累积距离D1,D2,D3。考虑到边界问题,有些前续格点可能不存在,因此加入一些判断条件最后利用最小值函数min(),找到三个前续格点的累积 距离作为累积距离,与当前帧的匹配距离d(i,j)相加,作为当前格点的累积距离。该计算过程一直达到格点(n,m),并将D(n,m)输出,作为模版匹配的结果。(DTW algorithm procedures, apply two n* m matrix D, d, respectively, accumulated distance and frame matching distance. Where n and m is a reference test pattern and the template frames. Then through a loop to calculate two frames template matching distance d. Next, dynamic programming, for each grid point (i, j) are calculated from the cumulative D1 before the renewal of its three possible lattice point, D2, D3. Taking into account the boundary problem, some former continued grid point may not exist, so add some conditions to determine the final use of the minimum function min (), found three former continued accumulation of grid points cumulative distance as the distance from the current frame to match the d (i, j) added, and a current cumulative distance grid. This calculation has reached the grid (n, m), and D (n, m) output, as a result of template matching.)

文件列表:

DTW.txt,1839,2012-10-29

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • si
    说明:  用递推的极大似然法对系统辨识,对具有随机噪声的二阶系统的模型辨识(Using the recursive maximum likelihood method of system identification, random noise with the second-order system model identification)
    2008-03-14 19:08:17下载
    积分:1
  • MATLAB
    《MATLAB自动控制系统设计》随书光盘,很好的资料!!(A good book!)
    2012-04-07 20:22:17下载
    积分:1
  • example
    这个文件是matlab学习中的一些典型的例子,对于学习matlab的同学很有帮助。(This file is matlab learning some typical examples, very helpful for students to learn matlab.)
    2011-05-28 21:35:08下载
    积分:1
  • zhongzhilvbo-
    数字信号处理、图像处理 中值定理有关原理内容 快速算法(Digital signal processing, image processing, the mean value theorem principle content Fast Algorithm)
    2012-05-27 14:03:05下载
    积分:1
  • MATLAB-gatool
    遗传算法matlab程序,matlan遗传算法工具箱,放在工作目录即可使用。(matlab gatool)
    2014-01-14 14:07:51下载
    积分:1
  • plot--ecg
    bsp_plot ECG this is code for plot ECG
    2014-04-29 12:55:07下载
    积分:1
  • Chapter13
    MATLAB混合编程想把matlab强大的功能用在自己的工程实践中吗这是本不错的混合编程的书(Hybrid Programming MATLAB want matlab powerful in their own practice, it works this is a mixture of good programming book)
    2009-01-03 09:17:19下载
    积分:1
  • LTE-with-receiver-coding
    Long Term Evolution (LTE) receiver coding
    2013-04-09 19:10:42下载
    积分:1
  • CBCT_Simulation
    cbct cone beam for reconstruction methode
    2011-05-03 06:52:08下载
    积分:1
  • xitongbianshi
    一些介绍系统参数辨识方法的论文,包括迭代梯度算法,最小二乘算法等。很好的资料。(Some paper describes the system parameter identification methods, including iterative gradient algorithm, least squares algorithm. Good information.)
    2015-12-03 22:47:39下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载