AsymmetricSmooth

A smooth with different delay times for positive and negative changes

Diagram

Information

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

This converter behaves like a conventional →Smooth but allows to give separate delay times for positive and negative information changes.

Notes

  • There is no Clip inside this component to make sure that delay times are strictly positive.

See also

AsymmetricSmoothN, Smooth

Parameters (2)

initialValue

Value: 0

Type: OutputType

Description: Output at startTime

init

Value: modelSettings.init

Type: InitializationOptions

Description: Provide InitializationOptions (Free, FixedValue, SteadyState)

Connectors (4)

u

Type: RealInput

Description: Input

y

Type: RealOutput

Description: Output signal

u_negDelayTime

Type: RealInput

Description: Delay time for negative changes

u_posDelayTime

Type: RealInput

Description: Delay time for positive changes

Components (7)

modelSettings

Type: ModelSettings

Description: Setting important global variables within a model

actDelayTime

Type: Switch

Description: Actual delay time

positiveQ

Type: Threshold

Description: True, if u is greater than the given threshold

changingPerception

Type: ExogenousChange

Description: A stock is filled or drained at a given rate

gap

Type: Gap

Description: Difference between acutal information and perceived information

rateOfChange

Type: Division_Guarded

Description: Rate of change in perceived information

perceivedInformation

Type: InformationLevel

Description: Smoothed information

Used in Components (1)

AsymmetricSmoothN

BusinessSimulation.Converters.DiscreteDelay

Higher order smooth with different delay times for positive and negative changes

Revisions

  • Introduced in v2.1.0.