Home > freetb4matlab > ident > poly2th.m

poly2th

PURPOSE ^

%

SYNOPSIS ^

function th = poly2th(a,b,c,d,f,v,T)

DESCRIPTION ^

% -*- 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}

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003