root/doc/latex/classKalmanFull.tex @ 43

Revision 33, 1.7 kB (checked in by smidl, 16 years ago)

Oprava PF a MPF + jejich implementace pro pmsm system

  • Property svn:eol-style set to native
Line 
1\section{KalmanFull Class Reference}
2\label{classKalmanFull}\index{KalmanFull@{KalmanFull}}
3Basic \doxyref{Kalman}{p.}{classKalman} filter with full matrices (education purpose only)! Will be deleted soon! 
4
5
6{\tt \#include $<$libKF.h$>$}
7
8\subsection*{Public Member Functions}
9\begin{CompactItemize}
10\item 
11{\bf KalmanFull} (mat A, mat B, mat C, mat D, mat R, mat Q, mat P0, vec mu0)\label{classKalmanFull_7197ab6e7380790006394eabd3b97043}
12
13\begin{CompactList}\small\item\em Full constructor. \item\end{CompactList}\item 
14void {\bf bayes} (const vec \&dt)\label{classKalmanFull_13a041cd98ff157703766be275a657bb}
15
16\begin{CompactList}\small\item\em Here dt = [yt;ut] of appropriate dimensions. \item\end{CompactList}\end{CompactItemize}
17\subsection*{Public Attributes}
18\begin{CompactItemize}
19\item 
20vec {\bf mu}\label{classKalmanFull_fb5aec635e2720cc5ac31bc01c18a68a}
21
22\begin{CompactList}\small\item\em Mean value of the posterior density. \item\end{CompactList}\item 
23mat {\bf P}\label{classKalmanFull_b75dc059e84fa8ffc076203b30f926cc}
24
25\begin{CompactList}\small\item\em Variance of the posterior density. \item\end{CompactList}\end{CompactItemize}
26\subsection*{Friends}
27\begin{CompactItemize}
28\item 
29std::ostream \& {\bf operator$<$$<$} (std::ostream \&os, const {\bf KalmanFull} \&kf)\label{classKalmanFull_86ba216243ed95bb46d80d88775d16af}
30
31\begin{CompactList}\small\item\em print elements of KF \item\end{CompactList}\end{CompactItemize}
32
33
34\subsection{Detailed Description}
35Basic \doxyref{Kalman}{p.}{classKalman} filter with full matrices (education purpose only)! Will be deleted soon!
36
37The documentation for this class was generated from the following files:\begin{CompactItemize}
38\item 
39work/mixpp/bdm/estim/{\bf libKF.h}\item 
40work/mixpp/bdm/estim/libKF.cpp\end{CompactItemize}
Note: See TracBrowser for help on using the browser.