Scilab Reference Manual |
---|
DLRADAPT_f — Scicos discrete-time linear adaptive system
This block realizes a SISO linear system represented by its rational transfer function whose numerator and denominator roots are tabulated functions of the second block input. The rational function must be proper.
Roots are interpolated linearly between mesh points.
Vector of p mesh points | : a vector which defines u2 mesh points. Numerator roots : a matrix, each line gives the roots of the numerator at the corresponding mesh point. |
Denominator roots | : a matrix, each line gives the roots of the denominator at the corresponding mesh point. |
gain | : a vector, each vector entry gives the transfer gain at the corresponding mesh point. |
past inputs | : a vector of initial value of past degree(Numerator) inputs |
past outputs | : a vector of initial value of past degree(Denominator) outputs |
<< DEMUX_f | DLR_f >> |