-
matlab_MRF
Markov随机场的例子程序,对于初学MRF的人很有用,能得到直观的印象(Markov random sample program, for the beginner who MRF useful to get an intuitive impression)
- 2011-05-23 12:29:55下载
- 积分:1
-
FDTD-1d-tfsf-reflectance-and-transmittance
isotopic linear non-dispersive material,absorbed boundary conditions,
time step size dt is calculated.
TF/SF region with one direction incident wave.
Fourior Transformation and Reflectance and Transmittance
- 2014-10-01 18:19:53下载
- 积分:1
-
myASM
主动表观模型matlab程序,人脸几何特征标定(Active apperance model Matlab programming)
- 2013-10-23 21:22:19下载
- 积分:1
-
pso-toolbox
Particle Swarm Optimization Toolbox (PSO)
- 2014-01-30 00:56:14下载
- 积分:1
-
MATLAB-zuiyouhua(2rd)
《精通MATLAB最优化计算(第2版)》(龚纯,王正林)附光盘源码(MATLAB for Optimization calculation(2rd))
- 2020-12-31 16:28:58下载
- 积分:1
-
ASK_BPSK_FSK3_matlab
ASK、BPSK、FSK3种调制方式的matlab实现(ASK, BPSK, FSK3 kinds of modulation matlab implementation)
- 2010-11-06 17:58:56下载
- 积分:1
-
pnmabuhuol
GPS的pn码捕获matlab仿真程序,通过序列相关实现捕获功能(GPS-pn code acquisition matlab simulation program, through the serial correlation realize capture)
- 2008-05-07 11:09:06下载
- 积分:1
-
yinyue6
音乐合成,matlab。。。。。。。。。(Music synthesis, matlab. . . . . . . . .)
- 2011-07-17 22:55:55下载
- 积分: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
-
Recursive_integer_division
递归法求解整数划分。
整数划分,是指把一个正整数n写成如下形式:
n=m1+m2+…+mi (其中mi为正整数,并且1 <= mi <= n),则{m1,m2,...,mi}为n的一个划分。
如果{m1,m2,...,mi}中的最大值不超过m,即max(m1,m2,...,mi)<=m,则称它属于n的一个m划分。这里我们记n的m划分的个数为f(n,m) (Recursive method integer division. Integer division, refers to a positive integer n written as follows: n = m1+m2+ ...+mi (where mi is a positive integer, and 1 < = mi < = n), then {m1, m2, ..., mi} is a division of n. If {m1, m2, ..., mi} does not exceed the maximum value of m, i.e., max (m1, m2, ..., mi) < = m, m n is said that it belongs to a division. Where m is the number of division n our mind is f (n, m) )
- 2014-02-06 14:21:38下载
- 积分:1