Interface for convolution kernels (impulse responses) of convolution filters
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;
Developed 2014 at the DLR Institute of System Dynamics and Control