is_digital
PURPOSE
% Return nonzero if system is digital.
SYNOPSIS
function DIGITAL = is_digital (sys, eflg)
DESCRIPTION
CROSS-REFERENCE INFORMATION
This function calls:
- 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}.
This function is called by:
- bode % If no output arguments are given: produce Bode plots of a system; otherwise,
- c2d %
- d2c % Convert a discrete (sub)system into a purely continuous one.
- damp % Displays eigenvalues, natural frequencies and damping ratios
- dcgain % Returns dc-gain matrix. If dc-gain is infinite
- dmr2d % convert a multirate digital system to a single rate digital system
- dre % Solve the differential Riccati equation
- h2norm % Computes the
- hinfnorm % Computes the
- is_detectable % Test for detectability (observability of unstable modes) of (@var{a}, @var{c}).
- is_dgkf % Determine whether a continuous time state space system meets
- is_stabilizable % Logical check for system stabilizability (i.e., all unstable modes are controllable).
- is_stable % Returns 1 if the matrix @var{a} or the system @var{sys}
- isct % Return true if the LTI system @var{sys} is continuous-time, false otherwise.
- isdt % Return true if the LTI system @var{sys} is discrete-time, false otherwise.
- lqg % Design a linear-quadratic-gaussian optimal controller for the system
- nichols % Produce Nichols plot of a system.
- nyquist % Produce Nyquist plots of a system; if no output arguments are given, Nyquist
- place % Computes the matrix @var{K} such that if the state
- pzmap % Plots the zeros and poles of a system in the complex plane.
- sys2fir %
- sysmin % Returns a minimal (or reduced order) system
- sysupdate % Update the internal representation of a system.
- tzero % Compute transmission zeros of a continuous system:
- zgreduce % Implementation of procedure REDUCE in (Emami-Naeini and Van Dooren,
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003