The kernel for a Gaussian filter
function Gaussian extends Noise.Utilities.Interfaces.Kernel; import Modelica.Constants.pi; import Modelica.Math.log; input Real f_cutoff = 1/2/dt "Cut-off frequency" annotation( Dialog); input Real c = 2 "Cut-off value: Cut-off frequency is defined at a filter response of 1/c" annotation( Dialog); end Gaussian;
Developed 2014 at the DLR Institute of System Dynamics and Control