-
PSO
标准粒子群算法的实现思想基本按照粒子群算法(2) 标准的粒子群算法的讲述实现。主要分为3个函数。第一个函数为粒子群初始化函数
InitSwarm(SwarmSize......AdaptFunc)其主要作用是初始化粒子群的粒子,并设定粒子的速度、位置在一定的范围内。本函数所采用的数据结构如下所示:
表ParSwarm记录的是粒子的位置、速度与当前的适应度值,我们用W来表示位置,用V来代表速度,用F来代表当前的适应度值。在这里我们假设粒子个数为N,每个粒子的维数为D。(His thought of the implementation of the standard particle swarm algorithm according to the particle swarm algorithm (2)- the standard particle swarm algorithm about implementation. Mainly divided into three functions. The first function of particle swarm initialization function InitSwarm (SwarmSize... AdaptFunc), its main function is to initialize particle swarm particle, and set the particle s velocity, position in a certain range. The function of data structure is as follows: ParSwarm record table is the particle s position, speed and the current fitness value, we use W to represent the position, represented speed with a V, to represent the current fitness value with F. Here we assume that the number of particles N, each particle dimension for D.)
- 2015-01-09 18:40:08下载
- 积分:1
-
design_by_Qpsk
QPSK modulation and demodulation and BER
- 2010-06-02 11:01:49下载
- 积分:1
-
MAS
induction motor matlab simulink
- 2014-10-29 23:35:39下载
- 积分:1
-
DSP-program
一些典型的DSP程序,对初学者比较有帮助,主要结合Digital Signal Processing——A Computer-based(电子工业出版社)一书课后题目编写。
(Some typical DSP program, the more help for beginners, mainly with Digital Signal Processing——A Computer-based.
)
- 2011-11-20 17:55:26下载
- 积分:1
-
MMSE
基于V-BLAST 的MMSE 信道估计算法 MIMO(The MMSE channel estimation algorithm based on V- BLAST MIMO
)
- 2020-09-15 14:07:58下载
- 积分:1
-
watermark
this program about image processing
- 2010-12-02 15:04:20下载
- 积分:1
-
DetectMaxima
改程序用于在一组信号中检测出最大值,即峰值检测(maxima detection, /peak detection)
- 2009-05-28 20:19:15下载
- 积分:1
-
use_ads_code
一个用ATSAM7S64的例子,初学者可以(A used ATSAM7S64 example, beginners can)
- 2007-10-14 22:19:52下载
- 积分:1
-
14others
说明: 《MATLAB时频分析技术》例题matlab编程实现第十四章其他例子(err)
- 2008-09-23 15:35:10下载
- 积分:1
-
watermark
说明: 变换域的数字图像水印技术及图像质量评价研究(Study of digital image watermarking in frequency
domain and image quality evaluation
)
- 2010-04-06 18:00:08下载
- 积分:1