Skip to content

Commit

Permalink
idem
Browse files Browse the repository at this point in the history
  • Loading branch information
franckgaga committed Nov 18, 2023
1 parent 18682c4 commit fc8ebb0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/predictive_control.jl
Original file line number Diff line number Diff line change
Expand Up @@ -780,10 +780,11 @@ The linear model predictions are evaluated by :
&= \mathbf{E ΔU} + \mathbf{F}
\end{aligned}
```
where predicted outputs ``\mathbf{Ŷ}`` and measured disturbances ``\mathbf{D̂}`` are from ``k
+ 1`` to ``k + H_p``. Input increments ``\mathbf{ΔU}`` are from ``k`` to ``k + H_c - 1``.
The vector ``\mathbf{x̂}_{k-1}(k)`` is the state estimated at the last control period. The
method also computes similar matrices but for the predicted terminal states at ``k+H_p``:
where predicted outputs ``\mathbf{Ŷ}`` and measured disturbances ``\mathbf{D̂}`` are from
``k + 1`` to ``k + H_p``. Input increments ``\mathbf{ΔU}`` are from ``k`` to
``k + H_c - 1``. The vector ``\mathbf{x̂}_{k-1}(k)`` is the state estimated at the last
control period. The method also computes similar matrices but for the predicted terminal
states at ``k+H_p``:
```math
\begin{aligned}
\mathbf{x̂}_{k-1}(k+H_p)
Expand Down

0 comments on commit fc8ebb0

Please sign in to comment.