搜索资源列表
lms+noise
- 自己课题用了的LMS程序,个人觉得很好,应该能帮上大家吧-own issues with the LMS procedures, personal feel very good, we should be able to help on it
jiben lms deyanjiu yu fangzhenfenxi
- 基本lms算法的分析研究与方针 是硕士论文 发表于中国学术刊物-basic algorithm research and policy analysis of the master's thesis published in academic journals in China
lms
- 用matlab仿真实现语音信号处理中分析合成语音的lms算法
Lms
- 基于ADSP TS201S的LMS算法
小波变换实现的lms自适应算法
- 小波变换实现的lms自适应算法
利用LMS和DFE两种算法进行均衡matlab的程序
- 利用LMS和DFE两种算法进行均衡matlab的程序。很有学习价值!,LMS and DFE using a balanced two algorithms matlab procedures. Great learning value!
LMS.rar
- LMS收敛程序。有2个仿真图,一个时域一个是频域的。,LMS convergence process. The simulation has two maps, one is a time domain frequency domain.
lms
- 自适均衡滤波器应算法程序,基于lms算法的,固定步长。-adaptive filter on lms
LMS
- LMS算法的基本原理分析介绍文档(难度为入门级别)-Introduction of LMS Algorithm
LMS
- 噪声抵消的matlab程序源码 LMS算法 matlab程序-Matlab noise cancellation process of the LMS algorithm matlab source program
LMS
- 经典LMS算法极其示例,希望有人能让我分享个多输入的LMS算法-LMS algorithm is extremely classic example of the hope that someone will allow me to share more than the LMS algorithm input
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)
LMS
- 自适应滤波器,lms!包含asm等文件,这是在C5000系列DSP上实现自适应滤波器的源码-fleber
lms
- Noise cancelation using LMS Adaptive filter
lms.m
- LMS Algorithm Demo - A system identification by the usage of the LMS algorithm.-LMS Algorithm Demo- A system identification by the usage of the LMS algorithm.
LMs
- 采用LMS算法的频域均衡技术研究,lms在频域均衡方面的应用。-LMS algorithm using frequency domain equalization technology research, lms balance in the frequency domain applications.
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
LMS
- LMS算法实现一阶AR模型的线性预测估计(LMS algorithm for linear prediction estimation of first order AR model)