plot_anvc() provides a quick access to the performance of an active noise
and vibration controller. plot_anvc() takes as input the adaptive controller
, the primary p and secondary s transfer functions, the mean square error vector
(that is usually returned by update_ipwin()), and returns after rendering the ANVC graphs.
For multichannel systems, you can specify the index of the controller to be examined using the
optional and parameters. The variables of plot_anvc() are summarized below.
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 : mean square error
a,b : displays the w(:,a,b) filter (multichannel only),
if a & b are not given will display w(:,1,1).
|