Skip to content

Commit fc8ebb0

Browse files
committed
idem
1 parent 18682c4 commit fc8ebb0

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/predictive_control.jl

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -780,10 +780,11 @@ The linear model predictions are evaluated by :
780780
&= \mathbf{E ΔU} + \mathbf{F}
781781
\end{aligned}
782782
```
783-
where predicted outputs ``\mathbf{Ŷ}`` and measured disturbances ``\mathbf{D̂}`` are from ``k
784-
+ 1`` to ``k + H_p``. Input increments ``\mathbf{ΔU}`` are from ``k`` to ``k + H_c - 1``.
785-
The vector ``\mathbf{x̂}_{k-1}(k)`` is the state estimated at the last control period. The
786-
method also computes similar matrices but for the predicted terminal states at ``k+H_p``:
783+
where predicted outputs ``\mathbf{Ŷ}`` and measured disturbances ``\mathbf{D̂}`` are from
784+
``k + 1`` to ``k + H_p``. Input increments ``\mathbf{ΔU}`` are from ``k`` to
785+
``k + H_c - 1``. The vector ``\mathbf{x̂}_{k-1}(k)`` is the state estimated at the last
786+
control period. The method also computes similar matrices but for the predicted terminal
787+
states at ``k+H_p``:
787788
```math
788789
\begin{aligned}
789790
\mathbf{x̂}_{k-1}(k+H_p)

0 commit comments

Comments
 (0)