-
BessDerivZerosBisect2
solution of bessel function
- 2010-07-07 13:30:58下载
- 积分:1
-
MATLAB7.0HunHeBianCheng
说明: MATLAB7.0混合编程,pdg格式电子书,从学校超星图书馆荡下来的,很不错,需要安装超星4.0阅览器!(MATLAB7.0 mixed programming, pdg format e-books, from school libraries Chaoxing swing down, it is good, need to install Chaoxing 4.0 browser!)
- 2008-10-06 18:21:26下载
- 积分:1
-
SVMExample
一个matlab-SVM-kmexample程序,里面还包括几个SVM工具箱(very good)
- 2011-04-20 20:14:10下载
- 积分:1
-
Genetic-algorithm-(ga)
遗传算法Matlab源代码,优化目标函数比较广泛,是常用的算法之一,同时也是学习其他算法的基础。(Genetic algorithm (ga)
)
- 2013-08-13 11:01:39下载
- 积分:1
-
incremental_pid
增量式PID控制算法:相比位置式PID控制有更好的控制精度,不累加误差,误动作影响小,不易引起积分饱和(Incremental PID control algorithm: compared to the position PID control has better control accuracy, and does not accumulate error, malfunction affect small, are unlikely to cause the windup)
- 2012-08-11 11:18:06下载
- 积分:1
-
gpops21
GPOPS是一个可以进行大规模非线性优化的MATLAB工具箱.(GPOPS, short for General Pseudospectral OPtimal Control Software is a Matlab optimal control software designed to implement the Gauss and Radau hp-adaptive pseudospectral methods. These methods approximate the state using a basis of Lagrange polynomials and collocate the dynamics at either the Legendre-Gauss or Legendre-Gauss-Radau points. )
- 2013-11-19 12:46:52下载
- 积分:1
-
cljs
搭建IEEE30节点的simulink仿真模型(IEEE30 Flow calculation simulink)
- 2020-12-22 15:39:07下载
- 积分: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
-
c
说明: I don t know what it is
- 2010-01-31 15:40:59下载
- 积分:1
-
SIMULINK-sfunctions
MATLAB SIMULINK function 的应用!
- 2011-05-05 20:05:01下载
- 积分:1