-
Random-medium11
随机介质的模型建立,用于地震波模拟的研究!(Random medium model, used in seismic wave simulation research!)
- 2021-01-20 09:28:42下载
- 积分:1
-
Simulation
Modelling and Control of a Three-Phase Four-Switch
PWM-VSR in d-q Synchronous Frame
- 2014-09-21 22:54:33下载
- 积分:1
-
MATLAB-about-GUI
关于MATLAB图形用户界面(GUI)初学者指导教程系列,有较详细的说明和指导(On the MATLAB graphical user interface (GUI) Beginners Guide series, has a more detailed explanation and guidance)
- 2013-08-27 10:08:30下载
- 积分:1
-
stamp-code
stamp 算法,用于解超大规模电路方程(stamp algrithm, used for solving large ciucuit equation.)
- 2013-04-05 13:54:50下载
- 积分:1
-
Untitled400
本程序的功能是用牛顿-拉夫逊法进行潮流计算(This program function is to use Newton- rafer Johnson flow calculation method.)
- 2010-11-22 12:41:28下载
- 积分:1
-
dvb-s
programme matlab dvb-s tool
- 2013-05-01 07:00:38下载
- 积分:1
-
CrestFactorreduction
this code gives minimum peak to average power ratio. the technique used here is adding peak reduction carriers
- 2010-05-20 15:03:19下载
- 积分:1
-
Gerhana
To calculate gravitation field between moon and earth using charge simulation methods
- 2013-12-24 09:27:17下载
- 积分:1
-
matlab_xingbiaozhibei
观测星表的制备,通过对第谷星表的筛选,选出合适的星体,是星敏感器的重要组成部分,适合刚刚接触的人很快进入状态(Preparation observation catalog, through the screening of Tycho catalog, choose the right stars, is an important part of the star sensor, for just contact people quickly enter the state)
- 2021-02-01 20:20: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