搜索资源列表
LMSLL
- LMS算法MATLAB仿真源代码!用于对智能天线的LMS算法进行仿真用!-LMS algorithm MATLAB source code! Smart Antenna for the LMS algorithm simulation using!
lms
- 用matlab仿真实现语音信号处理中分析合成语音的lms算法
LMSsimulationforAdaptiveEqualizer
- MATLAB仿真LMS算法完整源代码,仿真结果分析,及仿真图示
identificy_fir_with_iir22
- matlab 仿真 lai 实现用自适应iir滤波器 用lms算法
LMSandRLS
- LMS算法是自适应滤波中的基本算法,本程序用MATLAB对该算法进行了仿真
LMS-MATLAB
- 介绍了基于最小均方算法(LMS 算法) 的自适应均衡器的原理和结构,针对用硬件实现LMS 算法的自适应均衡器存在的诸多缺点,利用MATLAB 工具对各种结构形式的自适应均衡器在不同 信道模型下的收敛速度和精度进行仿真,并介绍了该仿真程序。
LMS
- 基于LMS算法的自适应滤波收敛性的Matlab仿真2 新一篇: 基于LMS算法的自适应滤波收敛性的Matlab仿真
matlab
- matlab实现自适应滤波 LMS算法的仿真程序 NLMS算法的仿真程序
AdaptPrediction
- LMS算法的matlab实现,是基本功能仿真、误差函数曲线等
LMSyuyin
- 本文将现实中采集到的一段语音加上了高斯白噪声,利用了LMS算法,将噪声滤除,仿真效果良好-This article will be collected in reality a section of voice coupled with a Gaussian white noise, using the LMS algorithm, the noise filtering, simulation results
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
vh
- LMS自适应算法的matlab仿真源程序-LMS adaptive algorithm matlab simulation source
f_lms
- 均衡技术是克服码间干扰(Inter-Symbol Interference,ISI)的有效措施,由于信道特性的随机性与时变性,实际中消除码间干扰最常用的是自适应均衡器。本文对基于最小均方(Least Mean Squares,LMS)算法和递推最小二乘(Recursive Least Squares,RLS)算法的自适应均衡器进行仿真研究,分析了信道特性与设计参数对自适应均衡器的收敛速度与稳态性能的影响。 -Equalization technique is to overcome inte
RLS_LMS
- 通过分析介绍自适应滤波器中经典算法LMS与RLS的异同,并且运用matlab进行仿真,使得初学者对于matlab在仿真过程的运用有更为直观的理解。并且对于自适应滤波有更清晰的认识。-By analyzing the introduction of classical adaptive filter algorithm LMS and RLS similarities and differences, and the use of matlab simulation, matlab for beg
matlab-sourcecode-for-LMS-algorithm
- 一种关于LMS算法的Matlab仿真源程序,经济实惠,经久耐用-One kind on the LMS algorithm Matlab simulation source, affordable, durable
smart--antenna
- 关于智能天线的一些MATLAB仿真源程序,详细讲述了波束成形、波达方向以及LMS算法、LS算法等仿真程序,具有通俗易懂,便于修改调试等特点-About Smart Antenna some MATLAB simulation source code, a detailed account of beamforming, direction of arrival and the LMS algorithm, LS algorithm simulation program, with user-fr
digital-equalizer-Verilog
- 硕士论文。主要包括:1、均衡器的设计原理 2、码间串扰与均衡原理 3、自适应均衡算法,主要介绍迫零算法、LMS算法、RLS算法 4、LMS自适应均衡器的Verilog设计 5、以上算法的matlab仿真-Master thesis. The main contents are as follows: 1, the design principle of the equalizer 2, intersymbol interference (ISI) and equilibrium principl
CSM_LCMV_LMS_beamforming_algorithm
- 三种自适应波束形成算法 1、基于CSM自适应波束形成算法 2、LCMV 波束形成的MATLAB仿真程序 3、LMS波束形成的MATLAB仿真程序 -beamforing algorithm
3
- 对基于LMS(最小均方)、NLMS(归一化最小均方)、RLS(递归最小二乘)算法的自适应噪声抵消系统进行MATLAB仿真,发现这几种算法都能从高背景噪声中有效地抑制干扰提取出有用信号,显示出了良好的的收敛性能,相比之下RLS算法去噪效果较好,呈现出更快的收敛速度,更强的稳定性和抑噪能力(the principle of LMS (minimum mean square), NLMS (normalized least mean square), RLS (recursive least squa