Changeset 296 for doc/html/classUIMPF.html
- Timestamp:
- 03/17/09 13:54:06 (16 years ago)
- Files:
-
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
doc/html/classUIMPF.html
r290 r296 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 pmsmOMClass Reference</title>3 <title>mixpp: UIMPF 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>UIpmsmOM Class Reference</h1><!-- doxytag: class="UIpmsmOM" --><!-- doxytag: inherits="bdm::UIbuilder" -->UI for pmsm observation model. 70 <a href="#_details">More...</a> 71 <p> 72 <code>#include <<a class="el" href="pmsm__ui_8h-source.html">pmsm_ui.h</a>></code> 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> 73 70 <p> 74 71 75 72 <p> 76 <a href="classUI pmsmOM-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">73 <a href="classUIMPF-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0"> 77 74 <tr><td></td></tr> 78 75 <tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr> 79 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name=" 3135772387690bf3196c13965d3eb903"></a><!-- doxytag: member="UIpmsmOM::build" ref="3135772387690bf3196c13965d3eb903" args="(Setting &S) const " -->80 <a class="el" href="classbdm_1_1bdmroot.html">bdmroot</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="classUIpmsmOM.html#3135772387690bf3196c13965d3eb903">build</a> (Setting &S) const </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 " --> 77 bdmroot * </td><td class="memItemRight" valign="bottom"><b>build</b> (Setting &S) const </td></tr> 81 78 82 <tr><td class="mdescLeft"> </td><td class="mdescRight">Function building the computational object. <br></td></tr>83 79 </table> 84 80 <hr><a name="_details"></a><h2>Detailed Description</h2> 85 UI for pmsm observation model. <hr>The documentation for this class was generated from the following file:<ul> 86 <li><a class="el" href="pmsm__ui_8h-source.html">pmsm_ui.h</a></ul> 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> 87 90 </div> 88 <hr size="1"><address style="text-align: right;"><small>Generated on Fri Mar 6 15:01:382009 for mixpp by 91 <hr size="1"><address style="text-align: right;"><small>Generated on Tue Mar 17 13:52:06 2009 for mixpp by 89 92 <a href="http://www.doxygen.org/index.html"> 90 93 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>