tzero
PURPOSE
% Compute transmission zeros of a continuous system:
SYNOPSIS
function [zer, gain] = tzero (A, B, C, D)
DESCRIPTION
CROSS-REFERENCE INFORMATION
This function calls:
- is_digital % Return nonzero if system is digital.
- is_siso % Returns nonzero if the system data structure
- ss % Create system structure from state-space data. May be continuous,
- sys2ss % Extract state space representation from system data structure.
- zgreduce % Implementation of procedure REDUCE in (Emami-Naeini and Van Dooren,
- zgrownorm % Return @var{nonz} = number of rows of @var{mat} whose two norm
This function is called by:
- analdemo % Octave Controls toolbox demo: State Space analysis demo
- ss2tf % Conversion from transfer function to state-space.
- ss2zp % Converts a state space representation to a set of poles and zeros;
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003