blockExp

Output the exponential (base e) of the input

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

Information

This blocks computes the output y as the exponential (of base e) of the input u. Optionally, the input u can be processed conjugate complex, when parameter useConjugateInput is true. Depending on useConjugateInput the internal signal uInternal represents either the original or the conjugate complex input signal.

y = exp(uInternal);
exp.png

Parameters

TypeNameDefaultDescription
BooleanuseConjugateInput (from ComplexSISO)falseIf true, input is processed conjugate complex

Connectors

TypeNameDefaultDescription
ComplexInputu (from ComplexSISO)Connector of Complex input signal
ComplexOutputy (from ComplexSISO)Connector of Complex output signal