.AdvancedNoise.Interpolators.TabulatedStepResponse.trapz

Information

Integral of a time signal using trapezium rule

Interface

function trapz
  extends Modelica.Icons.Function;
  input Real[:] T "Time vector";
  input Real[size(T, 1)] X "Values vector";
  output Real Y "Integral";
end trapz;

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