搜索资源列表
LMS
- 非常不错的LMS学习材料 附带LMS仿真结果
LMS和变步长LMS的性能比较
- 本程序对两种固定步长和一种变步长最小均方误差算法的权值收敛进行了仿真,结果表明变步长的算法效果更优。
LMS各类算法
- LMS自适应滤波器的仿真,收敛性能以及其误差性能。
基于DSP的lms自适应滤波器实现
- 基于DSP的lms自适应滤波器实现并仿真
LMS.rar
- LMS收敛程序。有2个仿真图,一个时域一个是频域的。,LMS convergence process. The simulation has two maps, one is a time domain frequency domain.
lms
- 自适应波束形成中的LMS算法matlab仿真程序-LMS
lms
- LMS算法使用matlab语言实现仿真 用于自适应滤波器-LMS algorithm using matlab simulation language used to achieve adaptive filter
lms
- lms算法的MATLAB仿真,通俗易懂,非常适合初学者-MATLAB simulation of the lms algorithm, user-friendly, very suitable for beginners
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-equalizer-in-MATLAB
- 本程序是在MATLAB中对LMS均衡算法的通信仿真。-This procedure is in the MATLAB algorithm of LMS balanced communication simulation.
LMS
- 简单的最小二乘逼近算法,用于系统辨识,方便修改噪声参数和系统参数,为系统辨识和仿真作业的源代码。-Simple least-squares approximation algorithm for system identification to facilitate the modification of system parameters and noise parameters for the system identification and simulation of the sourc
lms
- TD系统中智能天线下行波束赋形lms算法仿真实现-TD System Smart Antenna Downlink Beamforming Algorithm for Simulation of lms
LMS
- 基于LMS和RLS的自适应滤波仿真与分析,内含详细说明-Based on LMS and RLS adaptive filtering simulation and analysis, containing detailed descr iption of
lms
- LMS算法,可以实现在计算机上的仿真,通过仿真可以清楚的了解结果-LMS
lms
- lms自适应滤波器算法在MATLAB仿真实现-lms adaptive filter algorithm in MATLAB Simulation
LMS
- 自适应滤波和仿真实验,有毕设的同学可以参考下-Adaptive filtering and simulation experiments, there is complete set up for students to refer to the following
lms
- 反正切函数的变步长算法,能实现反正切函数的变步长的仿真!-Arc tangent function, variable step-size algorithm
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.
lms-matlab
- 介绍如何编写自适应lms算法的matlab仿真程序,很适合初学者-How to write adaptive lms algorithm matlab simulation program, it is suitable for beginners