.AdvancedNoise.Interpolators.SmoothIdealLowPass.der_kernel_offset

Information

Syntax

der_h = SmoothIdealLowPass.der_kernel_offset(offset);

Description

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.

Interface

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;

Revisions

Date Description
Sep. 4, 2015
DLR logo Initial version implemented by A. Klöckner, F. v.d. Linden, D. Zimmer, M. Otter.
DLR Institute of System Dynamics and Control

Generated at 2024-04-28T18:16:21Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos