-
fuction
matlab 最小二乘线性回归 递推法 源码,解决线性回归中的病态方程问题(recursive least squares linear regression method matlab source code, solve the equation of linear regression of pathological problems)
- 2010-06-21 11:53:00下载
- 积分:1
-
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
-
gbfilter2
一个2维的Gabor滤波器代码,希望对大家有所帮助(a 2-D gabor filter code,I hope it helpfull for other people.)
- 2012-05-01 22:12:46下载
- 积分:1
-
Matlab.program.guide
matlab.program.guide介绍了有关的编程风格及一些指导意见(matlab.program.guide of the programming style and some guidance)
- 2007-01-16 01:01:38下载
- 积分:1
-
rgb
matlab仿真源代码
将rgb图像转化为YCrCb图像,分层处理
(matlab simulation source code rgb images into YCrCb image, slicing)
- 2015-03-25 10:12:13下载
- 积分:1
-
SoftwareEngineeringandComputerGames
Addison Wesley : Software
Engineering and Computer
Games
- 2011-01-21 10:08:25下载
- 积分:1
-
bldc
gives the bldc motor simulation with the dtc control.
- 2015-03-24 22:36:48下载
- 积分:1
-
pidmatlab
一个pid仿真例子,有程序和仿真模拟图,可以直接应用,希望有用!(A simulation example of a pid, have procedures and simulation map, can be applied directly, I hope useful!)
- 2008-02-03 16:41:48下载
- 积分:1
-
FM
说明: 很好的fm方面的文章,大家可以看看,会有帮助的。。(Very good FM articles, everybody can consult, would help)
- 2013-03-20 16:44:21下载
- 积分:1
-
Untitled3
阈值去噪软硬阈值去噪程序 在图像中的应用汇(Of threshold denoising hard and soft threshold de-noising procedure in image exchange)
- 2013-05-13 17:55:22下载
- 积分:1