Interface for convolution kernels
function partialKernel extends Modelica.Icons.Function; input Real t "The (scaled) time for sampling period=1"; output Real h "The impulse response of the convolution filter"; end partialKernel;