der_h = SmoothIdealLowPass.der_kernel_offset(offset);
This function defines the derivative of the kernel of the SmoothIdealLowPass interpolation with respect to its input argument offset. This function is used for determining the derivative of the interpolated signal.
function der_kernel_offset extends Modelica.Icons.Function; input Real t "The (scaled) time for sampling period=1"; input Modelica.Units.SI.Frequency f = 1/2 "The cut-off frequency of the filter"; output Real h "The impulse response of the convolution filter"; end der_kernel_offset;
Date | Description | ||
---|---|---|---|
Sep. 4, 2015 |
|