搜索资源列表
LMS_MATLAB
- 比较经典的用lms算法实现自适应均衡器的matlab的程序,适合初学者学习
identificy_fir_with_iir22
- matlab 仿真 lai 实现用自适应iir滤波器 用lms算法
RLSandLMSAlogrithm
- 一个完整的基于LMS和RLS改进算法的语音增强MATLAB程序,包括了输入输出序列和读取数据,自适应增强算法的程序
LMSandRLS
- LMS算法是自适应滤波中的基本算法,本程序用MATLAB对该算法进行了仿真
LMS-MATLAB
- 介绍了基于最小均方算法(LMS 算法) 的自适应均衡器的原理和结构,针对用硬件实现LMS 算法的自适应均衡器存在的诸多缺点,利用MATLAB 工具对各种结构形式的自适应均衡器在不同 信道模型下的收敛速度和精度进行仿真,并介绍了该仿真程序。
LMS
- 基于LMS算法的自适应滤波收敛性的Matlab仿真2 新一篇: 基于LMS算法的自适应滤波收敛性的Matlab仿真
matlablms
- LMS算法MatLab实现 LMS自适应滤波器是使滤波器的输出信号与期望响应之间的误差的均方值为最小,因此称为最小均方(LMS)自适应滤波器。
matlab
- matlab实现自适应滤波 LMS算法的仿真程序 NLMS算法的仿真程序
lms
- 自适应滤波LMS算法的MATLAB程序,有修改过,运行即可看结果
aft
- 基于LMS算法的自适应回波抵消器算法 用于未知系统识别-Based on LMS Algorithm for Adaptive Echo Cancellation Algorithm for unknown system identification
lms
- 自适应LMS算法。由于我要使用,所以将信源信号及加澡后的信源信号保存起来。方便在FPGA设计里使用。-Adaptive LMS algorithm. Because I would like to use, so the source signal and add a noise after the shower saved the source signal. Designed to use in the FPGA.
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
lms
- 基于Matlab的自适应滤波器的LMS算法-Matlab-based LMS adaptive filter algorithm
rlslms
- 自适应滤波的MATLAB实现,包括lms rls 等算法-MATLAB programing rls lms
mynewlms5
- 基于matlab的LMS算法的自适应滤波器-Matlab-based adaptive filter LMS algorithm
LMS_MATLAB
- LMS是自适应滤波器设计中的一种算法,本文件为LMS算法在matlab中的应用。-LMS is the design of adaptive filter of an algorithm, this document is for the LMS algorithm in MATLAB application.
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
75266092lms_noise_cancellation
- 自适应滤波,语音信号处理,变换域lms算法,matlab(Adaptive filter, the speech signal processing, the transform domain LMS algorithm and matlab)