-
wenxian
这是基于matlab的人脸识别英文文献,从别的地方转的.(This is based on face recognition matlab English literature, from somewhere else to turn.)
- 2013-04-18 20:50:31下载
- 积分:1
-
ESPRIT_DOA
说明: ESPRIT方法进行DOA估计,各种参数见程序内部的参数设置,只是简单的ESPRIT程序,而非修正的ESPRIT方法(ESPRIT DOA estimation methods, see the program within the parameters set of parameters, but simply the ESPRIT program, rather than the ESPRIT method of correction)
- 2011-04-12 16:59:20下载
- 积分:1
-
Mutualcoherenceofagivenmatrix
Matlab源码
计算矩阵各列与其他各列的互相关系数,并按照概率分布利用直方图的形式展示出来。
该互相关系数的定义参考Michael Elad的《Sparse and Redundant Representations》p25 Definition2.3(Matlab code for mutual-coherence of a given matrix)
- 2013-07-26 11:10:56下载
- 积分:1
-
matlab-helpChinese
说明: MATLAB help 中文版,很有用,对于英语不好的人来说,很好!(MATLAB help the Chinese version, very useful for people with poor English, very good!)
- 2010-04-20 14:10:05下载
- 积分:1
-
SystemSimulation
Matlab Program that plots the rootlocus of given transfer functions
- 2013-04-30 10:40:47下载
- 积分:1
-
Atken-interpolation
艾特肯插值方法源代码,用于科学计算和数据插值,适合学习matlab及工程技术人员参考。(Aitken interpolation source code for scientific computing and data interpolation, for learning matlab and engineering and technical officers.)
- 2013-12-31 10:41:25下载
- 积分:1
-
fuzzy_cluster1
fuzzy_cluster模糊聚类分析,本函数使用的是直接聚类法,直接输出聚类信息,无返回值
输入参数data是需要分类的数据,将会对data的列分类,请输入数据前把需要分类的向量按列保存到矩阵data
输入参数numda是分类的分类点,如果不知道可以先省略,系统默认1-0依次减小用以方便判断分割点,然后用户再细分( Fuzzy_cluster fuzzy clustering analysis, the function uses the clustering method is direct, direct output clustering information, no return value input parameter data is needed to classify data, classification of data will be listed, enter the data before the need saved by the column vector classification matrix data to the input parameters numda profile classification point is, if you do not know can be omitted, in order to reduce the system default 1-0 split point for easy judgment, then the user is subdivided)
- 2014-02-16 17:18:41下载
- 积分:1
-
LMSand-RLS
这是通信中常用到的数字滤波器算法的matlab的例子,下载的话,自己要修改。(This is commonly used in communications to the digital filter algorithm matlab example, download the case, they have to change.)
- 2011-05-06 14:38:50下载
- 积分:1
-
logrank
比较生存曲线可以用统计假设测试日志秩检验。它是用来测试的零假设,没有任何区别的人口的生存曲线(即概率事件发生在任何时间点是相同的每个人口).这个函数使用卡普兰曲线的程序来估计生存函数.(Comparison of two survival curves can be done using a statistical hypothesis test called the log rank test. It is used to test the null hypothesis that there is no difference between the population survival curves (i.e. the probability of an event occurring at any time point is the same for each population). This function use the Kaplan-Meier procedure to estimate the survival function, so it is mandatory to download
)
- 2012-04-09 21:18:32下载
- 积分:1
-
GaussianElimination
x=GaussianElimination(A,b)
GaussianElimination solves system of linear equations of the form Ax = b using Gaussian Elimination method.
A = n x n square matrix with the coefficients of the system of equations
as the elements of matrix A
b = column matrix with length = n
- 2012-10-11 19:42:13下载
- 积分:1