-
LMSsuanfazishiyingjunhengqi
在MATLAB中,使用LMS算法实现自适应均衡器,通过改变收敛因子和滤波器阶数就可以仿真均衡器的收敛速度和精度。(In MATLAB, use the LMS algorithm adaptive equalizer by changing the order of the convergence factor and the filter can simulate the equalizer on the convergence speed and accuracy.)
- 2010-01-13 18:35:34下载
- 积分:1
-
mykpca
改进的KPCA,输出各特征属性,方差相同(improvement of kpca,it can put out the same var in every direction)
- 2012-07-07 18:58:37下载
- 积分:1
-
club-stuff
MMSE-SIC, ML, ZF with Tx= 1 to 10
- 2012-01-10 21:18:12下载
- 积分:1
-
matlab
matlab 教学课件,全面介绍数字图像处理的相关内容(matlab courseware comprehensive introduction to digital image processing related content)
- 2011-04-21 17:31:31下载
- 积分:1
-
zhangzhengyoubiaoding
张正友标定算法的matlab程序实现摄像机的内外参数的标定(Zhang Zhengyou calibration algorithm matlab program)
- 2013-11-20 09:56:48下载
- 积分:1
-
accelerometer
SORRY THIS IS WRONG CODE DON T FOLLOW THAT
- 2015-03-03 03:47:23下载
- 积分:1
-
chap11
syms x
g=exp(x*sin(x))
t=taylor(g,12,2)
xd = 1:0.05:3 yd = subs(g,x,xd)
ezplot(t, [1,3]) hold on
plot(xd, yd, r-. )
title( Taylor approximation vs. actual function )
legend( Taylor , Function )(syms x g = exp (x* sin (x)) t = taylor (g, 12,2) xd = 1:0.05:3 yd = subs (g, x, xd) ezplot (t, [1 , 3]) hold on plot (xd, yd, ' r-.' ) title (' Taylor approximation vs. actual function' ) legend (' Taylor' , ' Function' ))
- 2011-07-27 18:12:56下载
- 积分:1
-
sheffield_gatbx
MATLAB遗传算法工具箱,为遗传算法的实现提供了极大的方便(MATLAB genetic algorithm toolbox for the genetic algorithm provides a great convenience)
- 2013-10-06 21:35:38下载
- 积分:1
-
matlab...
说明: 利用矩阵分析的方法对线性方程组进行求解分析,得出奇异值分解法相对于其他分解法的好处(Analysis using matrix method for solving linear equations analysis singular value decomposition method for the other benefits of decomposition method)
- 2008-10-09 16:24:54下载
- 积分:1
-
gabor2D
Implements 2D Gabor filter for images works on Matlab an image has to be first read and then converted as gray-scale before passing on to this function.
- 2013-08-03 18:13:42下载
- 积分:1