-
STDPSO
粒子群算法,也称粒子群优化算法(Particle Swarm Optimization),缩写为 PSO, 是近年来发展起来的一种新的进化算法(Evolutionary Algorithm - EA)。(For each particle
____Initialize particle
END
Do
____For each particle
________Calculate fitness value
________If the fitness value is better than the best fitness value (pBest) in history
____________set current value as the new pBest
____End
____Choose the particle with the best fitness value of all the particles as the gBest
____For each particle
________Calculate particle velocity according equation (a)
________Update particle position according equation (b)
____End)
- 2015-03-13 09:28:14下载
- 积分:1
-
MATLAB
contains OFDM technique and AWGN channel acts as noise
- 2014-01-26 13:29:48下载
- 积分:1
-
Gne
应用遗传算法对多目标问题的优化,matlab实现(Gne. algorithm)
- 2009-10-31 10:55:04下载
- 积分:1
-
covcod-viterbidec_matlab
卷积编码和viterbi译码程序,绝对可用,完全中文注释(none)
- 2009-11-04 14:14:02下载
- 积分:1
-
MASK
a matlab code for m array ask modulation
- 2009-12-11 05:28:06下载
- 积分:1
-
chapter-two
说明: 精通matlab C++混合编程,很好的教程,希望对大家有用(Proficient in matlab c++ mixed programming)
- 2011-03-12 02:50:28下载
- 积分:1
-
radar1
对MTD雷达中进行杂波滤除的滤波器组,就是多普勒滤波器组的仿真(Of MTD radar clutter filter in the filter group, that is, the simulation of Doppler filter bank)
- 2008-03-05 18:23:59下载
- 积分:1
-
randinterval
说明: matlab实验中,用来确认嵌入信息位置的程序,包含了randinterval.m。(matlab experiment, the information used to identify the location of embedded programs, including the randinterval.m.)
- 2011-02-24 16:00:33下载
- 积分:1
-
state-estimation-module
状态估计算法 MATLAB 内附readme 详细说明了使用方法和步骤 有专门的txt文件 可以输入自己的bus阵 line阵等 即可进行状态估计(State estimation algorithm MATLAB included readme Describe the use of methods and steps specialized txt file can input their own the bus array line array can be estimated state)
- 2013-03-23 11:25:38下载
- 积分:1
-
New-WinRAR-ZIP-archive
mat lab code for elim
elim E*A = R factorization.
E = elim(A) returns the elimination matrix E
that gives the reduced row echelon form E*A = R.
If A is square and invertible, then E = inv(A).
[E, R] = elim(A) returns the elimination matrix E
and the reduced row echelon form R.
- 2011-11-02 20:31:49下载
- 积分:1