-
Fractional
完成了分数阶傅里叶变换,对学习分数阶傅里叶变换和有关变换的人有帮助(Fractional Fourier Transform ,reference for Fractional Fourier Transform)
- 2009-05-13 10:59:52下载
- 积分:1
-
mfsk
这是一个matlab代码,实现mfsk信号源的产生。(This is a matlab program ,it is a m file to create mfsk source.)
- 2009-06-06 19:47:57下载
- 积分:1
-
program
we determin a chaos mode and alyalize the time application to find if its really chaos and will have the character
- 2007-07-31 12:51:10下载
- 积分:1
-
garchkit_20041121
一个估计garch(1,1)的matlab程序(matlab code for estimating garch(1,1))
- 2010-09-20 10:28:13下载
- 积分:1
-
KALMAN
This file includes kalman filter and induction motor model
- 2013-07-21 00:30:02下载
- 积分:1
-
8-chapter
《MATLAB 7.0编程基础基础》源程序 第8章(Chapter 8 of " MATLAB 7.0 programming foundation foundation source)
- 2012-11-15 14:21:49下载
- 积分:1
-
00771146
space Time Block code
- 2014-02-16 05:22:58下载
- 积分:1
-
lmvu
一个利用半正定规划求解 SDE/MVU 非线性数据降维的算法实现,这是论文原作者提供的 MATLAB 代码。(A MATLAB implementation of the Semi-Definite Embedding (SDE) or namely Maximum Variance Unfolding (MVU) algorithm, provided by the author himself.)
- 2010-07-20 14:15:56下载
- 积分:1
-
start
matlab 钢结构 start 控制 源代码(Control of steel start matlab source code)
- 2010-10-02 00:12:00下载
- 积分: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