搜索资源列表
lms
- 用matlab仿真实现语音信号处理中分析合成语音的lms算法
LMS-MATLAB
- 介绍了基于最小均方算法(LMS 算法) 的自适应均衡器的原理和结构,针对用硬件实现LMS 算法的自适应均衡器存在的诸多缺点,利用MATLAB 工具对各种结构形式的自适应均衡器在不同 信道模型下的收敛速度和精度进行仿真,并介绍了该仿真程序。
LMS
- 基于LMS算法的自适应滤波收敛性的Matlab仿真2 新一篇: 基于LMS算法的自适应滤波收敛性的Matlab仿真
matlablms
- LMS算法MatLab实现 LMS自适应滤波器是使滤波器的输出信号与期望响应之间的误差的均方值为最小,因此称为最小均方(LMS)自适应滤波器。
matlab
- matlab实现自适应滤波 LMS算法的仿真程序 NLMS算法的仿真程序
lms
- 自适应滤波LMS算法的MATLAB程序,有修改过,运行即可看结果
利用LMS和DFE两种算法进行均衡matlab的程序
- 利用LMS和DFE两种算法进行均衡matlab的程序。很有学习价值!,LMS and DFE using a balanced two algorithms matlab procedures. Great learning value!
RLS_LMS.rar
- LMS算法、RLS算法 及其二者的比较 有注释说明的 比较详细,LMS algorithm, RLS algorithm and the two more notes of a more detailed
LMS
- 噪声抵消的matlab程序源码 LMS算法 matlab程序-Matlab noise cancellation process of the LMS algorithm matlab source program
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
MATLAB_LMS
- 用MATLAB实现lms算法及改进的lms的源代码-Using MATLAB to achieve improved LMS algorithm and LMS source code
newblms
- 分块BLMS 算法,首先将信号分成若干小快,然后进行LMS计算,解决了计算工程量大的问题-Block BLMS algorithm, first of all, the signal is divided into several small fast, and then proceed to LMS, the solution to calculate the engineering problem of a large quantity of
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)
gFULMS
- 振动抑制的matlab程序源码 LMS算法 matlab -LMS algorithm for vibration suppression
gFXLMS
- 振动抑制的matlab程序源码 LMS算法 matlab程序-Vibration suppression of the matlab process procedures source LMS algorithm matlab
lms
- 基于Matlab的自适应滤波器的LMS算法-Matlab-based LMS adaptive filter algorithm
LMS
- LMS算法的MATLAB实现以及实例,显示输出序列-LMS algorithm and example MATLAB implementation, show that the output sequence
LMS
- LMS算法实现回声消噪,自己编写的原代码,对初学者有一定的帮助啊-LMS algorithm for echo cancellation noise, I have written the original code, there is some help for beginners ah