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
| Type | Name | Default | Description |
|---|---|---|---|
| Real | exponent | 2 | Exponent of power |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| RealInput | u (from SISO) | Connector of Real input signal | |
| RealOutput | y (from SISO) | Connector of Real output signal |