搜索资源列表
LMS和变步长LMS的性能比较
- 本程序对两种固定步长和一种变步长最小均方误差算法的权值收敛进行了仿真,结果表明变步长的算法效果更优。
基于DSP的lms自适应滤波器实现
- 基于DSP的lms自适应滤波器实现并仿真
LMS_Newton
- 用于仿真牛顿LMS算法-for LMS algorithm simulation Newton
implementofLMS_Equalizer
- 采用LMS算法的盲均衡仿真程序,挺简单的,大家可作为参考-using LMS blind equalization algorithm for the simulation program, quite simply, we can reference
predictionpower
- 利用LMS算法仿真了各种线性预测滤波器,并证明的该算法效率很高,能节省硬件资源.-LMS algorithm simulation using a variety of linear predictive filter, and demonstrate the high efficiency of the algorithm. can save hardware resources.
lms
- 用matlab仿真实现语音信号处理中分析合成语音的lms算法
LMS_toolbox
- LMS算法工具箱,很多使用的LMS算法仿真程序。-LMS algorithm toolbox, many of the LMS algorithm using the simulation program.
LMSalgorithm
- 基于MMSE算法的自适应均衡LMS算法仿真,采用AR模型-MMSE algorithm based on LMS adaptive equalization algorithm simulation, the use of AR model
LMS
- 在一种变步长LMS 算法的基础上,引进动量因式,提出了一种新的改进LMS 的算法。新算法整体性能优 于变步长LMS 算法以及LMS 算法。通过理论分析,比较了新的算法和变步长LMS 算法以及LMS 算法的收敛性 和稳态性,提出了一种设想以提高新算法的稳态性。仿真试验证明了新算法的优越性以及设想的在仿真条件下的正 确性。-In a variable step size LMS algorithm, based on the i
RLS_LMS
- RLS和LMS算法仿真,学通信的基础算法,已经运行过~
LMS-MATLAB
- 介绍了基于最小均方算法(LMS 算法) 的自适应均衡器的原理和结构,针对用硬件实现LMS 算法的自适应均衡器存在的诸多缺点,利用MATLAB 工具对各种结构形式的自适应均衡器在不同 信道模型下的收敛速度和精度进行仿真,并介绍了该仿真程序。-Introduction based on the least mean square algorithm (LMS algorithm) of the adaptive equalizer
LMS
- 接收端自适应均衡器的LMS算法MATLAB仿真实现-Receiver adaptive equalizer of LMS algorithm MATLAB simulation
lms
- 一个lms算法的matlab仿真程序。实现曲线输出。有很好的参考价值。-An LMS algorithm matlab simulation program. Realize the output curve. Have a very good reference value.
lms
- LMS算法使用matlab语言实现仿真 用于自适应滤波器-LMS algorithm using matlab simulation language used to achieve adaptive filter
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
lms
- TD系统中智能天线下行波束赋形lms算法仿真实现-TD System Smart Antenna Downlink Beamforming Algorithm for Simulation of lms
LMS
- 自适应变步长LMS算法,仿真与功能说明,算法详解,资料综合!-Auto LMS matlab
LMS
- 基于LMS算法的matlab实现,比较基本的LMS算法,可用于自适应滤波器仿真-Matlab implementation based on LMS algorithm is a basic implementation of LMS algorithm for adaptive filter simulation.
variable-step-LMS-algorithm-
- 一种变步长LMS算法及其Matlab仿真-A variable step size LMS algorithm and its Matlab simulation
LMS算法
- lms自适应滤波算法的matlab仿真。包含lms算法的学习曲线。(lms adaptive filtering)