.Modelica_LinearSystems2.StateSpace.Design.assignPolesSI

Information

Pole placement for single input systems using Ackermann's formula.

Interface

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;

Revisions

Date Author Comment
2010-05-31 Marcus Baur, DLR-RM Realization

Generated at 2024-11-22T19:25:38Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos