sysconnect
PURPOSE
% Close the loop from specified outputs to respective specified inputs
SYNOPSIS
function sys = sysconnect (sys, output_list, input_list, order, tol)
DESCRIPTION
CROSS-REFERENCE INFORMATION
This function calls:
- is_sample % Return true if @var{ts} is a valid sampling time
- is_signal_list % Return true if @var{mylist} is a list of individual strings.
- ss % Create system structure from state-space data. May be continuous,
- sys2ss % Extract state space representation from 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}.
- sysgettype % return the initial system type of the system
- sysidx % Return indices of signals with specified signal names
- sysreorder %
- syssetsignals % change the names of selected inputs, outputs and states.
- sysupdate % Update the internal representation of a system.
This function is called by:
- bddemo % Octave Controls toolbox demo: Block Diagram Manipulations demo.
- feedback % feedback(sys1,sys2)
- sysmult % Compute @math{sys = Asys*Bsys} (series connection):
- unitfeedback %unitfeedback(sys1)
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003