.SystemDynamics.Functions.SMTH3

Information

This is a third-order exponential smoothing function.

In engineering terms, this would be called a third-order low-pass filter consisting of three first-order low-pass filters placed in series. The third-order filter is characterized by the transfer function:

G(s) = (1/(tau*s + 1))^3.

Each first-order filter has a time constants of:

tau = averaging_time/3.

The initial values of the outputs of each of the three first-order filters can be set. However, they can only be set together, i.e., only one parameter is provided for all three of them. By default, they assume values of zero.


Generated at 2024-04-25T18:15:59Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos