登录
首页 » matlab » DTW

DTW

于 2014-05-05 发布 文件大小:1KB
0 201
下载积分: 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 个回复

  • TDE
    相关法时延估计的matlab仿真,能对任意wave文件使用,并进行误差分析(Correlation time delay estimation of matlab simulation, can use any wave file and analyze the errors)
    2010-07-24 10:46:29下载
    积分:1
  • Adaptive_Filtering_Primer_with_MATLAB
    this book contains information obtained from authehtic and highly regarded source
    2009-07-20 19:21:26下载
    积分:1
  • K-SVD-dictionary-training-algorithms
    说明:  KVSD字典训练的MATLAB程序,OMP算法(KVSD dictionary MATLAB training program, OMP algorithm)
    2011-04-07 16:51:27下载
    积分:1
  • GLUE
    参数不确定性分析方法GLUE 来自王书功水文模型参数估计及不确定性分析(Generalized Likelihood Uncertainty Estimation)
    2020-12-05 11:29:23下载
    积分:1
  • TimeOptCargrogReadme
    Program a. Description: This source code program can produce a minimum-length trajectory for any two configurations. b. Size: 28kb c. Platform: Matlab 7.1. d. Major Component Description: 41 .m files in the folder .Program
    2012-04-13 11:10:18下载
    积分:1
  • The-file-browser
    简单的文件浏览器,可以浏览文件并打开所浏览文件。(A simple file browser, you can browse the file and open the browse file.)
    2011-11-02 16:56:01下载
    积分:1
  • 37626
    概率论与数理统计的matlab程序,对于解决概率论的问题很有帮助(Probability Theory and Mathematical Statistics matlab program for solving the problem of probability theory is helpful)
    2014-02-16 10:32:25下载
    积分:1
  • ACO_for_TSP
    使用蚁群算法进行TSP问题的求解,画出了初始城市分布,蚁群算法求得的路线图。(Using the Ant Colony Algorithm to solve the problem of Traveling Salesman Path.The initial distribution of the cities is presented.And the path for the salesman can be seen clearly from the figure.)
    2013-12-09 11:35:12下载
    积分:1
  • dw2xls
    dw to xls 这个是用于pb9下的,已经修改过,不会弹出demo。 pb8的。 pb8设置有点麻烦,因为pb9是可以直接把(dw to xls)
    2013-12-23 20:38:22下载
    积分:1
  • 39709603Huffman
    通过MATLAB 仿真实现哈夫曼编码的图片压缩(MATLAB Simulation by Huffman coding of image compression)
    2010-06-12 01:12:57下载
    积分:1
  • 696518资源总数
  • 106242会员总数
  • 10今日下载