.Modelica_LinearSystems2.Examples.StateSpace.plotImpulse

Information

Computes the impulse response of the system StateSpace sc = StateSpace(A=[-1,1;0,-2],B=[1, 0;0, 1],C=[1,0; 0,1],D=[0, 0; 0, 0]).

Interface

function plotImpulse
  extends Modelica.Icons.Function;
  input Modelica_LinearSystems2.StateSpace ss = Modelica_LinearSystems2.StateSpace(A = [-1, 1; 0, -2], B = [4, 0; 0, 2], C = [2, 0; 0, 3], D = [0, 0; 0, 0]);
end plotImpulse;

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