-
Variable-Fuzzy-Sets-Method-
本文为一个可变模糊集合方法的MATLAB代码,可以供初学者参考(This is a variable fuzzy sets method MATLAB code, you can reference for beginners)
- 2011-05-12 20:55:24下载
- 积分:1
-
zishiyinglvbo
一种自适应滤波算法,适应滤波、去噪的一个小程序(An adaptive filtering algorithm
)
- 2011-06-01 20:29:23下载
- 积分:1
-
InSAR-UNwrapping
一篇关于Insar相位展开的文章,对面分析和各种经典算法和最前沿的算法比较(An article on the Insar phase of the article, the opposite analysis and a variety of classical algorithms and the most cutting-edge algorithm)
- 2016-12-05 16:15:43下载
- 积分:1
-
MSK
MSK调制 SIMULINK模块化实现 可以实现误码率的分析(MSK modulation SIMULINK modular BER analysis)
- 2012-05-22 08:45:26下载
- 积分:1
-
matlab-optimization-algorithms
Matlab 最优化算法程序以及算例
包含各类最优化求解算法的m文件(matlab optimization algorithms
programs and examples)
- 2015-03-18 21:48:35下载
- 积分:1
-
Intersect
AE开发,InterSect操作AE开发,InterSect操作AE开发,InterSect操作AE开发,InterSect操作(ArcEngine for intersect tool)
- 2015-03-18 21:56:31下载
- 积分:1
-
leach
leach协议matlab代码,很不错的,希望对学习leach协议的同学有帮助。(leach agreement matlab code, very good, I hope to learn leach protocol help students.)
- 2014-01-10 16:57:41下载
- 积分:1
-
Neuro_physiology
code for cyclically connecting neurons
- 2014-12-14 21:05:11下载
- 积分:1
-
MATLAB
一个MATLAB小波分析的程序,这是一个信号处理程序,用于故障诊断。(SOUCE CODE)
- 2009-04-19 14:48:17下载
- 积分:1
-
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