搜索资源列表
Severalauto-adaptedalgorithms
- 本文对LMS、NLMS 以及NVSS 算法的性能进行了比较, 通过仿真发现NLMS 算法的运算速度虽略慢于LMS 算法-In this paper, LMS, NLMS algorithm, as well as the performance of NVSS comparison of NLMS algorithm through the simulation found that the computation speed is slightly slower than the LMS al
lms_nlms_rls_by_matlab
- 本文件包括了关于自适应滤波器matlab实现的主流模拟仿真,其中包括lms,nlms,rls等等,供交流经验-This document includes the adaptive filter on matlab simulation to achieve the mainstream, including the lms, nlms, rls, etc., for exchange of experience
adapt_filter
- 自适应滤波的MATLAB实现,介绍了LMS算法、NLMS算法和RLS算法-failed to translate
speech-enhancement
- 本文介绍了一种基于自适应滤波算法的语音信号增强处理的方法。文中在扼要介绍了目前常用的语音增强方法的基础上,重点介绍了采用LMS算法的自适应语音增强系统。对三种LMS算法(基本LMS算法,符号误差LMS算法及NLMS算法)进行仔细研究,并用Matlab仿真实现,验证比较了三种算法的语音增强效果。-In this paper, a system of speech enhancement is discussed based on self-adaptive algorithm. On the ba
NLMS
- LMS自适应滤波算法,用于自适应滤波,MATLAB仿真必备-LMS adaptive filtering algorithm for adaptive filtering, MATLAB simulation essential
matlab_files_msc_thesis_2105
- Echo cancellation using LMS and NLMS
algorithm
- LMS算法程序,NLMS算法程序,RLS算法程序-The program of the LMS algorithm, NLMS algorithm, RLS algorithm
adaptive filter
- 介绍了噪声抵消的原理和从强噪声背景中自适应滤波提取有用信号的方法,并对最小均 方 (LMS, Least Mean Squares) 、归一化 LMS(NLMS, Normalized Least Mean Squares) 和递推最小二乘 (RLS, Recursive Least Squares) 三种基本自适应算法进行了对比研究。计算机模拟仿真结果表明,这 几种算法都能通过有效抑制各种干扰来提高强噪声背景中的信号检测特性。相比之下, RLS 算法 具有良好的收敛性