Changeset 323 for doc/html/classUImexDS.html
- Timestamp:
- 04/23/09 21:12:23 (16 years ago)
- Files:
-
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
doc/html/classUImexDS.html
r312 r323 1 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2 2 <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> 3 <title>mixpp: UI MPFClass Reference</title>3 <title>mixpp: UImexDS Class Reference</title> 4 4 <link href="tabs.css" rel="stylesheet" type="text/css"> 5 5 <link href="doxygen.css" rel="stylesheet" type="text/css"> … … 67 67 </div> 68 68 <div class="contents"> 69 <h1>UIMPF Class Reference</h1><!-- doxytag: class="UIMPF" --><code>#include <<a class="el" href="PF__ui_8h-source.html">PF_ui.h</a>></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 <<a class="el" href="mexds_8h-source.html">mexds.h</a>></code> 70 73 <p> 71 74 72 75 <p> 73 <a href="classUI MPF-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"> 74 77 <tr><td></td></tr> 75 78 <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 &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 &S) const " --> 77 80 bdmroot * </td><td class="memItemRight" valign="bottom"><b>build</b> (Setting &S) const </td></tr> 78 81 79 82 </table> 80 83 <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> 84 Create 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> 93 MemDS 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> 90 97 </div> 91 <hr size="1"><address style="text-align: right;"><small>Generated on Thu Apr 9 14:33:212009 for mixpp by 98 <hr size="1"><address style="text-align: right;"><small>Generated on Thu Apr 23 21:06:44 2009 for mixpp by 92 99 <a href="http://www.doxygen.org/index.html"> 93 100 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>