blockLog
Logarithm of the input to a given base
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 as the logarithm of the input u to base base with the default base being Euler's number.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Real | base | e | Base of the logarithm (default = Euler's number) |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Connectors.RealInput | u (from SISO) | Input |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| RealOutput | y (from SO) |