-
SimulinkTutorial
a tutorial for simulink on matlab
- 2010-11-25 19:29:07下载
- 积分:1
-
Version7.1.5
automatic Speaker recognition system using Gmm and Mfcc
- 2010-05-29 18:00:29下载
- 积分: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
-
PSO-TOOLBOX
说明: 粒子群算法,很有用的一个设计程序,如果需要优化,可以使用(Particle Swarm Optimization
)
- 2011-03-08 22:01:10下载
- 积分:1
-
pso
用MATLAB实现PSO算法,程序没错误,可以直接运行(Implementation of PSO algorithm with MATLAB, the program no error, can be directly run
)
- 2013-08-04 12:05:14下载
- 积分:1
-
Matlab遗传算法工具箱
说明: Matlab遗传算法工具箱
1.官方文档里面有很多的实例和参数的说明
2.图形化操作之后可以自动生成代码
3.注意在程序里面要关掉打开的文件 fclose(Matlab genetic algorithm toolbox
1. There are many examples and parameter descriptions in the official documents
2. Code can be generated automatically after graphical operation
3. Pay attention to close the open file Fclose in the program)
- 2020-10-17 14:37:54下载
- 积分:1
-
BDDB.rar
用于离散信号的盲反卷积,主要针对一维离散信号,可以进行二维扩展。(Discrete signals for blind deconvolution, mainly for one-dimensional discrete signal can be extended to two-dimensional.)
- 2009-06-06 20:43:19下载
- 积分:1
-
communication_code
ift codes to help others....,
- 2010-12-23 14:40:59下载
- 积分:1
-
ukf
UKF滤波算法,个人写,多次使用,书写习惯良好!(UKF filter algorithm)
- 2013-05-06 21:40:44下载
- 积分:1
-
DPSO
说明: 本文将中期多样性作为影响个体威力行为的关键因素和描述种群的重要指标,提出了一种基于多样性反馈的粒子群算法( PSO Particle Swarm Optimization)
- 2011-04-14 22:37:17下载
- 积分:1