-
STDPSO
粒子群算法,也称粒子群优化算法(Particle Swarm Optimization),缩写为 PSO, 是近年来发展起来的一种新的进化算法(Evolutionary Algorithm - EA)。(For each particle
____Initialize particle
END
Do
____For each particle
________Calculate fitness value
________If the fitness value is better than the best fitness value (pBest) in history
____________set current value as the new pBest
____End
____Choose the particle with the best fitness value of all the particles as the gBest
____For each particle
________Calculate particle velocity according equation (a)
________Update particle position according equation (b)
____End)
- 2015-03-13 09:28:14下载
- 积分:1
-
matlabsift
sift算法page,详细论述了sift算法的基本过程(sift algorithm page, sift algorithm discussed in detail the basic processes)
- 2010-06-04 16:53:41下载
- 积分:1
-
DV-Hop
MATLAB对于网络定位的仿真,是针对dv-hop的算法的仿真(MATLAB simulation for network, which is based on the orientation of the dv-hop algorithm simulation)
- 2010-09-03 16:50:26下载
- 积分:1
-
Discrete-time
自行设计产生两个离散序列信号,对其进行相加、乘及卷积运算。
利用filter命令求下面LTI系统的冲激响应,画出系统的零极点图,判断系统的稳定性、因果性。
绘出系统的频响曲线
(To design of two discrete sequence of signals , their sum , multiplication and convolution .
Seeking the following LTI system impulse response filter command , draw system pole-zero diagram to determine the stability of the system , causality .
Mapping the frequency response curve
)
- 2012-05-01 22:50:17下载
- 积分:1
-
extend_of_Matlab
介绍matlab编程的经典著作,包括与VC++进行联合编程,还包括一些经典的算法和源程序(Matlab programming on the classics, including the VC and joint programming, also including some classic algorithms and source)
- 2007-06-06 23:26:29下载
- 积分:1
-
Hviterbi
实现卷积编码和相应的维特比译码(卷积码编码器为(2,1,3),维特比译码针对第1、3位模二加和第1、2位模二加)(Convolutional coding and the corresponding realization of Viterbi decoding (convolutional code encoder for the (2,1,3), Viterbi decoder bit mode for the first 1,3 and 1,2 position two plus two plus model ))
- 2010-07-16 14:29:52下载
- 积分:1
-
DSP的C程序和汇编程序库
说明: 经典DSP的C程序和汇编程序库,有很多实用的程序供大家参考,很有用的!(Classical DSP C language program and assembler language libary. It has many practical programe for all of us. It is very useful.)
- 2005-10-24 10:53:53下载
- 积分:1
-
Modern-communication-system
书籍现代通信系统用matlab的源代码,详细介绍了通信系统,并用matlab仿真实现(This is source code of book of modern communication systems, the book describes the communication system in details,and simulating with matlab.)
- 2011-04-23 16:51:51下载
- 积分:1
-
JAWABAN-B
matlab simulation example
- 2014-10-29 15:25:18下载
- 积分:1
-
Fuzzy-Cluster-Analysis
模糊聚类分析的matlab程序,先将原矩阵标准化,再标定并生成模糊相似矩阵,最后生成动态分类图。(Matlab fuzzy clustering analysis program, the first of the original matrix standardized, re-calibration and generate fuzzy similarity matrix, and finally generate dynamic classification map.)
- 2013-12-10 22:12:25下载
- 积分:1