aboutsummaryrefslogtreecommitdiffstats
path: root/buch/papers/kra/loesung.tex
blob: ece0f1549889c874e713a08222a18fe89beef5cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
\section{Lösungsmethoden} \label{kra:section:loesung}
\rhead{Lösungsmethoden}
% @TODO Lösung normal riccati
Lösung der Riccatischen Differentialgleichung \ref{kra:riccati}.


% Lösung matrix riccati
Die Lösung der Matrix-Riccati Gleichung \ref{kra:matrixriccati} erhalten wir nach \cite{kra:kalmanisae} folgendermassen
\begin{equation}
    \label{kra:matrixriccati-solution}
    \begin{pmatrix}
        X(t) \\
        Y(t)
    \end{pmatrix}
    =
    \Phi(t_0, t)
    \begin{pmatrix}
        I(t) \\
        U_0(t)
    \end{pmatrix}
    =
    \begin{pmatrix}
        \Phi_{11}(t_0, t) & \Phi_{12}(t_0, t) \\
        \Phi_{21}(t_0, t) & \Phi_{22}(t_0, t)
    \end{pmatrix}
    \begin{pmatrix}
        I(t) \\
        U_0(t)
    \end{pmatrix}
\end{equation}

\begin{equation}
    U(t) =
    \begin{pmatrix}
        \Phi_{21}(t_0, t) + \Phi_{22}(t_0, t)
    \end{pmatrix}
    \begin{pmatrix}
        \Phi_{11}(t_0, t) + \Phi_{12}(t_0, t)
    \end{pmatrix}
    ^{-1}
\end{equation}

wobei $\Phi(t, t_0)$ die sogennante Zustandsübergangsmatrix ist.

\begin{equation}
    \Phi(t_0, t) = e^{H(t - t_0)}
\end{equation}