plot_ale() displays the adaptive filter transfer function and the
signals of interest in adaptive line enhancer applications. plot_ale()
takes as input parameters the adaptive filter coefficients vector ,
the filter input signal , output signal , and error signal
and returns after rendering the ALE graph. The variables of plot_model()
are summarized below.
Input Parameters ::
w : The adaptive filter response
x : filter input signal (narrow-band + wide-band)
y : filter output signal (narrow-band)
e : error signal (wide-band)
|