sysmult
PURPOSE
% Compute @math{sys = Asys*Bsys} (series connection):
SYNOPSIS
function sys = sysmult (varargin)
DESCRIPTION
CROSS-REFERENCE INFORMATION
This function calls:
- sys2ss % Extract state space representation from system data structure.
- sysconnect % Close the loop from specified outputs to respective specified inputs
- sysdimensions % return the number of states, inputs, and/or outputs in the system
- sysgroup % Combines two systems into a single system.
- sysmult % Compute @math{sys = Asys*Bsys} (series connection):
- sysprune % Extract specified inputs/outputs from a system
- syssetsignals % change the names of selected inputs, outputs and states.
This function is called by:
- bddemo % Octave Controls toolbox demo: Block Diagram Manipulations demo.
- parallel % Forms the parallel connection of two systems.
- sysmult % Compute @math{sys = Asys*Bsys} (series connection):
- unitfeedback %unitfeedback(sys1)
- zp2ss % Conversion from zero / pole to state space.
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003