搜索资源列表
MMSE_IC
- 基于LMS(最小均方误差算法)的自适应滤波 基于LMS(最小均方误差算法)的自适应滤波-based on the LMS (MMSE) algorithm based on the LMS adaptive filtering (minimum mean square error algorithm) the adaptive filtering based on the LMS (minimum mean square error algorithm) Adaptive Filter
spec_subm
- 自适应滤波算法,可用于语音降噪等前端处理-adaptive filtering algorithms can be used for voice, and other front-end noise
LMS
- 在这几十年里,数字信号处理技术取得了飞速发展,特别是字适应信号处理技术以其计算简单、收敛速度快等许多优点而广泛被使用。它通过起内部参数的最优化来自动改变其特性。自适应滤波算法在统计信号处理的许多应用中都是非常重要的。在这几十年里,数字信号处理技术取得了飞速发展,特别是字适应信号处理技术以其计算简单、收敛速度快等许多优点而广泛被使用。它通过起内部参数的最优化来自动改变其特性。自适应滤波算法在统计信号处理的许多应用中都是非常重要的。
J005241
- 主要 研 究 用于声音通讯系统中的声回波抵消技术。声回波抵消通常采用声回波抵 消器来实现。具体方法是用自适应滤波器来估计回波信号,并从麦克风信号中减掉该 估计值,从而实现声回波的抵消。回波抵消器中常用的几种自适应滤波算法有LMS, NLMS, RLS等算法。对现有主要算法的性能进行了分析,并对优缺点进行评价和比 较。为了在收敛速度和运算量之间得到很好的折衷,对NLMS算法改进,得到了 PNLMS算法,对传统的快处理块算法改进,得到了精确块算法。综合两个算法,获 得了一种基
LMS
- LMS自适应滤波算法是很常见的滤波算法。本代码包括常用的LMS自适应滤波算法,如基本LMS算法,解相关LMS算法,滤波型LMS算法,变换域LMS算法等。
lMS
- 他的功能是实现自适应滤波算法,并且有图形窗口
sishiyinglvbosheji
- 对语音或图像信号加噪,然后自适应滤波恢复原来的信号。要求使用算法LMS 。-Voice or image of the noise signal, and then revert to the original adaptive filter signal. Require the use of algorithms LMS.
LMS
- LMS算法实现自适应滤波 clear close all clc N=10000 设置仿真长度 信号产生参数设定 a1=-0.195 a1=-1.5955 a2=0.95 R0=[1,a1,a2 a1,1+a2,0 a2,a1,1] p=[1,0,0] r=inv(R0)*p 计算理论自相关函数 R=[r(1),r(2) r(2),r(1)] 生成理论自相关矩阵 p1=[r(2),r(3)] 生成互相关 h=inv(R)
matlab_based_adaptive_system_emulation
- 基于matlab的自适应仿真,其算法都是LMS算法,有系统辨识,噪声对消,自适应滤波器,陷波器,图像的DCT变换-adaptive emulation based on LMS,include system recognise,noise canceler,adaptive filter,dct transform
Adaptivefiltering
- 对自适应滤波的工作原理进行了详细的介绍并综述了其算法的应用,对刚刚学习自适应滤波的人有很大帮助。-Work on the principle of adaptive filtering for a detailed introduction and overview of the application of the algorithm, adaptive filter just those who study are very helpful.
LMS_speech_enhancement
- 运用自适应滤波算法实现的语音增强Matlab程序,附带带噪语音,在M文件中自己修改文件名即可使用-The use of adaptive filtering algorithm for speech enhancement Matlab program, with noisy speech, changes in the M file, the file name to use their own
LMS
- 实现FIR系统中的最小均方误差自适应滤波算法(LMS),并通过误差曲面研究其性能。-FIR system in the minimum mean square error adaptive filtering algorithm (LMS), and study its performance through the error surface.
lvbosuanfaMathScript
- 自己做的一个自适应滤波算法。可以进行反馈滤波及对波形的显示。-Do an adaptive filtering algorithm. Feedback filter and waveform display.
zishiyinglvbo
- labviewz中自适应滤波算法之调用MATLAB的相关程序。-Adaptive filtering algorithm Calling MATLAB program.
LMS
- 基于AR模型的最小均方误差,自适应滤波算法-AR model based on minimum mean square error, adaptive filtering algorithm
Blind_Adaptive_Filtering
- 自适应滤算法之盲自适应滤波算法Blind_Adaptive_Filtering-Adaptive filter algorithm-Blind_Adaptive_Filtering
LMS-based_Algorithms
- 基于最小均方算法的自适应滤波算法设计LMS,NLMS,LMS-Newton-Least mean square based_Algorithms,
LMS
- LMS算法 最小二乘自适应滤波算法 现代信号处理 张贤达 课本程序 -LMS algoriyhm
MATLAB
- 自适应滤波算法之调用MATLAB 自适应滤波存在于信号处理、控制、图像处理等许多不同领域,它是一种智能更有针对性的滤波方法,通常用于去噪。-Adaptive filtering algorithm called MATLAB
DOVLMP
- 一种分阶自适应Volterra滤波算法代码,对研究非线性自适应滤波器的同学非常有帮助(A hierarchical adaptive Volterra filter algorithm code, the study of nonlinear adaptive filter students very helpful)