blockGain

Input is multiplied by constant parameter

Extends from Interfaces.PartialConverters.SISO (Converter with single input and single output).

Information

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

The output y is obtained by multiplying the input u with a constant gain factor c:

y = c * u;

Revision History

  • Replaceable type for constant introduced in v2.0.0

Parameters

TypeNameDefaultDescription
BaseTypecGain factor (constant multiplier)

Connectors

TypeNameDefaultDescription
Connectors.RealInputu (from SISO)Input

Components

TypeNameDefaultDescription
RealOutputy (from SO)

Contents

NameDescription
BaseType