-
functioncenter
一个产生2FSK、2PSK、MSK和QAM信号源的Matlab程序,不妨下载下试试(Produce a 2FSK, 2PSK, MSK and QAM signal source Matlab procedures, may wish to try the next download)
- 2009-05-11 22:22:46下载
- 积分:1
-
neural-MLP-classifier
this program helps you simulate the classification task whit MLP (multilayer preceptron) neural network
- 2013-08-11 22:54:26下载
- 积分:1
-
2
说明: Objects forming possible solution within original problem context are called phenotypes, their encoding, the individuals within the GA, are called genotypes.
The representation step specifies the mapping the phenotypes onto a set of genotypes.
Candidate solution, phenotype and individual are used to denotes points of the space of possible solutions. This space is called phenotype space.
Chromosome, and individual can be used for points in the genotye space.
Elements of a chromosome are called genes. A value of a gene is called an allele.
Variation Operators
The role of variation operators is to create new individuals old ones. Variation operators form the implementation of the elementary steps with the search space.
- 2014-12-22 22:54:47下载
- 积分:1
-
Rejection_Sampling_Tutorial
拒绝采样算法的matlab程序,可用于参数估计和模式识别(matlab codes for rejection sampling algorithm, which can be used for parameter estimation and pattern recognition.)
- 2018-08-02 00:22:11下载
- 积分:1
-
drawpdb
自动绘制PDB分子结构的matlab脚本程序包
界面友好,图像很精美。(Automatic drawing PDB molecular structure of matlab scripts package user-friendly, image is very beautiful.)
- 2008-05-17 18:26:06下载
- 积分:1
-
PCA
使用Matlab实现的关于主分量分析PCA的方法的案例,可先实现仿真(Matlab achieved using principal component analysis PCA on the case method, the simulation can be achieved)
- 2013-08-26 10:33:46下载
- 积分:1
-
fun
PSO算法,Quantum inspired PSO for the optimization of simultaneous recurrent neural networks asMIMO learning systems(PSO algorithm,Quantum inspired PSO for the optimization of simultaneous recurrent neural networks asMIMO learning systems)
- 2013-09-17 10:18:31下载
- 积分:1
-
ActivityGroupDome
不错的动画效果的demo,真诚希望对大家有帮助,也希望大家来点人气,谢谢。(A good animation demo, sincerely hope to have the help to everybody, also hope to some popularity, thank you.)
- 2013-12-10 11:33:26下载
- 积分:1
-
circular_array
均匀圆阵的常规波束形成,没有使用自适应波束形成。uniform circle array beamform(uniform circle array beamform)
- 2014-01-21 21:41:01下载
- 积分:1
-
LMS
1,、设置变量和参量:
X(n)为输入向量,或称为训练样本
W(n)为权值向量
e(n)为偏差
d(n)为期望输出
y(n)为实际输出
η为学习速率
n为迭代次数
2、初始化,赋给w(0)各一个较小的随机非零值,令n=0
3、对于一组输入样本x(n)和对应的期望输出d,计算
e(n)=d(n)-X^T(n)W(n)
W(n+1)=W(n)+ηX(n)e(n)
4、判断是否满足条件,若满足算法结束,若否n增加1,转入第3步继续执行(, set the variables and parameters:
X (n) is the input vector, otherwise known as the training sample
W (n) for the weight vector
e (n) for the deviation
d (n) is the desired output
y (n) is the actual output
η is the learning rate
n is the number of iterations)
- 2011-12-10 20:22:05下载
- 积分:1