.AdvancedNoise.Interpolators.Utilities.Interfaces.PartialInterpolatorWithKernel.der_interpolate

Information

Interpolates the buffer using a replaceable kernel

Interface

function der_interpolate
  extends Modelica.Icons.Function;
  input Real buffer[:] "Buffer of random numbers";
  input Real offset "Offset from buffer start (0..size(buffer)-1";
  input Real samplePeriod = 1 "The sample period of the noise buffer";
  input Real der_buffer[size(buffer, 1)] "Derivatives of buffer values";
  input Real der_offset "Derivative of offset value";
  input Real der_samplePeriod = 1 "The sample period of the noise buffer";
  output Real der_y "Interpolated value at position offset";
end der_interpolate;

Generated at 2024-05-19T18:15:52Z by OpenModelicaOpenModelica 1.22.4 using GenerateDoc.mos