zp2ss
PURPOSE
% Conversion from zero / pole to state space.
SYNOPSIS
function [a, b, c, d] = zp2ss (zer, pol, k)
DESCRIPTION
CROSS-REFERENCE INFORMATION
This function calls:
- sortcom % Sort a complex vector.
- ss % Create system structure from state-space data. May be continuous,
- sys2ss % Extract state space representation from system data structure.
- sysdimensions % return the number of states, inputs, and/or outputs in the system
- sysmult % Compute @math{sys = Asys*Bsys} (series connection):
- syssetsignals % change the names of selected inputs, outputs and states.
- sysupdate % Update the internal representation of a system.
- tf % build system data structure from transfer function format data
This function is called by:
- moddemo % Octave Control toolbox demo: Model Manipulations demo.
- sysupdate % Update the internal representation of a system.
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003