-
littleworld
NW小世界网络的构成原则为:从一个环状的规则网络开始,网络含有N个结点,每个结点向与它最近邻的K个结点连出K条边,并满足N>>K>>In(N)>>1。随后进行随机化加边,以概率p在随机选取的一对节点之间加上一条边。其中,任意两个不同的节点之间至多只能有一条边,并且每一个节点都不能有边与自身相连。改变p值可以实现从最近邻耦合网络(p=0)向全局耦合网络(p=1)转变。在p足够小和N足够大时,NW小世界模型本质上等同于WS小世界模型。
(NW constitutive principles of small-world networks: from the rules of a ring network, network with N nodes, each node is connected to the K node with its nearest neighbor K edges, and meet N > > K > > In (N) > > 1. Followed by randomization into the plus side, with probability p with an edge between a pair of nodes in a randomly selected. Wherein between any two different nodes at most only one edge, and each node can not have a side connected with itself. P value can be changed to achieve the transition from the nearest neighbor coupling network (p = 0) coupled to the global network (p = 1). When p is small enough and large enough N, NW small-world model is essentially the same as the WS small-world model.)
- 2013-04-26 21:17:37下载
- 积分:1
-
AntColony
it consists of matlab code for vehicle routing problem with time windows using Antcolony algorithm
- 2015-02-16 14:04:53下载
- 积分:1
-
equalizer_eval
Equalizer model for a comm channel
- 2009-05-28 23:23:41下载
- 积分:1
-
Qpskv3prof
Another example of a gmsk modulation in simulink(matlab)
- 2009-06-01 00:14:43下载
- 积分:1
-
CIELAB
Calculates coordinates (L*,a*,b*) in CIELAB color space
- 2010-01-09 19:46:47下载
- 积分:1
-
matlab
说明: 自适应滤波器的程序
用于数字信号处理,供使用(Adaptive filter for digital signal processing procedures for the use of)
- 2008-11-24 19:21:52下载
- 积分: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
-
communication
it is the code for 4-ask simulation that is useful for telecommunication
- 2011-06-06 22:29:04下载
- 积分:1
-
WaiJieJuXing
利用外接矩形描述人体目标,在Matlab里实现跌倒检测。(Using external rectangle describes human target, realize the fall detection in Matlab.
)
- 2016-04-28 11:27:48下载
- 积分:1
-
pend
一阶倒立摆建模,仿真效果的程序,同时还进行了极点配置!(Inverted pendulum modeling, simulation results of the procedure, but also for the pole assignment!)
- 2010-07-12 12:34:20下载
- 积分:1