-
Southamptonsvmtoolbox
svm已经广泛用于解决分类和回归问题。
此工具箱是由South ampton大学的S. R. Gunn编写的Matlab SVM Toolbox。该工具箱运行在MATLAB环境下,由许多用m语言编写的脚本文件和函数组成,为SVM 技术的工程化、实用化提供了一个良好的平台。(South ampton university svm toolbox)
- 2009-05-04 17:29:20下载
- 积分: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
-
PID
PID控制算法的MATLAB仿真其中参数,Kp,Ki,Kd分别为PID控制器的比例、微分和积分参数。(PID control algorithm of the MATLAB simulation in which the parameters, Kp, Ki, Kd are the proportion of PID controller, differential and integral parameters.)
- 2020-07-06 21:38:58下载
- 积分:1
-
control
说明: 压缩包里面包含三个程序,分别是Nyquist图和bode图仿真,已知传递函数,求脉冲和阶跃响应,另一个自己研究一下就可以知道的(Compressed packet which contains three procedures, namely Nyquist diagram and bode diagram simulation, known transfer function, and impulse and step response, and the other to look at their own will be able to know)
- 2009-08-12 11:56:20下载
- 积分:1
-
semm.09
Distribution system provides a final link between the high voltage transmission system and the
consumers.To improve the overall efficiency of power system, the performance of distribution system must be
improved. An important method of controlling bus voltage is by shunt capacitor banks at the buses at both transmission and distribution levels along lines or substation and loads
- 2013-12-15 13:38:22下载
- 积分:1
-
SSMULT-2.0.1.tar
实现两个稀疏矩阵相乘(效率高于早期的Matlab自带的程序),Matlab编程
(SSMULT is a simple stand-alone MATLAB mexFunction that computes C=A*B where both A and B are sparse. It is typically faster and always uses less memory than C=A*B in MATLAB 7.4 (or earlier). Works on MATLAB 6.1 to the current version. Untested on earlier versions of MATLAB. It is a built-in function in MATLAB 7.6 and later for C=A*B when both A and B are sparse.
)
- 2009-09-11 11:56:47下载
- 积分:1
-
chap_9
matlab入门到精通第九章的全部源代码程序(Introduction to Mastery Chapter matlab full source code program)
- 2010-08-20 16:12:38下载
- 积分:1
-
FEC
explain the coding and decoding of FEC
- 2010-09-16 01:10:14下载
- 积分:1
-
shiliangzhenzhixiangxing
矢量阵指向性程序(Vector array directivity procedures)
- 2008-03-17 22:34:52下载
- 积分:1
-
Essentials_of_MATLAB7_0
Matlab7.0基础教程,本书内容全面,并有大量习题。(Matlab7.0 based tutorials, this book is comprehensive, and a large number of exercises.)
- 2010-12-20 10:56:31下载
- 积分:1