-
DTW
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.)
- 2014-05-05 14:30:21下载
- 积分:1
-
logbinpdf123
Estimate pdf of data set spanning orders of magnitude
- 2010-10-28 17:43:45下载
- 积分:1
-
xiaoNN
说明: 小波神经算法程序,经验证可正常运行,可作为学习使用。(Wavelet neural algorithm procedures, normal operation can be certified as learning to use.)
- 2009-08-17 10:59:22下载
- 积分:1
-
Graph
一个多种复杂网络生成程序包,功能自行下载观看。(one package of complex network program with matlab.)
- 2011-01-07 10:26:06下载
- 积分:1
-
此源码实现DOA估计中的TCT算法 TCT2
此源码实现DOA估计中的TCT算法,保证出结果。 (DOA realize that this source is estimated in the TCT algorithm, to guarantee the result.)
- 2021-05-14 15:30:02下载
- 积分:1
-
Target_Tracking_Simulation
说明: 用Matlab编写的用Kalman滤波方法估计目标航迹的程序,有详细注释,是学习Kalman滤波方法的好材料(Written with Matlab using Kalman filter to estimate target track of the process, detailed notes, is a good learning materials for Kalman filter)
- 2010-04-28 00:06:33下载
- 积分:1
-
robosim
simulation of robot manipolator
- 2013-09-25 02:01:40下载
- 积分:1
-
Incremental--PID
增量式PID温度控制系统 在matlab下编程(Incremental PID temperature control system in MATLAB programming
)
- 2013-05-05 13:18:33下载
- 积分:1
-
LMS
数字信号处理LMS算法,处理输入信号与参考信号的误差,显示收敛曲线(LMS algorithm for digital signal processing, processing the input signal and reference signal of the error, shows the convergence curve)
- 2007-10-23 12:15:28下载
- 积分:1
-
matlab_primer_40
A good book for people who want complete in-depth training using MATLAB.
- 2011-01-05 12:33:03下载
- 积分:1