Changeset 590 for library/doc/html/arx__ctrl_8h.html
- Timestamp:
- 08/29/09 20:54:10 (15 years ago)
- Files:
-
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
library/doc/html/arx__ctrl_8h.html
r538 r590 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: ctrlbase.h File Reference</title>3 <title>mixpp: arx_ctrl.h File Reference</title> 4 4 <link href="tabs.css" rel="stylesheet" type="text/css"> 5 5 <link href="doxygen.css" rel="stylesheet" type="text/css"> … … 64 64 </div> 65 65 <div class="contents"> 66 <h1> ctrlbase.h File Reference</h1>Base classes for designers of control strategy.66 <h1>arx_ctrl.h File Reference</h1>Controllers for linear Gaussian systems. 67 67 <a href="#_details">More...</a> 68 68 <p> 69 69 <code>#include "<a class="el" href="bdmbase_8h-source.html">../base/bdmbase.h</a>"</code><br> 70 <code>#include "<a class="el" href="ctrlbase_8h-source.html">ctrlbase.h</a>"</code><br> 71 <code>#include "<a class="el" href="arx_8h-source.html">../estim/arx.h</a>"</code><br> 72 <code>#include "<a class="el" href="kalman_8h-source.html">../estim/kalman.h</a>"</code><br> 70 73 71 74 <p> 72 <a href=" ctrlbase_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">75 <a href="arx__ctrl_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0"> 73 76 <tr><td></td></tr> 74 77 <tr><td colspan="2"><br><h2>Classes</h2></td></tr> 75 <tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1 Designer.html">bdm::Designer</a></td></tr>78 <tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1LQG__ARX.html">bdm::LQG_ARX</a></td></tr> 76 79 77 <tr><td class="mdescLeft"> </td><td class="mdescRight">Base class of designers of control strategy. <a href="classbdm_1_1Designer.html#_details">More...</a><br></td></tr> 78 <tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1LQG.html">bdm::LQG</a></td></tr> 79 80 <tr><td class="mdescLeft"> </td><td class="mdescRight"><a class="el" href="classbdm_1_1Controller.html">Controller</a> using <a class="el" href="classbdm_1_1ARX.html" title="Linear Autoregressive model with Gaussian noise.">ARX</a> model for estimation and <a class="el" href="classbdm_1_1LQG.html">LQG</a> designer for control. <a href="classbdm_1_1LQG__ARX.html#_details">More...</a><br></td></tr> 80 81 </table> 81 82 <hr><a name="_details"></a><h2>Detailed Description</h2> 82 Base classes for designers of control strategy.83 Controllers for linear Gaussian systems. 83 84 <p> 84 85 <dl class="author" compact><dt><b>Author:</b></dt><dd>Vaclav Smidl.</dd></dl> 85 86 ----------------------------------- BDM++ - C++ library for Bayesian Decision Making under Uncertainty<p> 86 87 Using IT++ for numerical operations ----------------------------------- </div> 87 <hr size="1"><address style="text-align: right;"><small>Generated on S un Aug 16 17:58:182009 for mixpp by 88 <hr size="1"><address style="text-align: right;"><small>Generated on Sat Aug 29 20:49:42 2009 for mixpp by 88 89 <a href="http://www.doxygen.org/index.html"> 89 90 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>