Path: Common/Control
% Gains for poles using Ackermann's formula. Computes the gain for desired pole locations using Ackermann's formula so that a-bk has the desired poles. -------------------------------------------------------------------------- Form: k = Acker( a, b, p ) -------------------------------------------------------------------------- ------ Inputs ------ a Plant matrix b Input matrix p Pole locations ------- Outputs ------- k Gain -------------------------------------------------------------------------- References: Franklin, G., J.D. Powell, M.L. Workman (1992). Digital Control of Dynamic Systems. John Wiley & Sons, New York 245. --------------------------------------------------------------------------
Back to the Common Module page