-
NLMS
若不希望用与估计输入信号矢量有关的相关矩阵来加快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思想.)
- 2021-03-06 12:39:31下载
- 积分:1
-
PCR
说明: 一个非常不错的PCR工具包 功能比较齐全包含有PCRCV 等 并有帮助说明(A very nice feature relatively complete PCR kit and help explain)
- 2011-03-30 10:20:20下载
- 积分:1
-
wei-ruo-xin-hao
利用matlab产生正弦信号,加噪声,分析其加噪前后的数字特征(Using matlab to produce a sinusoidal signal plus noise, and analyze the numbers before and after adding noise characteristics)
- 2012-04-29 21:25:53下载
- 积分:1
-
APF-Device
APF仿真,才用滞环控制,输出系统所需波形,补偿波形提取使用瞬时无功算法(Active Power Filter simulation)
- 2020-11-24 15:49:33下载
- 积分:1
-
m1
说明: 雷达回波的matlab模拟程序,用来产生雷达回波,非常好用的一个程序(Radar echo of matlab simulation program, which is used to generate radar echo
)
- 2013-12-23 10:01:09下载
- 积分:1
-
steady
说明: 运用M-file编写的永磁同步发电机的稳态运行模型,能输出电机的效率,定转子电流等曲线(Prepared using M-file the steady-state operation of permanent magnet synchronous generator model, the efficiency of the motor can output, stator and rotor currents and the curve)
- 2011-04-07 13:09:19下载
- 积分:1
-
sparse_in_frequency
sparse in frequency domain
- 2012-11-13 19:57:16下载
- 积分:1
-
CodeCoverageTool
The Code Coverage Tool (CCT) Matlab代码转化用于实时仿真的S函数。(The Code Coverage Tool (CCT) measures C statement coverage in code built as a Real-Time Workshop S-Function. It operates in conjunction with lcc (the C-Compiler that ships with the standard MATLAB installation).)
- 2009-09-11 17:49:11下载
- 积分:1
-
实现了多目标遗传算法NSGA2 NSGA-II
实现了多目标遗传算法NSGA2,并带有详细注释及相关论文,读者只需根据具体问题简要修改,即可使用。(Achieved a multi-objective genetic algorithm NSGA2, with detailed notes and related papers, the reader just a brief specific issues in accordance with changes to use.)
- 2021-03-02 20:29:34下载
- 积分:1
-
OFDM_PSK_AWGN
You can use it to simulation OFDM in BPSK,QPSK and 8PSK in AWGN channel.You can see the symbol error rate and bit error rate from these simulation.
- 2010-10-07 10:36:42下载
- 积分:1