File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -89,11 +89,11 @@ in which the weight matrices are repeated ``H_p`` or ``H_c`` times:
8989 \m athbf{L}_{H_p} &= \t ext{diag}\m athbf{(L,L,...,L)}
9090\e nd{aligned}
9191```
92- The ``\m athbf{ΔU}`` vector includes the manipulated input increments `` \m athbf{Δu}(k+j) =
93- \m athbf{u}(k+j) - \m athbf{u}(k+j-1)`` from ``j=0`` to ``H_c-1``, the `` \m athbf{Ŷ}`` vector,
94- the output predictions `` \m athbf{ŷ}(k+j)`` from ``j= 1`` to ``H_p``, and the ``\m athbf{U}``
95- vector, the manipulated inputs ``\m athbf{u}(k+j)`` from ``j=0`` to ``H_p-1``. See Extended
96- Help for a detailed nomenclature.
92+ Time-varying weights over the horizons are also supported. The ``\m athbf{ΔU}`` includes the
93+ input increments `` \m athbf{Δu}(k+j) = \m athbf{ u}(k+j) - \m athbf{u}(k+j-1)`` from ``j=0`` to
94+ ``H_c- 1``, the ``\m athbf{Ŷ}`` vector, the output predictions ``\m athbf{ŷ}(k+j)`` from
95+ ``j=1`` to ``H_p``, and the `` \m athbf{U}`` vector, the manipulated inputs ``\m athbf{u}(k+j)``
96+ from ``j=0`` to ``H_p-1``. See Extended Help for a detailed nomenclature.
9797
9898This method uses the default state estimator, a [`SteadyKalmanFilter`](@ref) with default
9999arguments.
You can’t perform that action at this time.
0 commit comments