.Modelica_LinearSystems2.StateSpace.Internal.reducedCtrSystem2

Information

Calculate the controllable part of a SISO system

Interface

encapsulated function reducedCtrSystem2
  import Modelica;
  import Modelica_LinearSystems2;
  import Modelica_LinearSystems2.StateSpace;
  import Modelica_LinearSystems2.Math.Matrices;
  import Modelica_LinearSystems2.Math.Vectors;
  input StateSpace ss "State space system";
  input Real eps = 0;
  output StateSpace ssm1(redeclare Real A[rankQc, rankQc], redeclare Real B[rankQc, 1], redeclare Real C[1, rankQc], redeclare Real D[size(ss.D, 1), size(ss.D, 2)]) "controllable state space system";
end reducedCtrSystem2;

Generated at 2024-04-26T18:16:04Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos