ss
PURPOSE
% Create system structure from state-space data. May be continuous,
SYNOPSIS
function retsys = ss (a, b, c, d, tsam, n, nz, stname, inname, outname, outlist)
DESCRIPTION
CROSS-REFERENCE INFORMATION
This function calls:
- abcddim % Check for compatibility of the dimensions of the matrices defining
- is_sample % Return true if @var{ts} is a valid sampling time
- syssetsignals % change the names of selected inputs, outputs and states.
This function is called by:
- analdemo % Octave Controls toolbox demo: State Space analysis demo
- balreal % Balanced realization of the continuous-time LTI system @var{sys}.
- bddemo % Octave Controls toolbox demo: Block Diagram Manipulations demo.
- buildssic %
- c2d %
- d2c % Convert a discrete (sub)system into a purely continuous one.
- dgkfdemo % Octave Controls toolbox demo:
- dgram % Return controllability gramian of discrete time system
- dlqg % O B S O L E T E * * * D O N O T U S E~
- dmr2d % convert a multirate digital system to a single rate digital system
- h2syn % Design
- hinf_ctr % Called by @code{hinfsyn} to compute the
- hinfsyn %
- jet707 % Creates a linearized state-space model of a Boeing 707-321 aircraft
- lqg % Design a linear-quadratic-gaussian optimal controller for the system
- ord2 % Creates a continuous 2nd order system with parameters:
- packsys % O B S O L E T E: use ss instead.
- parallel % Forms the parallel connection of two systems.
- place % Computes the matrix @var{K} such that if the state
- series % Forms the series connection of two systems.
- ss2sys % Create system structure from state-space data. May be continuous,
- sysappend % appends new inputs and/or outputs to a system
- sysconnect % Close the loop from specified outputs to respective specified inputs
- syscont % Extract the purely continuous subsystem of an input system.
- sysdisc %
- sysdup % Duplicate specified input/output connections of a system
- sysgroup % Combines two systems into a single system.
- sysmin % Returns a minimal (or reduced order) system
- sysout % print out a system data structure in desired format
- sysprune % Extract specified inputs/outputs from a system
- sysrepdemo % Tutorial for the use of the system data structure functions.
- sysscale % scale inputs/outputs of a system.
- sysupdate % Update the internal representation of a system.
- tzero % Compute transmission zeros of a continuous system:
- ugain % Creates a system with unity gain, no states.
- unitfeedback %unitfeedback(sys1)
- wgt1o % State space description of a first order weighting function.
- zp2ss % Conversion from zero / pole to state space.
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003