.Noise.Utilities.Interfaces.Kernel

Interface for convolution kernels (impulse responses) of convolution filters

Interface

partial function Kernel
  input Real t "The time";
  input Real dt "The sampling period of the signal";
  output Real h "The impulse response of convolution filter";
end Kernel;

Revisions

Developed 2014 at the DLR Institute of System Dynamics and Control


Generated at 2025-09-05T18:21:06Z by OpenModelicaOpenModelica 1.25.3 using GenerateDoc.mos