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.

log10.png

Connectors

TypeNameDefaultDescription
RealInputu (from SISO)Connector of Real input signal
RealOutputy (from SISO)Connector of Real output signal