-
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
-
loopSubdivision
说明: 使用环机制实现网格三角分割的简单m文件。(A simple m file for the triangle mesh subdivision using the Loop s scheme. The zip file includes four examples of subdivision. )
- 2009-08-08 15:09:52下载
- 积分:1
-
channelsimulation
此程序为在matlab仿真软件中进行仿真的程序,对无线信道进行了仿真,考虑了雨衰、荫影等影响。(my english is very very poor.)
- 2011-12-14 21:21:41下载
- 积分:1
-
pic
对图片做二维dct变换,每一小块为8*8(Do the 2-D DCT transform , every piece of 8*8)
- 2015-03-17 20:33:26下载
- 积分:1
-
PEGASIS-Protocol-in-OmnetPP-by-wsnlab.ir
Improved LEACH in matlab
- 2014-01-08 14:06:57下载
- 积分:1
-
ksvdbox13
KSVD的工具包,版本为13;用于求解图像集字典的字典,以及去噪等(KSVDBox v13 October 18, 2009 Make sure OMPBox v10 is installed prior to installing this package.
)
- 2010-06-03 19:31:41下载
- 积分:1
-
Tau_matlab
tauP变换的matlab程序,也就是线性拉东变换的matlab程序(tauP transform matlab program, which is linear Radon transform matlab program)
- 2021-03-30 20:09:09下载
- 积分:1
-
HVDC-Project
A Two-Level 24-Pulse Voltage Source Converter with Fundamental Frequency Switching for HVDC System
- 2014-12-24 03:09:41下载
- 积分:1
-
Ggarch_liikea
Garch模型的最大似然估计计方法,基于MATLAB程序。
(The Garch model the maximum likelihood estimator design methodology, based on the MATLAB program.)
- 2021-02-12 15:39:51下载
- 积分:1
-
ofdm_PAPR_clipping11_2_hpa_2_simulation
OFDM PAPR clipping method Simulink
- 2020-08-13 14:58:29下载
- 积分:1