-
Huff
Huffman encoding and decoding using matlab. Very complete as a education level.
- 2013-10-19 11:56:03下载
- 积分:1
-
Ihomomorphic
同态滤波 MATLAB code for beginners that performs Homomorphic filtering, Using Butterworth High Pass Filter for performing filtering.(Copy the files in your work space
Type "ho_filter" to see the results)
- 2010-12-13 20:03:00下载
- 积分:1
-
kalman
卡尔曼滤波的完整C++源代码,非常全,内含matlab相关的程序,使用时请结合具体状态方程。(Kalman filtering the complete source code, very full.)
- 2013-07-31 15:19:22下载
- 积分:1
-
Simulated-annealing-algorithm
使用matlab编写的模拟退火算法,经过matlab验证过,程序可以直接拷贝使用(Prepared using matlab simulated annealing algorithm matlab verified through the program can be directly copied using)
- 2013-12-28 14:28:22下载
- 积分:1
-
unrarsrc-5.2.6.tar
rar文件解压源码,为rarlab公司发布(source code for unrar-5.2.6,uppack the .rar files,for multi-os )
- 2015-03-25 15:53:19下载
- 积分:1
-
MF_BER
DS-CDMA中匹配滤波器误码率分析,只是一直为零,感觉没有错阿。(DS-CDMA matched filter error rate analysis, but the zero, A feeling nothing wrong.)
- 2007-05-15 16:27:01下载
- 积分:1
-
untitled0
一个简单实用的二阶多智能体系统一致性的simulink仿真框图,可以进行修改,做实验等等(A simple and practical second-order multi-agent system consistency simulink simulation block diagram can be modified to do experiments, etc.)
- 2013-01-27 18:40:49下载
- 积分:1
-
the-robot-sentinel-control
采用独立PD控制,满足二关节机械手定点控制的要求。(Independent PD control, to meet the requirements of the robot sentinel control.)
- 2012-11-14 18:12:16下载
- 积分:1
-
ssbin2mlab123
This is a m function to import Smartspice binary RAW file into matlab
- 2010-11-18 07:06:27下载
- 积分: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