sysscale
PURPOSE
% scale inputs/outputs of a system.
SYNOPSIS
function sys = sysscale (sys, outscale, inscale, outname, inname)
DESCRIPTION
CROSS-REFERENCE INFORMATION
This function calls:
- ss % Create system structure from state-space data. May be continuous,
- sys2ss % Extract state space representation from system data structure.
- sys2tf % Extract transfer function data from a system data structure.
- sys2zp %@deftypefn {Function File} {[@var{zer}, @var{pol}, @var{k}, @var{tsam}, @var{inname}, @var{outname}] =} sys2zp (@var{sys})
- sysdimensions % return the number of states, inputs, and/or outputs in the system
- sysgetsignals % Get signal names from a system
- sysgettype % return the initial system type of the system
- tf % build system data structure from transfer function format data
- zp % Create system data structure from zero-pole data.
This function is called by:
- bddemo % Octave Controls toolbox demo: Block Diagram Manipulations demo.
- feedback % feedback(sys1,sys2)
- sysadd % returns @var{sys} = @var{gsys} + @var{hsys}.
- syssub % Return @math{sys = Gsys - Hsys}.
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003