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
| Type | Name | Default | Description |
|---|---|---|---|
| BaseType | c | Gain factor (constant multiplier) |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Connectors.RealInput | u (from SISO) | Input |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| RealOutput | y (from SO) |
Contents
| Name | Description |
|---|---|
| BaseType |