bddemo
PURPOSE
% Octave Controls toolbox demo: Block Diagram Manipulations demo.
SYNOPSIS
function bddemo
DESCRIPTION
CROSS-REFERENCE INFORMATION
This function calls:
- parallel % Forms the parallel connection of two systems.
- prompt % Prompt user to continue
- run_cmd % run_cmd: short script used in demos
- ss % Create system structure from state-space data. May be continuous,
- sysadd % returns @var{sys} = @var{gsys} + @var{hsys}.
- 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.
- sysmult % Compute @math{sys = Asys*Bsys} (series connection):
- sysout % print out a system data structure in desired format
- sysprune % Extract specified inputs/outputs from a system
- sysscale % scale inputs/outputs of a system.
- syssetsignals % change the names of selected inputs, outputs and states.
- syssub % Return @math{sys = Gsys - Hsys}.
- sysupdate % Update the internal representation of a system.
- tf % build system data structure from transfer function format data
- tfout % Print formatted transfer function @math{n(s)/d(s)} to the screen.
This function is called by:
- DEMOcontrol % Octave Control Systems Toolbox demo/tutorial program. The demo
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003