-
GUI_MSVM
一个完整的具有图形操作界面的支持向量机模式识别的实验系统.全部用Matlab实现,可以实现多种分类识别. 这是本人的毕业设计的附属程序(complete with a graphical interface SVM pattern recognition to the experimental system. All using Matlab ab realized, could achieve multiple classification. This is my graduation design procedures for the subsidiary)
- 2006-10-18 09:38:44下载
- 积分:1
-
cpbdesign
倍频程计算,在振动或噪声技术应用中经常用到的算法程序,是matlab源码(octave, the vibration or noise technology applications often use the algorithm process, the source Matlab)
- 2006-10-24 21:54:36下载
- 积分:1
-
jianmo
2013年数学建模B题 功率放大器非线性特性及预失真建模的程序 可以直接测试运行 包含泰勒模型 多项式模型 神经网络模型等(2013 B title mathematical modeling and nonlinear characteristics of the power amplifier pre-distortion modeling program can be run directly test the model includes Taylor polynomial model neural network models)
- 2021-04-18 21:48:51下载
- 积分:1
-
pca
运用奇异值分解定理的PCA方法在ORL人脸库上进行人脸识别,分类器为最近邻分类器,(The use of singular value decomposition theorem of PCA method in ORL face database for face recognition, nearest neighbor classifier for the classifier,)
- 2010-12-01 14:12:20下载
- 积分:1
-
PFAImaging
这是一个针对聚束式合成孔径雷达的极坐标成像算法,程序里包含了雷达系统参数设置,场景参数设置以及成像算法。(This is a polar coordinate imaging algorithms for spotlight synthetic aperture radar, the program contains a radar system parameter settings, parameter settings and scene imaging algorithm.)
- 2016-06-01 17:35:49下载
- 积分:1
-
Gauss-Serdel
此程序为解线性方程组的Gauss-Serdel迭代法的源程序(This procedure for solving linear equations Gauss-Serdel source iteration)
- 2008-06-19 07:38:35下载
- 积分:1
-
guide
葛哲学编著《小波分析理论与MATLABR2007实现》的所有源代码·包含大量的实例和典型应用(some refer for lisp)
- 2009-07-17 20:49:38下载
- 积分:1
-
Posicast-control-within-feedback-structure-for-a-
posicast control within .
- 2014-02-19 02:32:40下载
- 积分:1
-
chaojihe
计数型抽样检验分析程序 按超几何分布计算(Counting of sampling inspection procedures by calculating the hypergeometric distribution)
- 2010-05-23 02:32:46下载
- 积分:1
-
gafmax
% [BestPop,Trace]=fmaxga(FUN,LB,UB,eranum,popsize,pcross,pmutation)
% Finds a maximum of a function of several variables.
% fmaxga solves problems of the form:
% max F(X) subject to: LB <= X <= UB
% BestPop--------最优的群体即为最优的染色体群
% Trace----------最佳染色体所对应的目标函数值
% FUN------------目标函数
% LB-------------自变量下限
% UB-------------自变量上限
% eranum---------种群的代数,取100--1000(默认1000)
% popsize--------每一代种群的规模;此可取50--100(默认50)
% pcross---------交叉的概率,此概率一般取0.5--0.85之间较好(默认0.8)
% pmutation------变异的概率,该概率一般取0.05-0.2左右较好(默认0.1)
% options--------1×2矩阵,options(1)=0二进制编码(默认0),option(1)~=0十进制编码,option(2)设定求解精度(默认1e-4)( [BestPop, Trace] = fmaxga (FUN, LB, UB, eranum, popsize, pcross, pmutation) Finds a maximum of a function of several variables. Fmaxga solves problems of the form: max F (X) subject to : LB <= X <= UB BestPop-------- optimal chromosome groups is the best group Trace---------- chromosome corresponding to the best objective function value FUN------------ objective function LB------------- variable lower limit since the UB------------- variable upper limit eranum--------- populations algebra, take 100- 1000 (default 1000) popsize-------- population size of each generation this desirable 50- 100 (default 50) pcross--------- crossover probability, the probability of a general check 0.5- 0.85 between the better (default 0.8) pmutation------ mutation probability, the probability of 0.05 general admission better about-0.2 (default 0.1) options-------- 1 × 2 matrix, options (1) = 0 binary code (default 0), option (1) ~ = 0 decimal coding, option (2 ) set accuracy (default 1e-4))
- 2006-10-18 16:07:48下载
- 积分:1