blockAcos

Output the arc cosine of the input

Extends from Interfaces.SISO (Single Input Single Output continuous control block).

Information

This blocks computes the output y as the cosine-inverse of the input u:

y = acos( u );

The absolute value of the input u need to be less or equal to one (abs( u ) <= 1). Otherwise an error occurs.

acos.png

Connectors

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