sys2tf
PURPOSE
% Extract transfer function data from a system data structure.
SYNOPSIS
function [num, den, tsam, inname, outname] = sys2tf (Asys)
DESCRIPTION
CROSS-REFERENCE INFORMATION
This function calls:
- is_siso % Returns nonzero if the system data structure
- sysdimensions % return the number of states, inputs, and/or outputs in the system
- sysgetsignals % Get signal names from a system
- sysgettsam % Return the sampling time of the system @var{sys}.
- sysupdate % Update the internal representation of a system.
This function is called by:
- rlocus %
- sys2fir %
- sysadd % returns @var{sys} = @var{gsys} + @var{hsys}.
- sysout % print out a system data structure in desired format
- sysrepdemo % Tutorial for the use of the system data structure functions.
- sysscale % scale inputs/outputs of a system.
- syssub % Return @math{sys = Gsys - Hsys}.
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003