-
CGMethod
该方法给出了一个CG算法求对称正定矩阵的线性方程的解,要求给出矩阵A、向量b和一个探测向量x0。(This method gives a CG algorithm for linear equations of symmetric positive definite matrix, requiring to give a matrix A, a vector b and a probe vector x0.)
- 2013-11-24 17:50:31下载
- 积分:1
-
manualofmatpower4.3
Matpower is a package of Matlab M-les for solving power
ow and optimal power
ow problems. It is intended as a simulation tool for researchers and educators that
is easy to use and modify. Matpower is designed to give the best performance
possible while keeping the code simple to understand and modify.
- 2010-06-06 23:37:56下载
- 积分:1
-
Untitled
Rayleigh瑞利信道的Matlab仿真程序,简单易懂,运行出图。(Rayleigh Road, Matlab simulation program)
- 2011-12-29 12:32:39下载
- 积分:1
-
Frank-Wolfe算法 matlab程序
Frank-Wolfe算法 matlab程序(Frank-Wolfe (matlab))
- 2012-01-11 00:16:34下载
- 积分:1
-
position1
关于室内定位的算法,该算法是在MATLAB环境下实现的程序。(Positioning on the interior of the algorithm, which are in the MATLAB environment realize procedure.)
- 2009-02-15 13:01:09下载
- 积分:1
-
shy5
matlab中数字图像函数,功能介绍,很好(function)
- 2009-03-12 17:25:21下载
- 积分:1
-
shouxieshuzishibie-
手写体数字识别的例子,含处理图片和matlab程序,自己编写的,可以实现的。(Examples of handwritten numeral recognition, include image and matlab program , writing it by myself, and it can be achieved.)
- 2011-11-27 15:08:18下载
- 积分:1
-
rsmkekaodu
matlab编的有关响应面的程序,运算有结果(Program of response surface compiled by MATLAB)
- 2019-04-15 15:29:26下载
- 积分:1
-
Chap_12
西蒙赫金的《自适应滤波原理》一书的matlab程序,现在继续上传第12章的程序,
大家学习交流,觉得有用的自己下载,(西蒙赫payment principle of adaptive filtering, one book matlab procedure, we shall now continue From Chapter 12 procedures, the exchange of everyone to learn, find useful to download their own,)
- 2008-04-15 12:13:00下载
- 积分:1
-
EM_GM
% EM algorithm for k multidimensional Gaussian mixture estimation
%
% Inputs:
% X(n,d) - input data, n=number of observations, d=dimension of variable
% k - maximum number of Gaussian components allowed
% ltol - percentage of the log likelihood difference between 2 iterations ([] for none)
% maxiter - maximum number of iteration allowed ([] for none)
% pflag - 1 for plotting GM for 1D or 2D cases only, 0 otherwise ([] for none)
% Init - structure of initial W, M, V: Init.W, Init.M, Init.V ([] for none)
%
% Ouputs:
% W(1,k) - estimated weights of GM
% M(d,k) - estimated mean vectors of GM
% V(d,d,k) - estimated covariance matrices of GM
% L - log likelihood of estimates
%( EM algorithm for k multidimensional Gaussian mixture estimation Inputs: X (n, d)- input data, n = number of observations, d = dimension of variable k- maximum number of Gaussian components allowed ltol- percentage of the log likelihood difference between 2 iterations ([] for none) maxiter- maximum number of iteration allowed ([] for none) pflag- 1 for plotting GM for 1D or 2D cases only, 0 otherwise ([] for none) Init- structure of initial W, M, V: Init.W, Init.M, Init.V ([] for none) Ouputs: W (1, k)- estimated weights of GM M (d, k)- estimated mean vectors of GM V (d, d, k)- estimated covariance matrices of GM L- log likelihood of estimates)
- 2008-04-27 15:51:27下载
- 积分:1