-
APFSVPWM
APF仿真模型,用于动态补偿系统的无功功率!(APF simulation model for dynamic compensation system reactive power!)
- 2013-05-07 15:35:46下载
- 积分:1
-
windowfilter
主要是数字信号中窗函数的设计与分析,matlab源代码的设计,提供了时域与频域分析(Is mainly the design and analysis of window function in the digital signal, the design of Matlab source code, provides the analysis of time domain and frequency domain)
- 2015-04-03 18:34:48下载
- 积分:1
-
hechengkongjingleida
张澄波的综合孔径雷达比较老的版本,但是很基础,逻辑简单明了(Zhang Chengbo of synthetic aperture radar older version, but it is based on simple logic)
- 2010-07-15 15:47:37下载
- 积分:1
-
FUZZY-control
是对于运用模糊控制的场合 这些资料极其具有意义(very important docume)
- 2011-12-27 10:30:08下载
- 积分:1
-
chap5
雷达系统设计MATLAB仿真一书里的第五章所有的程序,对于学习非常有用。(Radar system design MATLAB simulation in the fifth chapter of the book, all the procedures, very useful for learning.)
- 2012-09-11 01:07:54下载
- 积分:1
-
AntColonyAlgorithm
蚁群算法matlab源代码,文件内含详细说明(The program of ant colony algorithm in matlab)
- 2012-05-02 13:15:46下载
- 积分:1
-
HHT
可以用来方便的进行输入信号的Hilbert-Huang变换,经过了验证,可以使用(Used to implement the input signal of the Hilbert-Huang transform. First proposed calculation method, after validation, can be used.)
- 2012-03-23 09:29:51下载
- 积分:1
-
1
说明: 登录界面显示,matlab gui 编程的,可视化好(Login screen is displayed)
- 2017-03-12 16:33:51下载
- 积分:1
-
hanmingma
汉明码在matlab环境下的编码程序,经本人测试好用(Hamming code in matlab coding process environment, as I use to test)
- 2009-06-10 16:33:30下载
- 积分: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