-
Handout1
Simulation Guide of MATLAB
- 2011-02-07 19:14:04下载
- 积分:1
-
mingan
matlab实现敏感问题的调查设计,包含敏感问题的基本算法设计流程编码例程(matlab sensitive issues in survey design, containing the sensitive issue of the basic algorithm design process encoding routines)
- 2012-04-16 17:10:03下载
- 积分:1
-
myga
对单目标函数的遗传算法优化,文档分别提供了主函数和变异、交叉、编码函数,方便调节(Single objective function of genetic algorithm optimization, the document provides the main function separately and mutation, crossover, coding function, easy to adjust)
- 2013-12-27 13:11:41下载
- 积分:1
-
acprac
mat lab program for ac circuits
- 2010-10-09 23:17:48下载
- 积分:1
-
basic_ofdm_from_erkkrz
basic ofdm code for matlab m file with it would be helpful for beginners
- 2009-11-17 03:07:56下载
- 积分:1
-
MATLAB-language-SIMULINK
matlab语言及动态环境编程经典之作,适合有一定开发经验的人员阅读。(matlab programming language and the classic dynamic environment, have some development experience for staff to read.)
- 2011-09-21 23:10:49下载
- 积分:1
-
miufiu
课程设计时编写的matlab程序代码,供做算法研究人员参考,小波包分析提取振动信号中的特征频率。( Course designed to prepare the matlab program code, Algorithm for researchers to do reference, Wavelet packet analysis to extract vibration signal characteristic frequency.)
- 2016-05-14 17:18:16下载
- 积分:1
-
pendulum
用matlab编写的钟摆动画,可是实现钟摆的摆动和时针分针秒针的跳动(matlab)
- 2010-07-06 20:10:26下载
- 积分:1
-
spider
说明: matlab与weka的转换代码,很有用(matlab and weka conversion code, very useful)
- 2011-03-14 16:26:15下载
- 积分:1
-
GM_EM
不错的GM_EM代码。用于聚类分析等方面。( GM_EM- fit a Gaussian mixture model to N points located in n-dimensional
space.
Note: This function requires the Statistical Toolbox and, if you wish to
plot (for k = 2), the function error_ellipse
Elementary usage:
GM_EM(X,k)- fit a GMM to X, where X is N x n and k is the number of
clusters. Algorithm follows steps outlined in Bishop
(2009) Pattern Recognition and Machine Learning , Chapter 9.
Additional inputs:
bn_noise- allow for uniform background noise term ( T or F ,
default T ). If T , relevant classification uses the
(k+1)th cluster
reps- number of repetitions with different initial conditions
(default = 10). Note: only the best fit (in a likelihood sense) is
returned.
max_iters- maximum iteration number for EM algorithm (default = 100)
tol- tolerance value (default = 0.01)
Outputs
idx- classification/labelling of data in X
mu- GM centres)
- 2013-03-28 12:26:37下载
- 积分:1