.Modelica_LinearSystems2.Examples.DiscreteStateSpace.analysisEigenvalues

Information

This example shows the computation of the poles and zeros of state space system.

Interface

function analysisEigenvalues
  extends Modelica.Icons.Function;
  import Modelica;
  import Modelica.Utilities.Streams.print;
  import Modelica_LinearSystems2.Math.Complex;
  import Modelica_LinearSystems2.StateSpace;
  import Modelica_LinearSystems2.DiscreteStateSpace;
  input StateSpace ss = StateSpace(A = [-1, 1; -1, -1], B = [1; 1], C = [1, 1], D = [0]);
  input Modelica.Units.SI.Time Ts = 0.1 "Sample time";
  input Modelica_LinearSystems2.Utilities.Types.Method method = Modelica_LinearSystems2.Utilities.Types.Method.StepExact "Discretization method";
end analysisEigenvalues;

Generated at 2024-04-25T18:15:59Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos