-
ClusteringToolbox
模式聚类常用算法,包括k均值,模糊算法,PCA算法等。(Clustering Toolbox,including k-means clustering dcEMGMM - fits a Gaussian mixture model to data dcFuzzy fuzzy c-means clustering
dcAggagglomerative (hierarchical) clustering DoClustering call the above routines)
- 2010-11-28 12:53:15下载
- 积分:1
-
1
说明: 经典的MATLAB工具,一种可以解决的BP网络的实例(beautiful MATLAB things)
- 2009-06-22 15:54:53下载
- 积分:1
-
Study
PC-mouth communication through the programming address translation software, the use of very!
- 2015-01-12 01:20:30下载
- 积分:1
-
moon_pos_vel_J2000
通过坐标转换的方法估算月球在某一时刻在J2000坐标系下的位置和速度。(理解航天中坐标转化、时间系统的学习案例)(Through the coordinates of the conversion method to estimate the moon at a time in the J2000 coordinate system under the location and speed. (Understanding of aerospace coordinate transformation, time system learning case))
- 2020-10-07 20:17:36下载
- 积分:1
-
ying_v25
在matlab R2009b调试通过,数值分析的EULER法,包含收发两个客户端的链路级通信程序。( In matlab R2009b debugging through, EULER numerical analysis method, Contains two clients receive link-level communications program.)
- 2017-05-19 17:47:23下载
- 积分:1
-
ofdm
OFDM程序,很详细,也比较简单,适合初学者学习研究(OFDM procedures in great detail, but also relatively simple, suitable for beginners study)
- 2009-04-28 10:39:20下载
- 积分:1
-
white_noise
说明: %利用乘同余法写的白噪声程序
%对于辨识有一定帮助
%相关方法可以参照乘同余法原理( Use by the same method to write more than the white noise process for the identification of definite help in correlation method can refer to law by the principle of congruence)
- 2006-04-02 10:35:51下载
- 积分:1
-
GPC2014
scrit matlab of the GPC method
- 2014-01-06 19:31:26下载
- 积分:1
-
news
通过matlab获取财经网站的新闻信息,滤去了网站的广告,里面有四个网站,涵盖网站中所有资讯,可以直接在命令窗口看到新闻资讯。(By matlab to obtain financial website news information, filter went to the website of advertisement, there are four sites, covering all information on the website, you can directly see news and information in command window.)
- 2014-02-22 19:04:33下载
- 积分: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