WOLFRAM SYSTEM MODELER
LogOutput the logarithm (default base e) of the input (input > 0 required) |
SystemModel["Modelica.Blocks.Math.Log"]
This information is part of the Modelica Standard Library maintained by the Modelica Association.
This blocks computes the output y as the logarithm to the parameter base of the input u:
y = log( u ) / log( base );
An error occurs if the input u is zero or negative.
base |
Value: Modelica.Constants.e Type: Real Description: Base of logarithm |
---|
u |
Type: RealInput Description: Connector of Real input signal |
|
---|---|---|
y |
Type: RealOutput Description: Connector of Real output signal |