The kernel for an ideal low-pass filter
function IdealLowPass extends Noise.Utilities.Interfaces.Kernel; import Noise.Utilities.Math.sinc; import Modelica.Constants.pi; input Modelica.SIunits.Frequency B = 1/2/dt "The cut-off frequency of the filter" annotation( Dialog); end IdealLowPass;
Developed 2014 at the DLR Institute of System Dynamics and Control