-
MatToC
matlab转换c++语言的程序代码,共分享(matlab to c)
- 2010-09-14 19:32:56下载
- 积分:1
-
UKFleida
kalman滤波程序 关于信息融合方面的程序 (kalman programme about information fusion s programme)
- 2009-05-01 11:06:50下载
- 积分:1
-
ID3
该源码使用ID3算法进行分类,该程序为matlab源码。(Classify using the ID3 algorithm)
- 2012-05-01 15:03:24下载
- 积分:1
-
产生随机数,然后计算概率,一个非常实用的MATLAB程序
产生随机数,然后计算概率,一个非常实用的MATLAB程序-this brief program can generate some random numbers and calculate the probability
- 2022-09-21 23:05:03下载
- 积分:1
-
MatlabSIFT
matlab版本的特征生成的SIFT算法(SIFT algorithm, matlab version)
- 2010-11-26 16:57:38下载
- 积分:1
-
这个市一个ns环境下的leach算法!大家可以多下在啊!我想要一个matlab环境下的概算法!...
这个市一个ns环境下的leach算法!大家可以多下在啊!我想要一个matlab环境下的概算法!-1 ns of the city under the leach algorithm! We can do more in ah! I want an environment of Matlab budget for the law!
- 2022-01-31 15:26:02下载
- 积分:1
-
Done
说明: 用MATLAB进行ASK、FSK、PSK的编码和解码的仿真程序,并对其误码率进行分析(Using MATLAB for ASK, FSK, PSK encoding and decoding of the simulation program, and analyze its BER)
- 2010-04-23 22:40:57下载
- 积分:1
-
simplefusion
此文件主要是用来使用matlab所进行的图象融合之间的应用(this document is primarily designed for use Matlab for the integration between the image application)
- 2006-05-28 10:08:41下载
- 积分:1
-
axi_bfm_ug_examples.tar
axi_bfm_ug_examples axi bus function model user guide examples
- 2014-02-19 11:09:48下载
- 积分: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