-
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
-
pwmgenerator
基于MATLAB技术的PWM发生器仿真模型。(PWM generator simulation model based on MATLAB technology.)
- 2020-07-03 03:40:02下载
- 积分:1
-
Matlab蚁群算法解决TSP问题代码超详细注释
说明: 启发因子,信息素的重要程度
期望因子,城市间距离的重要程度
信息素增强系数
蚂蚁数量
表示每条边的能见度
参数可修改(heuristic factor, the importance of pheromone
Expectation factor, the importance of distance between cities
Pheromone enhancement coefficient
Ant number
Indicates the visibility of each side
Parameters can be modified)
- 2021-01-20 18:18:10下载
- 积分:1
-
huffman
对给定的txt文件进行Huffman编码和解码,并加以分析,采用无记忆信源编码方式(For a given txt files Huffman encoding and decoding, and analyzed, using non-memory source coding method)
- 2009-12-29 17:49:57下载
- 积分:1
-
2-d-continuous-random-medium
二维连续随机介质 matlab源程序 介质模拟(2 d continuous random medium)
- 2021-01-20 09:08:41下载
- 积分:1
-
Chapter3
THIS FOLDER CONTAINS THE MATLAB PROGRAMS FOR CHAPTER 3 OF RADAR SYSTEMS BY MAHAFZA
- 2010-11-22 01:24:56下载
- 积分:1
-
untitled8
nonlinear control jalase8
- 2014-10-05 05:40:43下载
- 积分:1
-
test_ekf
扩展卡尔曼滤波(EKF)仿真演示,以一个空中水平抛射出物体为例子,采用EKF对其进行目标跟踪。(Extended Kalman filter (EKF) simulation demo, to a level of air projectile objects as an example, EKF target tracking.)
- 2013-04-22 16:04:48下载
- 积分:1
-
funtion
从最常用的“.BMP”图像格式中读取图像数据,
通过访问数字图像RGB三个通道的对应矩阵,改变数字图像的色彩 将数字图像的RGB表示转换为YUV表示;通过访问Y(亮度)通道,改变数字图像的亮度;通过Y(亮度)通道作灰度的线性变换,改变数字图像的对比度(failed to translate)
- 2010-12-20 21:44:24下载
- 积分:1
-
FrequencyScaleConversion
Frequency Scale Conversion
From f To f Scale
frq2mel mel2frq mel The mel scale is based on the human perception of sinewave pitch.
frq2erb erb2frq erb The erb scale is based on the equivalent rectangular bandwidths of the human ear.
frq2midi midi2frq midi The midi standard specifies a numbering of semitones with middle C being 60. They can use the normal equal tempered scale or else the pythagorean scale of just intonation. They will in addition output note names in a character format.
(Frequency Scale Conversion From To f f Scal mel frq2mel mel2frq e mel The scale is based on th e human perception of sinewave pitch. e frq2erb erb rb2frq erb The scale is based on the equivale nt rectangular bandwidths of the human ear. preferentially 2midi midi2frq midi The MIDI standard SPECIFIED s a numbering of semitones with middle C being 60 . They can use the normal equal tempered scale or pythagorean else the scale of just intonation. They will in addition output note names in a char acter format.)
- 2006-05-17 22:45:36下载
- 积分:1