资源简介
基于LMS(最小均方误差算法)的自适应滤波源程序,包括LMS相关程序、RLS
代码片段和文件信息
% Least Median of Squares Toolbox.
% Version 1.0 03-Sep-2001
%
% (Requires the Statistics toolbox.)
%
% Tested under Matlab 5.3.1.29215a (R11.1)
%
% This toolbox contains a set of functions which can be used to
% compute the Least Median of Squares regression the Reweighted
% Least Squares regression the associated location and scale
% estimators and the Minimum Volume Ellipsoid. The concept is the
% minimization of the median of the squared errors (residuals) in
% order to achieve robustness against the outliers.
%
%
% Least Median of Squares (LMS).
% LMSloc - LMS location parameter.
% LMSsca - LMS scale parameter.
% LMSreg - LMS linear regression.
% LMSregor - LMS linear regression through the origin.
% LMSpol - LMS polynomial regression.
% LMSpolor - LMS polynomial regression through the origin.
% LMSar - LMS autoregressive.
%
% Reweighted Least Squares (RLS).
% RLSloc - RLS location parameter.
% RLSsca - RLS scale parameter.
% RLSreg - RLS linear regression.
% RLSregor - RLS linear regression through the origin.
%
% Minimum Volume Elipsoid (MVE).
% MVE - MVE of a data set.
% RMVE - Reweighted MVE of a data set.
%
% Notes:
% It is strongly advisable not to use large data sets.
% The data sets must not contain any “NaNs“.
%
% Alexandros Leontitsis
% Institute of Mathematics and Statistics
% University of Kent at Canterbury
% Canterbury
% Kent CT2 7NF
% U.K.
%
% University e-mail: al10@ukc.ac.uk (until December 2002)
% Lifetime e-mail: leoaleq@yahoo.com
% Homepage: http://www.geocities.com/CapeCanaveral/Lab/1421
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1700 2002-07-23 18:51 Contents.m
文件 1573 2002-07-23 18:51 LMSar.m
文件 1671 2002-07-23 18:51 LMSloc.m
文件 2005 2002-07-23 18:51 LMSpol.m
文件 1966 2002-07-23 18:51 LMSpolor.m
文件 2317 2002-07-23 18:51 LMSreg.m
文件 2150 2002-07-23 18:51 LMSregor.m
文件 2584 2002-07-23 18:51 LMSregsa.m
文件 2363 2003-12-28 09:27 LMSsca.m
文件 2113 2002-07-23 18:51 MVE.m
文件 1477 2002-07-23 18:51 RLSloc.m
文件 1433 2002-07-23 18:51 RLSreg.m
文件 1405 2002-10-11 19:10 RLSregor.m
文件 2465 2002-07-23 18:51 RLSsca.m
文件 1093 2002-07-23 18:51 RMVE.m
相关资源
- 回声消除算法的综合比较
- 编程实现NLMS_LMS对比.docx
- SICK—LMS400激光传感器测距程序
- 自适应滤波器在图形降噪中的应用
- DLMS/COSEM OBIS项目列表
- 37724122try_fxlms.rar
- 非高斯alpha稳定分布环境中自适应滤波
- LMS算法和NLMS算法的性能比较
- 基于NLMS算法的自适应滤波器的研究与
- 自适应滤波器原理(答案与代码).
- 自适应滤波原理第四版答案与代码高
- OFDM信道估计与均衡 ZF MMSE RLS LMS
- 基于FXLMS的ANC系统
- 几种经典自适应滤波算法源代码LMSR
- LMS算法
- lms_ccs.rar
- 自适应滤波器原理(答案与代码)
- 2017年全国大学生电子设计竞赛试题
- Oxygen vacancy induced ferromagnetism in Ni do
- Structural properties of In-doped ZnO thin fil
-
thermal conductivity of me
tallic nanofilms: - DLMS协议库.rar
- 《自适应滤波器算法与实现》的源码
- LMS和归一化LMS算法收敛门限与步长的
- 自适应滤波VSS-LMS算法的实现
- 自适应滤波器原理(中文第4版)答案
- 自适应均衡中RLS和LMS算法的比较
- 基于FRFT的LFM信号自适应滤波算法及分
- lms5xx(LMS511ROS网口驱动)
- 自适应滤波
评论
共有 条评论