资源简介
基于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
相关资源
- Fabrication and all-optical poling characteris
- 自适应滤波amp;LMS算法
- Hall effect of reactive sputtered iron nitride
- LMS自适应滤波器在电力有源滤波器中
- Origin of anomalous hysteresis loops induced b
- Cellulose Esterification and Its Application t
- 基于自适应滤波的三速电动机转子断
- LMS与RLS自适应滤波算法性能比较
- 基于fpga的自适应滤波器
- prollmsi.zip
- LMS Virtual.lab 12 安装说明
- LMS+Virtual.Lab+13.6+安装说明
- LMS511中文操作手册
- 高仿大麦在线选座 微信小程序,票务
- 神经网络导论实验报告
- 2017电赛e题源码
- DLMS 62056全套多功能电表通信规约中文
- 基于LMS算法的自适应滤波器FPGA代码实
- 2017年全国大学生电子设计竞赛自适应
- LMS自适应滤波器的FPGA实现方法
- Adaptive Filters: Theory and Applications-2nd
- 变步长LMS算法变步长LMS算法
- LMS理论背景_完整版
- 信道盲均衡资料CMA LMS
- BS EN 15722-2015
- 基于自适应滤波的胎儿心电信号提取
- 自适应滤波器原理第五版英文答案S
- 自适应滤波的dsp实现(TMS320c25或TMS3
- 自适应滤波第二版—时域自适应滤波
- FPGA 自适应滤波器
评论
共有 条评论