-
BG-PSO
Bacterial Foraging Orientec by Particle swarm optimization_国外人写的细菌粒子群算法,matlab实现求函数优化(Bacterial Foraging Orientec by Particle swarm optimization)
- 2010-06-03 16:34:55下载
- 积分:1
-
INface
this documents will be useful to study about face recognition
- 2011-02-01 20:44:30下载
- 积分:1
-
hc
说明: image compression algorithm
- 2012-04-24 15:47:19下载
- 积分:1
-
NEWTON-RAPHSON
power flow solutions using Newton Raphson technique on IEEE 14, 30 and 57 bus system. useful for those who want to learn optimization technique in power system. if you find any difficulty mail me or any suggestion is welcome to improve this code.
- 2015-03-24 20:00:02下载
- 积分:1
-
Chien搜索BCH译码算法
说明: %inverstable
inverse_tb = gf(zeros(1, t+1), m);
for i=1:t+1,
inverse_tb(i) = alpha^(-i+1);
end;
%chien's search
lambda_v = zero;
accu_tb=gf(ones(1, t+1), m);
for i=1:n,
lambda_v=lambda*accu_tb';
accu_tb = accu_tb.*inverse_tb;
if(lambda_v==zero)
error(1,n-i+1)=1;
else
error(1,n-i+1)=0;
end
end
found = find(error(1,:)~=0)
- 2021-04-23 11:08:47下载
- 积分:1
-
ISARcode
ISAR成像 包络对齐采用相关法对齐,相位聚焦采用多普勒中心跟踪法 和秩估计法(ISAR imaging envelope alignment using correlation method align phase focusing using the Doppler centroid tracking method and rank estimation method)
- 2021-04-08 20:09:00下载
- 积分:1
-
GA_Matlab-Code
A group of functions in Matlab for Genetic Algorith
- 2015-04-17 16:50:35下载
- 积分:1
-
source
这是一个关于MATLAB的源代码,包括ekf,ekf。(This is a study on the source code of MATLAB, including ekf, ekf.)
- 2009-05-17 20:10:26下载
- 积分:1
-
[with-matlab]
人工蜂群算法matlab源程序,实现利用蜂群算法最优化问题(artificial bee colony algorithm)
- 2020-08-23 17:48:16下载
- 积分:1
-
HeartRateMonitor
ios平台基于蓝牙4.0 HeartRate(latform is based on the Bluetooth 4.0 HeartRate)
- 2014-02-17 15:12:38下载
- 积分:1