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
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | n | 2 | Order of filter |
| SI.Frequency | f | Cut-off frequency | |
| Boolean | normalized | true | = true, if amplitude at f_cut is 3 dB, otherwise unmodified filter |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| RealInput | u (from SISO) | Connector of Real input signal | |
| RealOutput | y (from SISO) | Connector of Real output signal |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Real[n] | x | Filter states |