blockLog10
Output the base 10 logarithm of the input (input > 0 required)
Extends from Interfaces.SISO (Single Input Single Output continuous control block).
Information
This blocks computes the output y as the base 10 logarithm of the input u:
y = log10( u );
An error occurs if the input u is zero or negative.
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| RealInput | u (from SISO) | Connector of Real input signal | |
| RealOutput | y (from SISO) | Connector of Real output signal |