Skip to content

Commit 2bd9355

Browse files
committed
modif nomenclature MHE
1 parent 27d5943 commit 2bd9355

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/estimator/mhe.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -289,10 +289,10 @@ estimated sensor noise over the time window is given by:
289289
```math
290290
\begin{aligned}
291291
[\begin{smallmatrix}\mathbf{x̄} \\ \mathbf{V̂} \end{smallmatrix}]
292-
&= \mathbf{Y^m - Ŷ^m} \\
293-
&= \mathbf{Y^m - (E Z + G U + J D)} \\
294-
&= \mathbf{Y^m - (E Z + F)}
292+
&= \mathbf{E Z + G U + J D + L Y^m + K x}_{k-N_k}(k-N_k+1) \\
293+
&= \mathbf{E Z + F}
295294
\end{aligned}
295+
```
296296
in which ``Y^m``, ``U`` and ``D`` contains respectively the measured outputs, manipulated
297297
inputs and measured disturbances from time ``k-N_k+1`` to ``k``. The method also returns
298298
similar matrices for the estimation error at arrival ``k-N_k+1``:

0 commit comments

Comments
 (0)