blockCriticalDamping

Output the input signal filtered with an n-th order filter with critical damping

Extends from Modelica.Blocks.Interfaces.SISO (Single Input Single Output continuous control block).

Information

This block defines the transfer function between the input u and the output y as an n-th order filter with critical damping characteristics and cut-off frequency f. It is a slightly simplified version of the Modelica.Blocks.Continuous.CriticalDamping block. It doesn't provide the same initialization capabilities as the continuous block, since the initialization of clocked partitions is currently performed differently to the continuous time partitions.

Parameters

TypeNameDefaultDescription
Integern2Order of filter
SI.FrequencyfCut-off frequency
Booleannormalizedtrue= true, if amplitude at f_cut is 3 dB, otherwise unmodified filter

Connectors

TypeNameDefaultDescription
RealInputu (from SISO)Connector of Real input signal
RealOutputy (from SISO)Connector of Real output signal

Components

TypeNameDefaultDescription
Real[n]xFilter states