-
ABC_Free_Space
Absorbing Boundary Conditions in Free Space
- 2008-12-10 10:48:35下载
- 积分:1
-
pendulum
自己编制的倒立摆matlab7的程序,采用神经网络控制方法(Prepared their own inverted pendulum matlab7 procedures, the use of neural network control method)
- 2007-12-07 13:01:23下载
- 积分:1
-
simpleekf
说明: 本matlab程序实现了扩展kalman滤波,对一个随机生成的正弦信号进行EKF滤波,并画图展现对比。(This Matlab source code is the demo of Extended Kalman Filter,It s filter for randomly sine singal and plot the result。)
- 2010-03-30 11:01:26下载
- 积分:1
-
dacefit
datafit kriging toolbox
- 2017-06-22 22:38:23下载
- 积分:1
-
飞行器再入被动段飞行程序代码
飞行器再入段的飞行代码,可解决导弹及运载火箭等航天器的再入问题,包括主函数,三自由度建模,考虑气动力,不考虑地球旋转
- 2022-03-26 16:22:30下载
- 积分:1
-
draw_pic
matlab画图的一个小程序,大家可以了解一些最基础的应用程序(matlab drawing a small program, we can understand some of the most basic applications)
- 2009-07-10 21:38:45下载
- 积分:1
-
hosa
说明: 一套高阶统计量计算的信号处理MATLAB程序库(set of higher-order statistics to calculate the signal processing procedures for MATLAB)
- 2020-10-24 16:50:01下载
- 积分:1
-
Amplifer_Application
集成运算放大电路的实际应用。
适用于高级提升人员(Integrated Operational Amplifier Circuit practical application. Applicable to senior officers for promotion)
- 2010-05-09 11:00:03下载
- 积分: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
-
Range-doppler-algorithm
range doppler algorithm
- 2011-12-28 17:38:03下载
- 积分:1