-
matlab
遗传算法经典例子matlab来实现-Matlab genetic algorithm to achieve a classic example of(Matlab genetic algorithm to achieve a classic example of)
- 2009-05-22 12:17:04下载
- 积分:1
-
dsp
Digital Signal Processing Laboratory Using MATLAB是Sanjit K. Mitra所著,裡頭含有此書的Matlab source code(Digital Signal Processing Laboratory Using MATLAB and Matlab source code)
- 2009-03-26 21:49:09下载
- 积分:1
-
hopfield_for_tsp
Hopfield网络解决旅行商问题(TSP),迭代过程中采用保优方法,并计算最优解和次优解的个数。(Hopfield network Traveling Salesman Problem (TSP), iterative process used method for ensuring quality, and calculating the optimal solution and sub-optimal number of solutions.)
- 2006-05-23 11:26:13下载
- 积分:1
-
hard_Quasi_ML_detector
mimo系统中硬检测,运用matlab软件进行仿真,(mimo system hardware detection, the use of matlab simulation software,)
- 2014-09-20 22:14:49下载
- 积分:1
-
tips
this is a important doc
- 2010-01-19 21:11:09下载
- 积分:1
-
matlab_dll
调用epanet的DLL进行水力计算的简单例子( Call epanet s dll using matlab)
- 2012-05-22 11:14:45下载
- 积分:1
-
boykov-iccv-01
有关于图像分割的一篇重要文献,写得比较清晰,理解容易(graph cut)
- 2011-12-13 22:36:22下载
- 积分: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
-
ctrol
搜集了一些关于matlab中系统能控性和能观设计的详细介绍的一些资料,应该有人需要(Matlab collected some information on the system controllability and observability of the design details of some of the information, should someone need to)
- 2009-11-28 23:02:01下载
- 积分:1
-
matlabeg
说明: 精通MATLAB综合辅导与指南例程,都是可实现的源码,帮助学习(Proficient in MATLAB Guide Comprehensive Counseling and routines, are the source can be realized to help learning)
- 2008-10-23 13:03:10下载
- 积分:1