-
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
-
bemd
bidimentionnal empirical mode decomposition
- 2011-11-03 03:21:59下载
- 积分:1
-
lms
这是一个自编的最小均方误差的自适应滤波器的程序(This is a self of the minimum mean square error of the adaptive filter procedures)
- 2010-09-23 17:13:36下载
- 积分:1
-
tym
ekg raw data upload code
- 2010-10-19 05:32:20下载
- 积分:1
-
ISAR-Imaging-With-MATLAB-Algorithms
这是国外人写的一本逆合成孔径雷达雷达(ISAR)成像的基础书,文中每章后带Matalb编写的源代码,对于学习新手非常有用。
(It is written by a foreign foundation book inverse synthetic aperture radar radar (ISAR) imaging, the text written in the source code with Matalb after each chapter, very useful for beginners to learn.)
- 2015-03-20 22:25:00下载
- 积分:1
-
filter_bank
Filter bank coding for communication
- 2012-01-24 06:59:18下载
- 积分:1
-
OPC
OPC DA 3.0 specification
- 2014-10-20 11:45:34下载
- 积分:1
-
TFRSTFT
matlab短时傅利叶变换的程序!
自己改编的,要是有错误请大家指正
(Short-time Fourier transform matlab procedure! Their own adaptation of it, and if there are mistakes please correct me)
- 2008-01-04 09:37:26下载
- 积分:1
-
eigenface_f
实现了给予人脸的特征提取与模式识别,是模式识别中比较经典的实例分析(Achieved a given facial feature extraction and pattern recognition, is the more classic examples of pattern recognition analysis of)
- 2009-11-25 19:41:39下载
- 积分:1
-
Recognize-by-Gait
包括matlab环境下的步态识别代码,视频序列、ppt展示及相关文献(Including gait recognition code in the Matlab environment, the video sequence, ppt show and related literature)
- 2012-08-05 12:40:17下载
- 积分:1