-
kmeans
k-means 算法接受参数 k ;然后将事先输入的n个数据对象划分为 k个聚类以便使得所获得的聚类满足:同一聚类中的对象相似度较高;而不同聚类中的对象相似度较小。聚类相似度是利用各聚类中对象的均值所获得一个“中心对象”(引力中心)来进行计算的。(K-means algorithm accept parameter k Then will the n of prior input data object is divided into k clustering to make won clustering meet: the same clustering the object in the similarity is higher And different clustering the object in the smaller similarity. Clustering similarity is using the cluster of the object in the mean gained a "center object" (the center of gravity) to calculate.
)
- 2011-06-26 19:51:58下载
- 积分:1
-
PhaseUnwrapping2D
2维傅立叶变换方法用于分析干涉条纹,相移计算。(2D FFT for fringe annalisys)
- 2010-08-23 19:55:35下载
- 积分:1
-
duane1
This program performs the Duane growth method with least-squares fit of an input data set to a straight line
- 2011-02-02 02:33:23下载
- 积分:1
-
genetic
说明: 采用遗传算法进行优化的MATLAB程序 ,此处计算的是阻抗变换器的优化 (Genetic algorithm to optimize the use of the MATLAB program, here is the calculation of the optimal impedance converter)
- 2009-08-10 20:14:43下载
- 积分:1
-
readprocpar
read procpar file in NMR system
- 2013-05-10 06:01:03下载
- 积分:1
-
SS
说明: matlab code for spread spectrumusing M george algo
- 2009-04-17 12:48:27下载
- 积分:1
-
anisotropic-diffusion
该程序包是各向异性扩散的MATLAB程序,经过测试,绝对好用的(The package is the anisotropic diffusion of the MATLAB program, tested, absolutely easy to use)
- 2012-07-23 10:58:51下载
- 积分:1
-
cvx_double_stabel_and_move
基于凸优化算法,频率分集阵列天线在全时空域内可控点聚焦,实现对动目标追踪、多目标聚焦,可用于实现点对点秘密通信(Based on convex optimization algorithm, the frequency diversity array antenna can focus on controllable points in the whole time and space domain, and can be used to realize point to point secret communication.)
- 2018-05-07 11:14:08下载
- 积分:1
-
polyfilter
A polyphase filter like the filter function in Matlab.
- 2009-09-08 21:46:35下载
- 积分:1
-
Example_of_edge_detection_edge_linking_and_line_se
这个matlab程序实现了Edge Linking and Line Segment Fitting,解压后直接运行demo.m就可以了
(
edgelink.m edge linking function that forms lists of connected edge points from a binary edge image. (Needs findendsjunctions and cleanedgelist below).
drawedgelist.m plots out a set of edge lists generated by edgelink or lineseg.
edgelist2image.m transfers edgelist data back into a 2D image array.
lineseg.m forms straight line segments fitted with a specified tolerance to the lists of connected edge points.
maxlinedev.m is also used by lineseg.m to calculate deviations of the edge lists from the fitted segments.
findendsjunctions.m finds line junctions and endings in a line/edge image.
cleanedgelist.m cleans up a set of edge lists generated by edgelink or lineseg so that isolated edges and spurs that are shorter than a minimum length are removed.)
- 2010-07-14 12:04:33下载
- 积分:1