WOLFRAM SYSTEM MODELER
CriticalDampingOutput the input signal filtered with an n-th order filter with critical damping |
SystemModel["Modelica_Synchronous.Examples.Systems.Utilities.ComponentsMixingUnit.CriticalDamping"]
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 from the MSL 3.2.1. It doesn't provide the same initialization capabilities as the MSL block, since the initialization of clocked partitions is currently performed different to the continuous time partitions.
n |
Value: 2 Type: Integer Description: Order of filter |
---|---|
f |
Value: Type: Frequency Description: Cut-off frequency |
normalized |
Value: true Type: Boolean Description: = true, if amplitude at f_cut is 3 dB, otherwise unmodified filter |
x |
Type: Real[n] Description: Filter states |
---|
u |
Type: RealInput Description: Connector of Real input signal |
|
---|---|---|
y |
Type: RealOutput Description: Connector of Real output signal |
Modelica_Synchronous.Examples.Systems Simple example of a mixing unit where a (discretized) nonlinear inverse plant model is used as feedforward controller |