Disruption

Output is the disturbed input

Information

This information is part of the Business Simulation Library (BSL). Please support this work and ► donate.

The output y is given by the input u that may possibly be distorted by an additive or multiplicative term:


y = if isAdditive then u + u_dis else u * (1 + u_dis)

Notes

  • Care has to be taken with the dimensionality of the disruptive input as it may be dimensionsless (isAdditive = false) or have the same dimensionality as the input u (isAdditive = true).

  • In the case of a multiplicative disruption (isAdditive = false)u_dis describes the percentage change with regard to the input signal u.

  • A zero valued disruption (u_dis = 0) will always mean, that the output is the undisturbed input (y = u).

Parameters (1)

isAdditive

Value: false

Type: Boolean

Description: = true, if disruptive effect is multiplicative

Connectors (3)

y

Type: RealOutput

Description: Output signal

u

Type: RealInput

Description: Input

u_dis

Type: RealInput

Description: Disruptive input

Revisions

  • Introduced in v2.0.0.