登录
首页 » matlab » DTW

DTW

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

  • CompAidBook
    it is an ebook for learning pid controller design with matlab functions
    2013-01-03 01:39:47下载
    积分:1
  • mskxx
    msk 信号的正交调制一比特查分解调,并且画出时域频域波形(MSK orthogonal modulation signal a bit check grade demodulation, and draw the time domain frequency domain waveform)
    2012-06-02 14:33:33下载
    积分:1
  • diedai
    用迭代法解微分方程。例程中是以buck电路为应用对象,使用滑模算法进行控制。(Iterative method for solving differential equations)
    2014-09-24 22:04:51下载
    积分:1
  • OFDM_synchronous-
    说明:  讲解OFDM无线系统同步方案。提出了两种同步方案。(Master s thesis about The methods of OFDM synchronization )
    2011-02-17 22:40:12下载
    积分:1
  • xianhao
    说明:  北航信号与测试技术实验 基本信号的时域频域分析 FFT变换 自相关互相关变换 matlab源码 以及实验结果图(Northern Testing experimental data signal and the signal in time domain frequency domain analysis FFT, autocorrelation and cross-correlation transform matlab source results map)
    2011-04-17 22:17:32下载
    积分:1
  • IGMMn
    完整的语音识别程序,训练模型型固定。可以运行出识别结果的~ (Integrity of the speech recognition process, training the model fixed. Can run the results of the identification of ~ )
    2012-05-19 22:29:49下载
    积分:1
  • KalmanAll
    有关kalman滤波及其一些变形滤波算法(Some code about Kalman Filters)
    2017-01-11 22:31:40下载
    积分:1
  • Digital
    数字图象处理课设 课设教程 例程 学习方便(数字图象处理课设)
    2010-06-05 08:38:52下载
    积分:1
  • FastICA
    快速独立成分分析的matlab示例程序,包括全部工具箱程序。很好用。(Fast Independent Component Analysis of the matlab example programs, including all the toolbox program. Good use.)
    2010-12-17 16:43:38下载
    积分:1
  • 16-QAM
    16-QAM matlab program, it can be run(16 QAM Matlab)
    2013-05-20 13:32:30下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载