.Modelica_LinearSystems2.StateSpace.Design.assignPolesSI

Information

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

Interface

encapsulated function assignPolesSI
  import Modelica;
  import Modelica_LinearSystems2;
  import Modelica_LinearSystems2.StateSpace;
  input StateSpace ss "State space system";
  input Modelica_LinearSystems2.Math.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-04-23T18:15:56Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos