-
wavelet-mallat
小波谱分析mallat算法经典程序,对原始信号进行低高频的信号分解以及重构,并且进行对比分析。(Algorithm for spectral analysis mallat small classic procedure, the original signal with low frequency signal decomposition and reconstruction, and compared.)
- 2010-07-03 11:30:36下载
- 积分:1
-
CaptureScreen
截屏小工具
非常好用,用得好爽
!!!!!!!!!!!!!!!!!(capture screen)
- 2009-12-06 11:21:19下载
- 积分:1
-
可变遗忘因子
本程序为遗忘因子最小二乘法,可以拷贝至matlab的M文件中适应(Matlab for ] least square method)
- 2018-07-31 17:19:26下载
- 积分:1
-
56881_210197_41912
各型分布随机数的产生算法,用matlab可以实现。可以(Various types of distribution of the generated random number algorithm, can be achieved using matlab. Can)
- 2008-04-10 21:05:22下载
- 积分:1
-
MATLAB_5_X
MATLAB5_X程序设计语言,从基础概念讲起,到深入的语法实例讲解,非常使用(MATLAB5_X programming language, from basic concept of talk, in-depth examples to explain grammar, very use)
- 2007-04-11 02:16:24下载
- 积分:1
-
p205ESO
用simulink搭建的自抗扰控制器中的ESO(The ADRC controller simulink structures of ESO)
- 2021-04-16 21:58:54下载
- 积分:1
-
Matlab_GUI_HIT_Guidebook
Matlab交互式程序设计教程及举例,含有界面截图及详细说明的教学文档。(Matlab interactive programming tutorials and examples, contains screen shots and detailed description of the teaching document.)
- 2013-03-20 10:11:46下载
- 积分:1
-
matlab
matlab遗传算法经典语句,可以让我们学到在别处学不到的东西,为我们在写程序的时候提供帮助。(matlab genetic algorithm classic statement, you can let us learn things you can not learn elsewhere, provided help for us in the writing program.)
- 2013-03-30 21:57:41下载
- 积分:1
-
sanjiao-Z
声子晶体的源程序:圆柱形散射体呈正三角排列的Z模程序(Phononic crystal source: cylindrical scattering takes the shape of the Z mode is triangular arrangement of the program)
- 2011-11-27 13:31:53下载
- 积分: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