-
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
-
LTI
Classification of an LTI system by type of damping and design solution of a system of first and second order, entering the transfer function or system parameters
- 2014-11-04 22:45:19下载
- 积分:1
-
Dotp4
implementing dot product in matlab and ccs
- 2009-05-23 15:05:58下载
- 积分:1
-
numerical
Numerical program on Newton’s forward difference formulae, the use of Sterling formulae & the use of Newton’s backward difference formulae combindly, Trapezoidal rule, Gauss-Seidal method, Jacobi method.
- 2011-01-31 18:20:34下载
- 积分:1
-
LMSandRLS
lms算法源程序,应用于高速无线通信系统中,可用于解决高速无线传输过程中的频率选择性衰落以及码间干扰的消除,用于接收机中的均衡,大大提高通信系统的传输质量及效率(lms algorithm source code, used in high-speed wireless communication systems can be used to solve the high-speed wireless transmission in frequency selective fading and intersymbol interference cancellation, the balance for the receiver, greatly improve the communication quality and efficiency of the transmission system)
- 2011-05-17 13:02:26下载
- 积分:1
-
jingdianpinyulvboqi
包括各种频域滤波器:经典频域理想低通滤波器 ,经典频域巴特沃斯低通滤波器 ,经典频域指数低通滤波器, 经典频域理想高通滤波器 , 经典频域巴特沃斯高通滤波器, 经典频域指数高通滤波器,经典频域带通滤波器 ,经典频域带阻滤波器(Including a variety of frequency domain filter: Classic ideal low-pass filter frequency domain, frequency domain classic Butterworth low-pass filter, the classic low-pass filter frequency domain index, the classic ideal high-pass filter frequency domain, frequency domain Butterworth classic Andean high-pass filter, the classic high-pass filter frequency domain index, the classical frequency domain band-pass filter, band stop filter frequency domain classics)
- 2013-07-13 15:24:36下载
- 积分:1
-
SDOF
matlab编程Newmark-β单自由度体系动力响应(Matlab programming Newmark- beta single degree of freedom system dynamic response)
- 2021-01-27 10:08:41下载
- 积分:1
-
pwm_rectifier_test
电力电子变流器,PWM整流器的仿真文件,简单有效,供参考(Power electronic converter, PWM rectifier simulation files, simple and effective, for reference)
- 2016-07-01 21:30:22下载
- 积分:1
-
3.6
主要用途是对抗多径衰落。由于多径衰落的存在,使得同一个帧由于路径不同,到达用户端的时延有先有后。在相关的频域上的会造成子载波之间的相互干扰,影响 性能。另外,由于有了循环前缀,使得IFFT FFT操作把原来的线性卷积变成循环卷积,大大简化了相应的信号处理复杂度(The main purpose is to fight against multipath fading. Due to the presence of multipath fading, the first after they have the same frame different paths to reach the client delay. Would cause mutual interference between sub-carriers in the frequency domain, affecting performance. In addition, thanks to the cyclic prefix, so IFFT FFT operation to the linear convolution of the original into a circular convolution, greatly simplifying the corresponding signal processing complexity)
- 2012-08-24 15:16:21下载
- 积分:1
-
DCT
基于DCT数字水印算法的Matlab实现源代码(DCT-based digital watermarking algorithm Matlab source code)
- 2013-04-24 19:11:04下载
- 积分:1