WOLFRAM SYSTEM MODELER
SMTH1First-order exponential smoothing |
SystemModel["SystemDynamics.Functions.SMTH1"]
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.
averaging_time |
Value: 1 Type: Real Description: Averaging time |
---|---|
smooth_init |
Value: 0 Type: Real Description: Initial value of smoothed variable |
u |
Type: RealInput Description: Input variable |
|
---|---|---|
y |
Type: RealOutput Description: Output variable |
Smooth_of_Input |
Type: Level1a Description: General System Dynamics level with no outflow |
|
---|---|---|
Change_in_Smooth |
Type: Rate_1 Description: Unrestricted rate element with one influencing variable |
|
source |
Type: Source Description: This is the (dummy) source model of System Dynamics |
|
change_in_smooth |
Type: Change_In_Smooth Description: Smoothing rate |
SystemDynamics.WorldDynamics.World3 Human fertility |
SystemDynamics.WorldDynamics.World3 Life expectancy |