blockFeedback
Output difference between commanded and feedback input
Information
This blocks computes output y as difference of the commanded input u1 and the feedback input u2:
y = u1 - u2;
Example:
parameter: n = 2 results in the following equations: y = u1 - u2
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Interfaces.RealInput | u1 | Commanded input | |
| Interfaces.RealInput | u2 | Feedback input | |
| Interfaces.RealOutput | y |