-
HHT Matlab runcode
在matlab中HHT的应用,非常非常非常非常棒(In MATLAB, the application of HHT is very, very, very, very good)
- 2017-08-06 19:17:42下载
- 积分:1
-
TEST1
GOOD PROGRAM FOR LDPC MATLAB SIMULINK
- 2012-06-25 22:08:41下载
- 积分:1
-
DSB
DSB双边带调制的systemview仿真系统(DSB double sideband modulation simulation system systemview)
- 2013-09-24 09:25:35下载
- 积分:1
-
MATLAB
the program content qum psk modulation and demodulation techniques in matlab.
- 2013-08-21 13:51:12下载
- 积分:1
-
matlab-example-codes-1
这个文件夹分三部分,有matlab的源程序代码100个,有助于matlab编程。(matlab example codes are very helpfun for some persons who begin to learn matlab.)
- 2013-01-31 16:27:43下载
- 积分:1
-
lpc
this is a matlab code for linear predictive coder
- 2012-09-25 09:50:23下载
- 积分:1
-
QR
说明: 矩阵QR分解实例,使用Givens和Householder两种方法(QR decomposition, using Givens and Househoulder method)
- 2012-11-22 17:47:43下载
- 积分:1
-
Desktop
matlab调用vissim com文件,简单的单个交叉口的信号配时案例(Matlab call vissim com file, a simple single intersection signal timing case)
- 2017-03-23 15:12:11下载
- 积分:1
-
imunity_pso
带免疫功能的粒子群算法,在matlab环境实现。(With immune function of particle swarm optimization, in the matlab environment realize.)
- 2021-04-11 10:38:58下载
- 积分: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