| Purpose |
| Displays the optimal filter and the solution achieved by the adaptive filter for evaluating the adaptive system identification applications. |
| Syntax |
plot_model(w,h,e)
|
| Description |
plot_model() is helpful in the verification stage in adaptive system identification
applications. plot_model() takes as input the adaptive filter coefficients vector
update_ipwin()), and returns after rendering
the graph window. The variables of plot_model() are summarized below.
Input variables: w : estimated impulse response h : actual impulse response e : estimation error history |
| Example |
An example graph window generated using plot_model() is shown in Fig. 9.8.
The top left panel shows the impulse response of the optimal solution
|