WOLFRAM SYSTEM MODELER

FilterWithDifferentiation

Demonstrates the use of low pass filters to determine derivatives of filters

Diagram

Wolfram Language

In[1]:=
SystemModel["Modelica.Blocks.Examples.FilterWithDifferentiation"]
Out[1]:=

Information

This information is part of the Modelica Standard Library maintained by the Modelica Association.

This example demonstrates that the output of the Filter block can be differentiated up to the order of the filter. This feature can be used in order to make an inverse model realizable or to "smooth" a potential discontinuous control signal.

Parameters (1)

f_cut

Value: 2

Type: Frequency (Hz)

Description: Cut-off frequency

Components (5)

step

Type: Step

Description: Generate step signal of type Real

Bessel

Type: Filter

Description: Continuous low pass, high pass, band pass or band stop IIR-filter of type CriticalDamping, Bessel, Butterworth or ChebyshevI

der1

Type: Der

Description: Derivative of input (= analytic differentiations)

der2

Type: Der

Description: Derivative of input (= analytic differentiations)

der3

Type: Der

Description: Derivative of input (= analytic differentiations)