.BondLib.SystemDynamics.Functions.SMTH1

First-order exponential smoothing

Information

This is a first-order exponential smoothing function. It describes the smoothing of information flows.

In engineering terms, this would be called a first-order low-pass filter with the transfer function:

G(s) = 1/(tau*s + 1)

and the time constant

tau = averaging_time.

The initial value of the output can be set. By default, it assumes a value of zero.


Generated at 2025-04-05T18:20:13Z by OpenModelicaOpenModelica 1.25.0 using GenerateDoc.mos