root/doc/latex/classDS.tex @ 33

Revision 30, 3.5 kB (checked in by smidl, 16 years ago)

compiles and runs successfully, except KF_QR

  • Property svn:eol-style set to native
Line 
1\section{DS Class Reference}
2\label{classDS}\index{DS@{DS}}
3Abstract class for discrete-time sources of data. 
4
5
6{\tt \#include $<$libBM.h$>$}
7
8Inheritance diagram for DS:\nopagebreak
9\begin{figure}[H]
10\begin{center}
11\leavevmode
12\includegraphics[width=50pt]{classDS__inherit__graph}
13\end{center}
14\end{figure}
15Collaboration diagram for DS:\nopagebreak
16\begin{figure}[H]
17\begin{center}
18\leavevmode
19\includegraphics[width=38pt]{classDS__coll__graph}
20\end{center}
21\end{figure}
22\subsection*{Public Member Functions}
23\begin{CompactItemize}
24\item 
25void {\bf getdata} (vec \&dt)\label{classDS_db2dacc9e71a36eeb9c5c2ee402eeeb1}
26
27\begin{CompactList}\small\item\em Returns full vector of observed data. \item\end{CompactList}\item 
28void {\bf getdata} (vec \&dt, ivec \&indeces)\label{classDS_4027575bc66ea358f9b03dd3be28fe1e}
29
30\begin{CompactList}\small\item\em Returns data records at indeces. \item\end{CompactList}\item 
31void {\bf write} (vec \&ut)\label{classDS_0dfb6788b70c0d48a1f5276ed6c93039}
32
33\begin{CompactList}\small\item\em Accepts action variable and schedule it for application. \item\end{CompactList}\item 
34void {\bf write} (vec \&ut, ivec \&indeces)\label{classDS_f4ae51a3bc1267a6a52fc229973afe85}
35
36\begin{CompactList}\small\item\em Accepts action variables at specific indeces. \item\end{CompactList}\item 
37void {\bf linkrvs} ({\bf RV} \&drv, {\bf RV} \&urv)
38\begin{CompactList}\small\item\em Method that assigns random variables to the datasource. Typically, the datasource will be constructed without knowledge of random variables. This method will associate existing variables with RVs. \item\end{CompactList}\item 
39void {\bf step} ()\label{classDS_470ba89e8e7c3c4d830803221b4e9be6}
40
41\begin{CompactList}\small\item\em Moves from \$t\$ to \$t+1\$, i.e. perfroms the actions and reads response of the system. \item\end{CompactList}\end{CompactItemize}
42\subsection*{Protected Attributes}
43\begin{CompactItemize}
44\item 
45{\bf RV} {\bf Drv}\label{classDS_1012025a1a3a1fdd24aa48698a3d3454}
46
47\begin{CompactList}\small\item\em Observed variables, returned by {\tt \doxyref{getdata()}{p.}{classDS_db2dacc9e71a36eeb9c5c2ee402eeeb1}}. \item\end{CompactList}\item 
48{\bf RV} {\bf Urv}\label{classDS_0a88ffaeb3c7c2cf30c69bc41a000629}
49
50\begin{CompactList}\small\item\em Action variables, accepted by {\tt \doxyref{write()}{p.}{classDS_0dfb6788b70c0d48a1f5276ed6c93039}}. \item\end{CompactList}\end{CompactItemize}
51
52
53\subsection{Detailed Description}
54Abstract class for discrete-time sources of data.
55
56The class abstracts operations of: (i) data aquisition, (ii) data-preprocessing, (iii) scaling of data, and (iv) data resampling from the task of estimation and control. Moreover, for controlled systems, it is able to receive the desired control action and perform it in the next step. (Or as soon as possible).
57
58\subsection{Member Function Documentation}
59\index{DS@{DS}!linkrvs@{linkrvs}}
60\index{linkrvs@{linkrvs}!DS@{DS}}
61\subsubsection{\setlength{\rightskip}{0pt plus 5cm}void DS::linkrvs ({\bf RV} \& {\em drv}, {\bf RV} \& {\em urv})}\label{classDS_9a35ca9c9321dce2bf63bf668f785b75}
62
63
64Method that assigns random variables to the datasource. Typically, the datasource will be constructed without knowledge of random variables. This method will associate existing variables with RVs.
65
66(Inherited from m3k, may be deprecated soon).
67
68Reimplemented in {\bf MemDS} \doxyref{}{p.}{classMemDS_5f72b555e0e4a61de1440c457cf57007}.
69
70The documentation for this class was generated from the following file:\begin{CompactItemize}
71\item 
72work/mixpp/bdm/stat/{\bf libBM.h}\end{CompactItemize}
Note: See TracBrowser for help on using the browser.