Show
Ignore:
Timestamp:
04/23/09 21:12:23 (16 years ago)
Author:
smidl
Message:

doc

Files:
1 copied

Legend:

Unmodified
Added
Removed
  • doc/html/classUImexDS.html

    r312 r323  
    11<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 
    22<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> 
    3 <title>mixpp: UIMPF Class Reference</title> 
     3<title>mixpp: UImexDS Class Reference</title> 
    44<link href="tabs.css" rel="stylesheet" type="text/css"> 
    55<link href="doxygen.css" rel="stylesheet" type="text/css"> 
     
    6767</div> 
    6868<div class="contents"> 
    69 <h1>UIMPF Class Reference</h1><!-- doxytag: class="UIMPF" --><code>#include &lt;<a class="el" href="PF__ui_8h-source.html">PF_ui.h</a>&gt;</code> 
     69<h1>UImexDS Class Reference</h1><!-- doxytag: class="UImexDS" -->Create memory data source from mxArray.   
     70<a href="#_details">More...</a> 
     71<p> 
     72<code>#include &lt;<a class="el" href="mexds_8h-source.html">mexds.h</a>&gt;</code> 
    7073<p> 
    7174 
    7275<p> 
    73 <a href="classUIMPF-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0"> 
     76<a href="classUImexDS-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0"> 
    7477<tr><td></td></tr> 
    7578<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr> 
    76 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="1fdc6b316fbc31fb6413c719453630c1"></a><!-- doxytag: member="UIMPF::build" ref="1fdc6b316fbc31fb6413c719453630c1" args="(Setting &amp;S) const " --> 
     79<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a14da7bd39463b2eaa6adf96d6330f0b"></a><!-- doxytag: member="UImexDS::build" ref="a14da7bd39463b2eaa6adf96d6330f0b" args="(Setting &amp;S) const " --> 
    7780bdmroot *&nbsp;</td><td class="memItemRight" valign="bottom"><b>build</b> (Setting &amp;S) const </td></tr> 
    7881 
    7982</table> 
    8083<hr><a name="_details"></a><h2>Detailed Description</h2> 
    81 UI for Marginalized Particle Filter estimator<p> 
    82 The MPF is constructed from a structure with fields: <div class="fragment"><pre class="fragment">estimator = { 
    83     type = <span class="stringliteral">"MPF"</span>; 
    84         BM = {type=<span class="stringliteral">"BM"</span>; ...}      <span class="comment">// Conditional Bayesian model (usually Kalman filter)</span> 
    85         evol = {type=<span class="stringliteral">"mpdf"</span>; ...}  <span class="comment">// evolution model of the "remaining" parameter</span> 
    86  
    87 }; 
    88 </pre></div> <hr>The documentation for this class was generated from the following file:<ul> 
    89 <li><a class="el" href="PF__ui_8h-source.html">PF_ui.h</a></ul> 
     84Create memory data source from mxArray.  
     85<p> 
     86<div class="fragment"><pre class="fragment">system={ 
     87        type=<span class="stringliteral">"mexDS"</span>; 
     88        varname=<span class="stringliteral">""</span>;            <span class="comment">// name of workspace variable</span> 
     89        rids=[1 1 1];          <span class="comment">// numbers of data rows</span> 
     90        tds =[0 1 2];          <span class="comment">// time delays</span> 
     91        }; 
     92</pre></div><p> 
     93MemDS with the above fields will be created;<p> 
     94<dl compact><dt><b><a class="el" href="todo.html#_todo000001">Todo:</a></b></dt><dd>Very memory inefficient implementation. The data file is copied 2 times! For better implementatin we would need MemDS with pointer to the raw data. Then it could operate directly inside mxArray.</dd></dl> 
     95<hr>The documentation for this class was generated from the following file:<ul> 
     96<li><a class="el" href="mexds_8h-source.html">mexds.h</a></ul> 
    9097</div> 
    91 <hr size="1"><address style="text-align: right;"><small>Generated on Thu Apr 9 14:33:21 2009 for mixpp by&nbsp; 
     98<hr size="1"><address style="text-align: right;"><small>Generated on Thu Apr 23 21:06:44 2009 for mixpp by&nbsp; 
    9299<a href="http://www.doxygen.org/index.html"> 
    93100<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>