-
Cguide
帮助新手规范C程序书写格式 帮助老手纠正错误的书写习惯 使程序效率更高(C program written to help novice standard format to help veterans to correct the wrong writing habits to make programs more efficient)
- 2009-12-08 16:42:44下载
- 积分:1
-
Simulink1
说明: 介绍SIMULINK的电子文档,很实用,内容很详细,对于利用SIMULINK搭建模型仿真的同学很实用(Introduction SIMULINK electronic documents, it is practical, the content is very detailed model for simulation using SIMULINK to build the students very practical)
- 2011-03-14 09:31:52下载
- 积分:1
-
INDOORLOC
In this i attached matlab code for indoor localization using WIFI and FM signal features classified by KNN classifier to predict the fingure print of the building structure.
- 2013-10-06 14:04:16下载
- 积分:1
-
Changing_Color_Planes
Changing Color Planes
- 2010-06-22 17:42:03下载
- 积分:1
-
LCD
用PIC24F128GA006 制作驱动HT1261显示功能 C语言(Production driver HT1261 with PIC24F128GA006 display C-)
- 2010-07-21 23:53:01下载
- 积分:1
-
EMD
一种适合入门者的EMD程序,能画出频谱图和IMF的时频图(an easy EMD program )
- 2012-03-22 21:05:10下载
- 积分:1
-
compressionwiththreshold
image compression with threshoulding
- 2010-12-07 18:41:32下载
- 积分:1
-
LMS-and-kalman
包括了基本的卡尔曼滤波和自适应滤波,实现语音去噪(Including the basic Calman filter and adaptive filter, speech denoising)
- 2012-04-11 19:57:01下载
- 积分:1
-
FourierAdventures
A small Fourier transform tutorial
- 2014-11-18 03:17:37下载
- 积分:1
-
13
说明: 粒子群算法(PSO)是一种基于群体的随机优化技术。与其它基于群体的进化算法相比,它们均初始化为一组随机解,通过迭代搜寻最优解。不同的是:进化计算遵循适者生存原则,而PSO模拟社会。将每个可能产生的解表述为群中的一个微粒,每个微粒都具有自己的位置向量和速度向量,以及一个由目标函数决定的适应度。所有微粒在搜索空间中以一定速度飞行,通过追随当前搜索到的最优值来寻找全局最优值。
PSO模拟社会采用了以下三条简单规则对粒子个体进行操作:①飞离最近的个体,以避免碰撞。②飞向目标。③飞向群体的中心。这是粒子群算法的基本概念之一。
粒子群算法其基本思想是受许多鸟类的群体行为进行建模与仿真研究结果的启发(Particle swarm optimization (PSO) is a population based stochastic optimization techniques. Based on evolutionary algorithms compared with other groups, they are initialized to a random solution, iterative search through optimal solution. The difference is: the principle of survival of the fittest evolutionary computation to follow, while PSO simulation community. The potential of each solution expressed as a group of particles, each particle has its own position vector and the velocity vector, and a fitness determined by the objective function. All particles in the search space at a constant speed flight, by following the current search to find the optimal values of the global optimum. PSO simulation community has adopted the following three simple rules for the operation of individual particles: ① recently departed individuals, in order to avoid collisions. ② to the target. ③ fly to center groups. This is one of the basic concepts of particle swarm algorithm. PSO algori)
- 2015-04-21 16:39:12下载
- 积分:1