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

📄 asptlfpef.m

📁 卡尔曼滤波器设计的一个例子
💻 M
字号:
% [k,b,P,e,y,c]=asptlfpef(k,b,P,x,mu_p)
%
%    Implements an adaptive LMS Lattice Forward Prediction 
%    Error Filter with filter input x(n) and output 
%    e(n). LFPEF also returns the coefficients of the 
%    equivalent transversal PEF in the variable c.
% 	% Input Parameters:: 
%    k   : vector of lattice predictor coefficients
%    b   : vector of backward prediction error
%    P   : vector of last estimated power of b
%    x   : new input sample
%    mu_p: adaptation constant for the predictor coefficient
%
% Output parameters::
%    k   : updated lattice predictor coefficients
%    b   : updated backward prediction error vector
%    P   : updated power estimate of b
%    e   : forward prediction error
%    y   : predictor output
%    c   : Equivalent transversal predictor coefficients.
%
% SEE ALSO INIT_LFPEF, PREDICT_LFPEF
%       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 + -