Pole placement for single input systems using Ackermann's formula.
encapsulated function assignPolesSI import Modelica; import Modelica.ComplexMath; import Complex; import Modelica_LinearSystems2; import Modelica_LinearSystems2.StateSpace; input StateSpace ss "State space system"; input Complex p[size(ss.A, 1)] "Vector of desired poles"; output Real k[size(ss.A, 1)] "Feedback gain matrix"; end assignPolesSI;
Date | Author | Comment |
---|---|---|
2010-05-31 | Marcus Baur, DLR-RM | Realization |