-
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
-
VSC
VSC modeling in Matlab/Simulink
- 2012-07-30 22:38:45下载
- 积分:1
-
Simulation-
通信仿真与软件无线电教程,主要介绍通信实验用matlab软件进行仿真教程(Simulation and software radio communication tutorial focuses on communication experiment simulation software tutorial with matlab)
- 2011-11-22 21:25:58下载
- 积分:1
-
ClassCastException
Thrown when a program attempts to cast a an object to a type with which it is not compatible.
- 2013-12-16 16:08:17下载
- 积分:1
-
Music
MUSICsuanfa fangzhen (MUSICsuanfa fangzhen)
- 2010-12-20 17:50:19下载
- 积分:1
-
MAHAFZA
雷达系统下的MATLAB仿真,包含有雷达探测,波形形成,脉冲压缩,动目标检测等常见有用的matlab源代码(Under the radar system of MATLAB simulation, containing the radar detection, wave form, pulse compression, moving target detection common useful MATLAB source code)
- 2012-04-11 18:14:57下载
- 积分:1
-
leach
leach协议的MATLAB实现,主要体现leach的算法过程。(leach algorithm based on MATLAB。)
- 2009-11-02 19:44:34下载
- 积分:1
-
sift
SIFT特征(Scale-invariant feature transform,尺度不变特征转换)是一种电脑视觉的算法用来侦测与描述影像中的局部性特征,它在空间尺度中寻找极值点,并提取出其位置、尺度、旋转不变量(SIFT features (Scale-invariant feature transform, scale-invariant feature transform) is a computer vision algorithm to detect and describe the image characteristics of the locality, it scales in space to find extreme points, and extract its location , scale, rotation invariant)
- 2011-09-09 14:07:33下载
- 积分:1
-
human-testing
主要利用粒子滤波进行人体跟踪,能很好地进行人体跟踪(The main use of the particle filter for human body tracking, can be used for human body tracking)
- 2013-10-12 13:38:37下载
- 积分:1
-
GLS_array
为了过滤有色噪声,利用广义最小二乘进行系统模型的辨识(In order to filter colored noise, using generalized least squares models were recognition system)
- 2015-05-13 21:59:34下载
- 积分:1