-
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
-
digitalsignal
一个信号处理文件包,对于学习数字信号处理算法的还是很值得借鉴(digital signal processing.)
- 2010-07-12 09:50:35下载
- 积分:1
-
Mallat算法
说明: 一个关于小波的matlab复合分析算法(MRA),值得一看(one of the Matlab composite wavelet analysis algorithm (MRA), an eye-catcher)
- 2006-01-06 16:25:58下载
- 积分:1
-
dspPPT-dingyumei
the dingyumeiand gaoxinquan DSP PPT
- 2011-09-18 09:56:21下载
- 积分:1
-
Infinite-Impulse-Response-Filter
This is an classical infinite impulse response (IIR) filter, with certain parameters.
- 2015-02-26 03:58:21下载
- 积分:1
-
gkypsdp
判断半正定矩阵与正定矩阵间的一种新的准则,gky方法是判定系统是否稳定的一种很有效的方法,里面有源代码和相应文档(Judge half positive definite matrix and the positive definite matrix, a new criterion between gky method is to determine whether the system stability of a kind of very effective method, there are source code and documentation accordingly)
- 2015-04-09 20:41:25下载
- 积分:1
-
matlab_behavier_recognize
matlab下基于视觉的人体行为识别,用于行为识别,机器视觉方面,可以做毕业设计,毕设成果。(this is the matlab code for computer vision and behavier recognization)
- 2015-04-20 22:37:56下载
- 积分:1
-
keli_catch
颗粒提取,用于MATLAB仿真的,提取一些细小的颗粒。效果较好。(Particle extraction for the MATLAB simulation, extract some small particles. Better.)
- 2013-07-28 01:44:52下载
- 积分:1
-
lms_demo
LMS自适应滤波器算法的matlab程序,其中包含利用LMS算法来识别线性噪声系统的实验(LMS adaptive filter algorithm in Matlab procedures, which contains the use of LMS algorithm to identify the linear system of experimental noise)
- 2007-03-20 21:26:43下载
- 积分:1
-
Modulation-signal-generator
用于生成AM,FM,PM,DSB,SSB,FSK,BPSK,QPSK,OQPSK,PI/4QPSK等调信号的matlab生成程序。(Used to generate the AM, FM, PM, DSB, SSB, FSK, BPSK, QPSK, OQPSK, PI/4 such as QPSK signal generated by the matlab program.)
- 2014-08-27 09:39:54下载
- 积分:1