.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 2025-01-31T19:25:52Z by OpenModelicaOpenModelica 1.24.3 using GenerateDoc.mos