-
lms
最小均方算法lms在波束形成中的应用 LMS算法步骤: 1,、设置变量和参量: X(n)为输入向量,或称为训练样本 W(n)为权值向量 b(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步继续执行。(Lms least mean square algorithm applied in Beamforming
)
- 2011-04-28 23:25:35下载
- 积分:1
-
copula_3D_plot
此程式可以用於繪製Copula模型機率分配的3D圖。(This program is used for plot copula density function.)
- 2012-04-12 00:48:37下载
- 积分:1
-
zernike
使用matlab实现zernike模板系数的求解,避免了人工计算的麻烦与复杂(Using matlab to achieve the solution of coefficient zernike template to avoid the trouble of manual calculation and the complexity of)
- 2009-07-10 09:02:20下载
- 积分:1
-
Fuzzy1
Fmincon example
you can find functions min. value with this example
- 2012-04-16 01:56:09下载
- 积分:1
-
BCI-frequency-search
matlab code for frequency search method
- 2012-07-25 05:07:17下载
- 积分:1
-
fangzhen_9
这是一个探月卫星的控制系统,通过仿真研究了其稳定性和其他相关问题。(This is a lunar satellite control system, its stability through simulation studies and other related issues.)
- 2015-01-22 15:25:53下载
- 积分:1
-
4
说明: 这是一篇关于人脸检测实现及眼睛定位算法研究的文章(This is an article about Face Detection and Eye Location Algorithm article)
- 2010-05-06 19:10:34下载
- 积分:1
-
steepest.m
Using the steepest descent to solve do the optimization work. You can either cll the function or use the difference method to derive the gradient
- 2014-08-27 04:19:31下载
- 积分:1
-
PID_Control_DC_Motor
PID control dc motor
- 2010-09-10 20:27:58下载
- 积分:1
-
Matlabjiangyi
这是西工大数模基地的matlab讲义。希望对大家有用。(This is a digital-analog-based西工大lectures matlab. Hope useful for everyone.)
- 2008-05-09 20:41:30下载
- 积分:1