⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 asptnlms.m

📁 卡尔曼滤波器设计的一个例子
💻 M
字号:
% [w,y,e,p]= asptnlms(x,w,d,mu,p,b)
%%    Performs filtering and coefficient update using the 
%    Normalized Least Mean Squares Adaptive algorithm.
% 	% Input Parameters [Size]:: %    x   : input samples delay line [L x 1]
%    w   : filter coefficients vector w(n-1) [L x 1]
%    d   : desired output d(n) [1 x 1]
%    mu  : adaptation constant%    p   : last estimated power of x p(n-1) 
%    b   : AR pole for recursive calculation of p% Output parameters::
%    w   : updated filter coefficients w(n)
%    y   : filter output y(n)
%    e   : error signal; e(n) = d(n)-y(n)
%    p   : new estimated power of x p(n)
%
% SEE ALSO INIT_NLMS, MODEL_NLMS, ASPTLMS
%       Author : John Garas PhD.%       Version 2.1, Release October 2002.%       Copyright (c) DSP ALGORITHMS 2000-2002.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -