-
cWord
用于分卷等程序设计,具体操作程序里都有说明(Volume for the sub-)
- 2010-10-30 23:42:06下载
- 积分:1
-
emd12
编写的EMD分解程序,希望能帮助到需要的人(Preparation of EMD decomposition process, hoping to help people in need)
- 2013-11-22 17:48:20下载
- 积分:1
-
ofdmrayleigh
OFDM系统,瑞利信道,很有用;
OFDM系统,瑞利信道,很有用;(OFDM systems, Rayleigh Road, very useful OFDM systems, Rayleigh Road, very useful )
- 2010-06-30 15:11:37下载
- 积分:1
-
anli1
实现pls的编程,有完整的数据模型,用仿真数据实现偏最小二乘算法,同时计算T2和SPE(PLS programming realization, have complete data model, with the simulation data achieve partial least square algorithm, and the calculation T2 and SPE
)
- 2012-04-18 15:44:11下载
- 积分:1
-
COMReceive
matlab程序能够实时接收COM数据并提取有关信息。(matlab program can receive real-time COM data and extract relevant information.)
- 2007-07-29 16:37:03下载
- 积分:1
-
VCO_best_feedback_Ideal
压控振荡器设计过程的数字计算,无源器件参数(useful programe for the designning of VCO for passive paraameter culculation.)
- 2011-04-21 20:55:40下载
- 积分:1
-
2---Copy
this is matlab code for the eye select
- 2013-08-19 00:39:45下载
- 积分:1
-
zuixiaoercheng
说明: 两种对二阶系统进行参数辨识的最小二乘算法,一种可以直接得到输入输出之间的传递函数,一种可以解出线性的差分方程各系数,再反解得到传递函数。附带的一个二阶系统的模型,可以自行下载导入输入输出数据进行试验。(Two kinds of least square algorithm for parameter identification of second-order system, one can directly get the transfer function between input and output, the other can solve the coefficients of linear difference equation, and then get the transfer function by inverse solution. The attached model of a second-order system can download the input and output data for test.)
- 2020-11-02 08:59:53下载
- 积分:1
-
Chapter5
DSGE模型程序,用于校准分析,希望大家能够喜欢。(DSGE for calibration)
- 2011-10-01 16:11:45下载
- 积分: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