.Modelica_LinearSystems2.Examples.TransferFunction.plotImpulse

Impulse plot example

Information

Computes the impulse response of the system tf =1/s^2 + s + 1.

Interface

function plotImpulse
  extends Modelica.Icons.Function;
  import Modelica_LinearSystems2.TransferFunction;
  input TransferFunction tf = TransferFunction(n = {1}, d = {1, 1, 1});
end plotImpulse;

Generated at 2025-04-19T18:20:10Z by OpenModelicaOpenModelica 1.25.0 using GenerateDoc.mos