-
61046606ABCNNTrain
Training Artificial Neural Network. XOR Problem. Summation Units, Log-Sigmoid Neurons with Biases. Input Layer: 2, Hidden Layer: 2, Output Layer: 1 neurons. Returns mean square error between desired and actual outputs. Reference Papers: D. Karaboga, B. Basturk Akay, C. Ozturk, Artificial Bee Colony (ABC) Optimization Algorithm for Training Feed-Forward Neural Networks, LNCS: Modeling Decisions for Artificial Intelligence, 4617/2007, 318-329, 2007. D. Karaboga, C. Ozturk, Neural Networks Training by Artificial Bee Colony Algorithm on Pattern Classification, Neural Network World, 19(3), 279-292, 2009. */
- 2013-12-10 16:40:45下载
- 积分:1
-
ieee118
Data of IEEE118 bus standard network .this data created by PSAT
- 2016-11-10 22:15:08下载
- 积分:1
-
shujuchuli
说明: 是关于MATLAB的数值处理程序,可以用来对测量的数据进行误差处理.(On the MATLAB numerical processing procedures can be used to measure the data processing errors.)
- 2009-09-01 11:17:16下载
- 积分:1
-
MatlabGUI
在matlab开发平台上,关于gui界面设计的参考资料,包含很多应用案例。(On matlab development platform, about gui interface design reference, contains many application cases.)
- 2013-12-24 09:49:32下载
- 积分:1
-
Routh
劳斯稳定性判据的matlab实现。直接运行M文件,按提示输入特征多项式参数,即可进行系统稳定性判别。(The Routh-Hurwitz stability criterion is a necessary (and frequently
sufficient) method to establish the stability of a single-input,
single-output (SISO), linear time invariant (LTI) control system.
More generally, given a polynomial, some calculations using only the
coefficients of that polynomial can lead us to the conclusion that it
is not stable.
in this program you must give your system coefficents and the
Routh-Hurwitz table would be shown
)
- 2012-12-03 12:13:02下载
- 积分:1
-
cljs
搭建IEEE30节点的simulink仿真模型(IEEE30 Flow calculation simulink)
- 2020-12-22 15:39:07下载
- 积分:1
-
OFDM
说明: 这是一个基于ofdm的系统的调制解调的matlab程序(This is a ofdm modem program)
- 2020-06-18 21:00:01下载
- 积分:1
-
musicdoa
基于MATLAB的MUSIC算法的示例,过程简单易懂,适于新手学习(MATLAB-based examples of the MUSIC algorithm, the process simple, suitable for novice learning)
- 2008-05-28 07:39:40下载
- 积分: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
-
hht
希尔伯特黄变换非常有用的初学资料,有很多实例可以参考(Hilbert Huang Transform is very useful beginner information, there are many instances can refer to)
- 2012-08-15 09:40:54下载
- 积分:1