-
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
-
12345
提供一种求解最优哈密尔顿的算法---三边交换调整法,要求在运行jiaohuan3(三交换法)之前,给定邻接矩阵C和节点个数N,结果路径存放于R中。(Hamilton provides an optimal algorithm for solving triangular exchange--- Adjustment Act to require running jiaohuan3 (c exchange) before the adjacency matrix C, given the number of nodes N, the results of the path stored in R,.)
- 2010-11-29 13:25:47下载
- 积分:1
-
prog1
通信原理实验生成软件及相关代码,调制解调(C生成)(Communication principle experiment generation software and related codes, modulation and demodulation (C generated))
- 2014-09-17 20:13:40下载
- 积分:1
-
XIANQUAN
matlab函数实现任意位置平行线圈的互感值计算(matlab function anywhere in parallel to achieve the mutual inductance value of the coil)
- 2013-09-10 11:16:00下载
- 积分:1
-
Jakes-model
关于Jakes模型的两篇文章,对初学者有帮助(Two articles about Jakes Model)
- 2016-04-11 22:16:12下载
- 积分:1
-
MATLAB--rumenjiaocheng
学习matlib的一套很好的入门教程
适合初学者快速入门(Matlib learning portal of a good tutorial for beginners and Quick Start)
- 2009-04-16 19:43:20下载
- 积分:1
-
DF-and-AF
该程序是使用Matlab仿真协同通信的DF(解码转发)基本性能,基本模型S-R-D三个节点,接收端使用MRC(最大比合并)。固定DF由于SR信道的错误,其性能受到限制,在大SNR情况下不能获得有效分集。而当SR距离足够近的时候,可能获得一定的分集增益。(AF and DF simulation procedure code)
- 2012-05-21 22:28:26下载
- 积分:1
-
MFOA
FOA修改程序,由台湾老师潘文超提出的一种群体智能算法(FOA modify the program, a swarm intelligence algorithm proposed by Taiwan teacher Pan Chao)
- 2013-04-25 00:43:10下载
- 积分:1
-
book-simulink
《现代永磁同步电机控制原理及MATLAB仿真》,袁雷编著,北京航空航天大学出版社 , 2016.04
的书籍源码,可以再此基础上对其进行编程。( Modern permanent magnet synchronous motor control principle and MATLAB simulation , Yuan Lei edited, Beijing University of Aeronautics and Astronautics Press, 2016.04
Of the book source, you can then on the basis of its programming)
- 2017-04-16 19:22:09下载
- 积分:1
-
Modified_UCA_ESPRIT
单次快拍实现DOA的估计,“Modified UCA-ESPRIT and Modified UCA-ROOT-MUSIC for Estimating Doa of Coherent Signals Using One Snapshot.pdf”文章的配套代码(Modified UCA-ESPRIT and Modified UCA-ROOT-MUSIC for Estimating Doa of Coherent Signals Using One Snapshot.pdf”its code)
- 2021-03-10 15:09:26下载
- 积分:1