-
Digital-filter
数字滤波器的各种结构的C程序实现,包含格型滤波器。本文没有讨论复杂的数学方法及公式。相信对正在为滤波器结构实现烦恼的人有所帮助。(Various structures of digital filter C program, including lattice filter. This article does not discuss the complex mathematical methods and formulas. I believe the troubles are achieving for the filter structure of human help.)
- 2020-12-17 09:59:12下载
- 积分:1
-
failing
阵列信号处理的高分辨率估计,意信号卷积的运算,并且绘制图象,基于matlab平台实现。( High-resolution array signal processing estimates, Convolution operation is intended to signal and image rendering, Based on matlab platform.)
- 2016-09-09 09:47:56下载
- 积分:1
-
HBMMC
半桥型模块化多电平换流器开环逆变仿真,一个桥臂12个模块,三相逆变器(Open loop inverter simulation of half bridge modular multilevel converter)
- 2018-03-05 21:06:43下载
- 积分:1
-
rastrigin
Code of PSO-Rastrigin with matlab
- 2013-10-31 14:06:36下载
- 积分:1
-
cl_matcontM2_2
说明: 计算动力学系统的分岔图,混沌系统,高维混沌系统的分岔图(Calculated bifurcation diagram of dynamical systems, chaotic systems, high-dimensional chaotic system bifurcation diagram)
- 2008-11-04 10:13:35下载
- 积分:1
-
gall
lms echo cancellation
- 2011-10-02 22:51:01下载
- 积分:1
-
roboFIS
matlab code for robot command using fuzzy analysis
- 2013-10-09 21:50:25下载
- 积分:1
-
gretna_vulnerability
计算复杂网络在随机性和目标性攻击下的网络脆弱性( U8BA1 u590D u7401 u7279 u7279 u7279 u7R0 )
- 2017-04-26 17:58:13下载
- 积分:1
-
BasedonMATLABpowerfacorcorrectioncircuitsimulation
对一种三相无源功率因数校正电路进行了参数的优化和仿真,仿真结果表明,运用Matlab中的SimPowerSystems模块对复杂的电路进行仿真分析和研究,不失为一种准确、直观有效的方法。 (Of a three-phase passive power factor correction circuit parameter optimization and simulation results show that the use of Matlab in SimPowerSystems module circuit simulation of complex analysis and research, after all, a precise, direct and effective way.)
- 2010-06-06 10:40:51下载
- 积分: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