blockDivision
Output first input divided by second input
Extends from Interfaces.SI2SO (2 Single Input / 1 Single Output continuous control block).
Information
This block computes the output (quotient) y by dividing the two inputs u1 (dividend) and u2 (divisor):
y = u1 / u2;
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| RealInput | u1 (from SI2SO) | Connector of Real input signal 1 | |
| RealInput | u2 (from SI2SO) | Connector of Real input signal 2 | |
| RealOutput | y (from SI2SO) | Connector of Real output signal |