-
improp
Matlab Code of image propert for stat analysis
- 2012-02-12 23:00:00下载
- 积分:1
-
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
-
Codes_for_Error_Detection
Checkout the codes for error dectection and correction
- 2010-08-26 11:40:31下载
- 积分:1
-
matlab2
两种常微分方程求解的matlab程序,是自学matlab的小程序可以学学(Two kinds of solution of ordinary differential equations matlab program, matlab is a small program can self-learn)
- 2010-10-22 11:31:19下载
- 积分:1
-
Classifier_gaussian
The code is for Classification using Gaussian Method on the Multi Variate Dataset with no missing values.
- 2010-11-13 17:51:43下载
- 积分:1
-
ASE
Area Spectral Efficeinecy
- 2010-06-03 01:42:42下载
- 积分:1
-
noRCM
RD算法目标仿真
分别为点目标回波起始和结束时的采样点(RD target simulation algorithm)
- 2014-08-15 19:48:04下载
- 积分:1
-
pattern-classification-2nd-english-
模式分类原书第二版 根据原版编辑 内容与原版一样(The second edition of the original pattern classification based on original editorial content and original)
- 2012-10-22 16:27:25下载
- 积分:1
-
ANFIS
说明: matlab ANFIS for optimization
- 2019-06-25 02:53:38下载
- 积分:1
-
viterbi-decoding
维特比译码算法的实现,以及卷积码译码的误码率性能分析(Viterbi decoding algorithm, as well as the BER performance of the convolutional code decoding)
- 2012-06-11 15:54:42下载
- 积分:1