Critical Damping
nth order filter with critical damping
Description
Equations
Connections
Parameters
Modelica Standard Library
The Critical Damping component models an nth order filter with critical damping characteristics and a cut-off frequency f. It is implemented as a series of first-order filters.
This filter type is especially useful to filter the input of an inverse model because the filter does not introduce any transients.
If the normalized parameter is true (the default), the filter is normalized such that the amplitude of the filter transfer function at the cut-off frequency f is 3dB. Otherwise, the filter is not normalized, that is, it is unmodified. A normalized filter is usually much better for applications because filters of different orders are comparable, whereas non-normalized filters usually require the cut-off frequency to change when the order of the filter is changed.
Figures of the filter step responses are shown below.
y⁡s=u⁡ssω+1n
α={21n−1normalized1otherwise
ω=2⁢π⁢fα
Name
Modelica ID
u
Real input signal
y
Real output signal
Default
Units
n
2
Order of filter
f
1
Hz
Cut-off frequency
normalized
true
True (checked) means the filter is normalized such that the amplitude of the filter transfer function at the cut-off frequency f is 3dB
Initial Values
No initialization
Type of initialization
initType
x0
zeros⁡n
Initial or guess values of states
x_start
y0
0
Initial value of output (remaining states are in steady state)
y_start
The component described in this topic is from the Modelica Standard Library. To view the original documentation, which includes author and copyright information, click here.
See Also
Continuous Signal Blocks
Signal Blocks
Download Help Document