Description: 一些数学处理函数,包括:用窗函数方法设计线性相位FIR数字滤波器、归一化最小均方(LMS)算法的自适应数字滤波器-Deal with some mathematical functions, including: window function designed with linear phase FIR digital filter, normalized least mean square (LMS) algorithm for adaptive digital filter Platform: |
Size: 4096 |
Author:chenjie |
Hits:
Description: 若不希望用与估计输入信号矢量有关的相关矩阵来加快LMS算法的收敛速度,那么可用变步长方法来缩短其自适应收敛过程,其中一个主要的方法是归一化LMS算法(NLMS算法),变步长 的更新公式可写成
W(n+1)=w(n)+ e(n)x(n)
=w(n)+ (3.1)
式中, = e(n)x(n)表示滤波权矢量迭代更新的调整量。为了达到快速收敛的目的,必须合适的选择变步长 的值,一个可能策略是尽可能多地减少瞬时平方误差,即用瞬时平方误差作为均方误差的MSE简单估计,这也是LMS算法的基本思想。
-Want to estimate if the input signal vector and the relevant matrix to speed up the convergence rate of LMS algorithm, then the variable step size method can be used to shorten its adaptive convergence process, one of the main method is normalized LMS algorithm (NLMS algorithm) , variable step-size update formula can be written W (n+ 1) = w (n)+ e (n) x (n) = w (n)+ (3.1) where, = e (n) x (n) the right to express filter update vector iterative adjust the volume. In order to achieve the purpose of fast convergence, we must choose the appropriate value of variable step size, a possible strategy is as much as possible to reduce the instantaneous squared error, which uses the instantaneous squared error as the mean square error MSE of the simple estimate, which is the basic LMS algorithm思想. Platform: |
Size: 3072 |
Author:闫丰 |
Hits:
Description: This file include the normalized LMS algorithm and subband LMS algorithm. all of them are in m.file
This file can be used to echo noise cancellation, and active noise control Platform: |
Size: 4096 |
Author:Jay |
Hits:
Description: 实现基于归一化LMS算法的判决反馈均衡器的实现,通过眼图仿真-Feedback equalizer based on the judgment of the normalized LMS algorithm to achieve through the eye diagram simulation Platform: |
Size: 1024 |
Author:赵建丽 |
Hits:
Description: 归一化LMS算法,自适应滤波研究中的一个小程序。20次训练学习。-Normalized LMS algorithm, Adaptive Filtering in a small program. 20 training and learning. Platform: |
Size: 1024 |
Author:谢琴 |
Hits:
Description: 归一化LMS算法,自己更改参考信号和期望信号-normalized LMS algorithm,change the reference signal and desired signal by yourself Platform: |
Size: 1024 |
Author:shiguang |
Hits:
Description: 高斯白噪声下的LMS算法,归一化LMS算法。附仿真结果报告、源代码、截图,内容详尽,希望对您有所帮助-Gaussian white noise of the LMS algorithm, the normalized LMS algorithm. With the simulation results are reported, the source code, screenshots, and detailed, I hope for your help Platform: |
Size: 223232 |
Author:范泛 |
Hits: