-
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
-
Chapt3Example
matlab基础与应用教程例题第三章代码(code for matlab)
- 2012-10-18 21:26:55下载
- 积分:1
-
moments
this code extract some moment feature like zernike, zernike radial polynomials, central moments,....d
- 2013-04-22 15:04:15下载
- 积分:1
-
Chan_WLS
参考文献《外辐射源定位跟踪技术的研究》(两步加权最小二乘法)以及
《a simple and efficient estimator for hyperbolic location》对Chan算法进行仿真;认定基站数目为5个;
(The Chan algorithm in the TDOA location based on the CDMA cell network)
- 2014-12-22 21:07:42下载
- 积分:1
-
NewFolder1
a simple method of pca. how to find mean and to normalize data
- 2010-11-12 11:14:48下载
- 积分:1
-
qiche
汽车五自由度4WS模型的建立与仿真分析比较,pdf文件(Car of five 4 WS model and simulation analysis comparison, PDF file
)
- 2012-05-15 15:37:44下载
- 积分:1
-
jiaquanokzishiying
加权波束形成形成,简单实用(Weighted beamforming formation, simple and practical)
- 2008-03-17 19:01:54下载
- 积分:1
-
dianhuaben
能够输入至多50个电话号码,输入用户姓名,可以查找到相应的电话号码(Be able to enter up to 50 phone numbers, enter the user name, you can find the appropriate telephone number)
- 2010-01-14 08:10:17下载
- 积分:1
-
AF_Simulation
说明: 此程序的功能:在协作通信中,主要有AF,DF和CC三种传输方式,此程序完成对AF传输过程的MATLAB仿真。(This program implements AF simulation using Matlab.)
- 2011-02-24 11:11:18下载
- 积分:1
-
distributionpowerflow
利用前推回带法计算配电网潮流数据,以一个40节点网络为算例(Push back with the use of the former method to calculate the distribution power flow data, a 40-node network as an example)
- 2012-03-22 17:14:05下载
- 积分:1