搜索资源列表
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
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