-
Qfilters_point_detector
Quadrature filters point detector in scale-space
- 2010-03-14 21:02:13下载
- 积分:1
-
spaceflight
这是一个matlab航天工具包 包括一定的解释说明 很好用 希望对大家有帮助(This is a space Matlab tool kits must include an explanation with good wishes to be helpful)
- 2007-05-08 15:23:18下载
- 积分:1
-
3D-FDTD
3d 平面波 科技进行仿真平面波的传播 应用在matlab 当中,直观简洁(3d plane wave)
- 2011-11-15 04:45:20下载
- 积分:1
-
bit-error-rate_simulation_using_matlab
Bit-Error-Rate Simulation Using Matlab
- 2009-03-08 01:30:25下载
- 积分:1
-
Ams_7b_8a_8b
PLL simulation in simulink
- 2009-06-02 18:01:12下载
- 积分:1
-
repmat
用于matlab,主要针对的是matlab中的repmat基本功能的解析(used for matlab)
- 2012-05-12 08:21:14下载
- 积分:1
-
DifferentialCodeDirectionCode
基于MATLAB语言,对于图像的链码的差分,以及归一化,以及回复图像的链码(Based on the MATLAB language, for the image of the differential chain code, as well as normalized and responding to the image of the chain code)
- 2010-01-19 10:08:18下载
- 积分:1
-
Beam-width
波束宽度与波达方向及阵元数的关系matlab源程序。(Beam width and direction of arrival and the relationship between the number of array elements matlab source.)
- 2011-10-12 20:30:09下载
- 积分:1
-
MATLAB30
MATLAB神经网络30个案例分析 很好的资料(MATLAB neural network analysis of 30 cases)
- 2013-11-19 10:39:09下载
- 积分: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