-
fuzzypid2
一个用simulink做的模糊PID自适应系统,FIS等都比较简单,适合初学者。通过与PID的比较曲线可以看出此系统更加优越。(A simulink do with self-adaptive fuzzy PID system, FIS are relatively simple, suitable for beginners. Comparison with the PID system curve can be seen even more superior.)
- 2009-04-12 19:15:58下载
- 积分:1
-
maxkurtica
基于峭度极大的ICA算法 ,用于盲源分离(Kurtosis great ICA algorithm for the Blind Source Separation)
- 2007-03-30 10:36:22下载
- 积分:1
-
QUBIT4MATLAB4.01
改程序包可以进行字旋转链和量子寄存器建模等。(this program package helps modeling spin chains, qubit registers, etc. according to nonrelativistic quantum mechanics and some novel ideas from quantum information theory.)
- 2013-09-05 12:28:00下载
- 积分:1
-
matlab-Tutorial-ebook
这是一本关于MATLAB的电子书,格式是PDF,里面介绍很详细,是新手学习的好帮手。(This is a book about MATLAB format is PDF, which introduced a very detailed novice learning a good helper.)
- 2012-10-17 16:36:13下载
- 积分:1
-
MATLAB_reveal_add1
matlab揭秘的附件,
带图带源码文件,1、3章(the matlab Secret Annex, the band diagram with source files, 1,3 Chapter)
- 2012-12-01 12:21:59下载
- 积分:1
-
用matlab编写的用于转子动力学分析的有限元程序
用matlab编写的用于转子动力学分析的有限元程序,可实现转子临界转速和振型分析、稳态响应和瞬态响应分析等功能。()
- 2021-03-20 15:49:18下载
- 积分:1
-
echo-filtering
系统可以利用声音信号产生带有回声的声音文件,并可以从带有回声的文件中消除回声而得到原声音信号;另外,系统还能从中估计反射物的距离(System can make use of the voice signals of the sound files with echoes and echoes from the document with echo and obtain the elimination of the original voice signal In addition, the system can also have to guess the distance from the reflective material)
- 2009-04-19 00:25:09下载
- 积分:1
-
shuxuejianmo-MATLAB
包括许多数学建模需要的函数。例如三角函数等。(Including many mathematical modeling function. Such as trigonometric functions.)
- 2013-05-10 21:53:13下载
- 积分:1
-
运用FDTD算法实现天线的仿真 ThreeDimensional
一个关于天线的程序 运用FDTD算法实现天线的仿真 很好的 欢迎大家下载(Procedures on the use of an antenna of the antenna FDTD algorithm welcome to download a good simulation)
- 2010-07-16 11:23:54下载
- 积分: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