syssetsignals
PURPOSE
% change the names of selected inputs, outputs and states.
SYNOPSIS
function retsys = syssetsignals (sys, opt, names, sig_idx)
DESCRIPTION
CROSS-REFERENCE INFORMATION
This function calls:
- is_signal_list % Return true if @var{mylist} is a list of individual strings.
- syschtsam % This function changes the sampling time (tsam) of the system. Exits with
- 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}.
- sysidx % Return indices of signals with specified signal names
- sysupdate % Update the internal representation of a system.
This function is called by:
- bddemo % Octave Controls toolbox demo: Block Diagram Manipulations demo.
- c2d %
- d2c % Convert a discrete (sub)system into a purely continuous one.
- dgkfdemo % Octave Controls toolbox demo:
- parallel % Forms the parallel connection of two systems.
- ss % Create system structure from state-space data. May be continuous,
- sysadd % returns @var{sys} = @var{gsys} + @var{hsys}.
- syschnames % Superseded by @command{syssetsignals}.
- sysconnect % Close the loop from specified outputs to respective specified inputs
- sysdup % Duplicate specified input/output connections of a system
- sysmin % Returns a minimal (or reduced order) system
- sysmult % Compute @math{sys = Asys*Bsys} (series connection):
- syssub % Return @math{sys = Gsys - Hsys}.
- tf % build system data structure from transfer function format data
- zp2ss % Conversion from zero / pole to state space.
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003