-
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
-
Genetic Algorithms
简单的遗传算法解决优化问题的汇编代码,包括单变量无约束优化、单变量有约束优化及多变量优化问题,并配以实例进行说明(Genetic Algorithms)
- 2013-12-26 19:00:06下载
- 积分:1
-
DPD_simulation
这是一个对数字信号功放非线性效应的预失真处理的编码,对于初学者有很好的指导和参考意义。(This is to encode a digital signal pre-distortion amplifier nonlinear effects processing, a good guide for beginners and a reference value.)
- 2016-06-08 16:20:44下载
- 积分:1
-
mapminmax
matlab7.0没有这个函数,求举矩阵的最大最小值问题,下载后放在work目录下即可调用(mapminmax.m function)
- 2013-01-23 16:11:34下载
- 积分:1
-
chazhi
载波同步算法-二次插值算法的Matlab仿真,算法性能很好,性能接近MCRB,可以广泛应用于卫星通信等行业。(Carrier synchronization algorithm- quadratic interpolation algorithm Matlab simulation, good performance of the algorithm can be widely used in satellite communications and other industries.)
- 2014-06-14 11:48:05下载
- 积分:1
-
fuzzy
一个模糊控制的m文件,可供模糊控制爱好者参考,程序可按需要作相应修改。希望大家共同进步,谢谢!(A fuzzy control of m documents, available for fuzzy control enthusiasts reference, procedures may need to be amended accordingly. I hope that progress can be shared, thank you!)
- 2007-08-01 17:00:34下载
- 积分:1
-
MPLAB_Tools_v7.40
software MPLAB...
writing program (coding .c/.h)
- 2009-04-04 09:34:43下载
- 积分:1
-
gaijinshengjinwangruo
改进神经网络PID程序用来位置跟踪,比普通的PID位置跟踪稳定性高(PID neural network program is used to improve location tracking, location tracking than conventional PID stability)
- 2011-04-20 08:53:51下载
- 积分:1
-
Pole-zero
系统的模型并求出零极点形式和部分分式形式(Pole-zero programming)
- 2013-03-08 21:38:05下载
- 积分:1
-
ckf
介绍了容积卡尔曼滤波,非常适合初学者对CKF的研究(This paper focuses on the cubature Kalman filters (CKFs) for the nonlinear dynamic systems with additive process
and measurement noise)
- 2015-01-14 22:32:50下载
- 积分:1