blockExponentiation

Output the input raised to an exponent

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

Information

This blocks computes the output y as the input u raised to exponent:

y = u ^ exponent;

Parameters

TypeNameDefaultDescription
Realexponent2Exponent of power

Connectors

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