Path: Common/Control
% Computes the DC gain of a discrete time state space system. -------------------------------------------------------------------------- Form: g = DCGain( a, b, c, d, sType ) -------------------------------------------------------------------------- ------ Inputs ------ a Discrete plant matrix b Discrete input matrix c Discrete output matrix d Discrete feedthrough matrix sType State equation type ('Delta' or 'Z') ------- Outputs ------- g Gain --------------------------------------------------------------------------
Back to the Common Module page