-
PID
先进PID,在MATLAB环境下编程,便于初学者进行交流,不足之处还望指导。(Advanced PID, in the MATLAB programming environment, easy for beginners to communicate, less than the guidance of the Office also hope.)
- 2010-01-20 14:32:58下载
- 积分:1
-
fly
傅立叶拟合,可以选择拟合的最高频率,经测试,运行良好(Fourier fitting, you can choose the highest frequency of fitting has been tested and runs well)
- 2012-05-01 11:08:12下载
- 积分: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
-
ARestimation
时间序列分析示例程序,用matlab建立AR(P)模型的完整过程,简洁易懂,备注完整。(Time series analysis sample program, using matlab to establish AR (P) model the complete process, easy to read, notes intact.)
- 2021-04-04 21:19:04下载
- 积分:1
-
piso_beha_tb
parllel toserial out test bench
- 2015-02-08 00:28:32下载
- 积分:1
-
drtoolbox
说明: matlab 仿真小程序集合,欢迎大家使用(matlab simulation package)
- 2010-04-05 21:34:27下载
- 积分:1
-
dtc
direct torque documentation
- 2013-11-03 17:42:11下载
- 积分:1
-
FourierSeries
Program to plot x(t) =1/2+∑_(n=1)^∞▒ (sinc 〖n/2〗 〖 cos 〗 〖2πnt/4〗 )
Include n-value (Number of Terms) in graph on plot.
Show 2 graphs, original and simulated together.
- 2009-04-26 13:53:28下载
- 积分:1
-
JiDai
MATLAB实现信号的基带发送 传输和接收(MATLAB realization of the baseband signal to send transmission and reception)
- 2010-05-09 12:08:47下载
- 积分:1
-
HW4
产生母婴心电信号图,程序简单易懂, 欢迎分享下载(Maternal and baby ECG signal, simple one,hope can help somebody)
- 2011-11-07 01:36:53下载
- 积分:1