-
pso1
基本粒子群优化算法(pso),用matlab编写的PSO源程序,适用于函数优化等(pso)
- 2009-02-05 11:34:04下载
- 积分:1
-
daying1
说明: 基于matlab的电力系统潮流计算程序,希望对大家有用(Matlab-based Power Flow calculation program, we hope to be useful)
- 2011-03-08 13:42:34下载
- 积分:1
-
nengliang
基于局部能量最大的图像融合方法,适合图像融合(The largest local energy based image fusion method for image fusion)
- 2010-11-26 14:57:26下载
- 积分:1
-
erjiechanhanqiuchaotiao
说明: 对给定的二阶欠阻尼传递函数,编制一个函数程序,计算阶跃响应的特征参数
超调量б ,峰值时间Tp,上升时间Tr,过渡过程时间Ts(2 ) (For given second-order owe damping transfer function, prepare a function and calculation programs step response characteristic parameters of first
б overshoots, peak time, Tp Tr, rise time of transition time Ts (2)
)
- 2011-04-14 16:33:34下载
- 积分:1
-
Kalman-filter-for-speed-sensorless-DC-motor-drive
Kalman filter for speed-sensorless DC motor drive
- 2017-03-08 04:30:58下载
- 积分:1
-
Pspice
preisach 模型在MATLAB环境中的程序 便于计算和仿真(preisach model program in MATLAB environment to facilitate the calculation and simulation)
- 2014-11-28 14:11:11下载
- 积分:1
-
Digital-Signal-Processing-LiTAN
Digital Signal Processing-LiTAN
- 2013-12-05 13:29:41下载
- 积分:1
-
F-score
F-score matlab 源代码 对F-score进行计算 运行环境 Matlab(F-score matlab source code for the F-score is calculated runtime environment Matlab)
- 2013-07-03 18:13:46下载
- 积分: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
-
bin
字符型的matlab实现2进制转换,十分方便(Matlab implementation of the 2 character hexadecimal conversion, which is very convenient)
- 2009-04-05 17:03:12下载
- 积分:1