blockExp
Output the exponential (base e) of the input
Extends from Interfaces.SISO (Single Input Single Output continuous control block).
Information
This blocks computes the output y as the exponential (of base e) of the input u:
y = exp( u );
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| RealInput | u (from SISO) | Connector of Real input signal | |
| RealOutput | y (from SISO) | Connector of Real output signal |