plot_anvc.m

来自「卡尔曼滤波器设计的一个例子」· M 代码 · 共 18 行

M
18
字号
%  plot_anvc(w,p,s,e,a,b)
%
%  Generates plots for evaluating an adaptive active 
%  noise and vibration control problem.
%
%  Input variables [Size]:
%    w   : estimated impulse response [L x Nref x Nact]
%    p   : primary impulse response [Lp x Nref x Nsens]
%    s   : secondary impulse response [Ls x Nact x Nsens]
%    e   : estimation error history
%    a,b : displays the w(:,a,b) filter (multichannel only), 
%          if a & b are not given wi11 display w(:,1,1).
%       Author : John Garas PhD.%       Version 2.1, Release October 2002.%       Copyright (c) DSP ALGORITHMS 2000-2002.

⌨️ 快捷键说明

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