% -*- texinfo -*- % @deftypefn {Function File} {} {poly2th (@var{a}, @var{b}, @var{c}, @var{d}, @var{f}, @var{v}, @var{T})} % % Represent the generalized Multi-Input, Single-Output (MISO) system % defined as follows: % % % @math{ A_j(q)y(t) = \sum_{i=1}^{bn} \left( \frac{B_i(q)}{F_i(q)} u_i(t) \right) + \frac{C(q)}{D(q)}e_j(t)} % where % e is white noise % u is the input signal % y is the output signal % % @var{v} is the variance on the noise (default is 1) % @var{T} is the sampling interval (default is 1) % % @end deftypefn % @seealso {mktheta, idsim}