plot_invmodel() is helpful in the verification stage in adaptive inverse modeling
(equalization) applications. plot_invmodel() takes as input the adaptive filter
coefficients vector , the transfer function to be inverted , the mean square
error vector (that is usually returned by update_ipwin()), and the modeling
delay , and returns after rendering the graph. The variables of plot_invmodel()
are summarized below.
Input variables:
w : adaptive filter coefficients vector
h : impulse response of the channel to be equalized
e : mean square error vector
D : modeling delay in the desired response path.
|