Home > freetb4matlab > ident > idsim.m

idsim

PURPOSE ^

%

SYNOPSIS ^

function y = idsim(u, th)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} {idsim ([@var{u} @var{e}], @var{th})}
%
% Simulate the effects of the MISO system defined by @var{th}.
% @var{e} is the noise in the input.  It is scaled by @math{sqrt(v)}, where @var{v} is 
% the noise variance given when you created the model, so for proper 
% effect, @var{e} should have mean 0 and variance 1.
%
% If @var{e} is not given, then a noise free simulation is run.
%
% @end deftypefn
% @seealso {poly2th, idplot}

CROSS-REFERENCE INFORMATION ^

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