.Noise.Utilities.Interfaces.Kernel

Information

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 2024-11-21T19:25:40Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos