c2d
PURPOSE
%
SYNOPSIS
function dsys = c2d (sys, opt, T)
DESCRIPTION
CROSS-REFERENCE INFORMATION
This function calls:
- bode % If no output arguments are given: produce Bode plots of a system; otherwise,
- is_digital % Return nonzero if system is digital.
- is_sample % Return true if @var{ts} is a valid sampling time
- ss % Create system structure from state-space data. May be continuous,
- strappend % Append string @var{suffix} to each string in the list @var{strlist}.
- 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}.
- syssetsignals % change the names of selected inputs, outputs and states.
- sysupdate % Update the internal representation of a system.
- zp % Create system data structure from zero-pole data.
This function is called by:
- analdemo % Octave Controls toolbox demo: State Space analysis demo
- d2c % Convert a discrete (sub)system into a purely continuous one.
- dhinfdemo % Demonstrate the functions available to design a discrete
- hinfdemo %
- lsim % Produce output for a linear simulation of a system; produces
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003