[139] | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
---|
| 2 | <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> |
---|
[145] | 3 | <title>mixpp: work/git/mixpp/bdm/estim/ekf_templ.h Source File</title> |
---|
[139] | 4 | <link href="doxygen.css" rel="stylesheet" type="text/css"> |
---|
| 5 | <link href="tabs.css" rel="stylesheet" type="text/css"> |
---|
| 6 | </head><body> |
---|
| 7 | <!-- Generated by Doxygen 1.5.6 --> |
---|
| 8 | <div class="navigation" id="top"> |
---|
| 9 | <div class="tabs"> |
---|
| 10 | <ul> |
---|
| 11 | <li><a href="index.html"><span>Main Page</span></a></li> |
---|
| 12 | <li><a href="pages.html"><span>Related Pages</span></a></li> |
---|
| 13 | <li><a href="annotated.html"><span>Classes</span></a></li> |
---|
| 14 | <li class="current"><a href="files.html"><span>Files</span></a></li> |
---|
| 15 | </ul> |
---|
| 16 | </div> |
---|
[145] | 17 | <h1>work/git/mixpp/bdm/estim/ekf_templ.h</h1><a href="ekf__templ_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 |
---|
[139] | 18 | <a name="l00013"></a>00013 <span class="preprocessor">#ifndef EKF_TEMP_H</span> |
---|
| 19 | <a name="l00014"></a>00014 <span class="preprocessor"></span><span class="preprocessor">#define EKF_TEMP_H</span> |
---|
| 20 | <a name="l00015"></a>00015 <span class="preprocessor"></span> |
---|
| 21 | <a name="l00016"></a>00016 <span class="preprocessor">#include "<a class="code" href="libKF_8h.html" title="Bayesian Filtering for linear Gaussian models (Kalman Filter) and extensions.">libKF.h</a>"</span> |
---|
| 22 | <a name="l00017"></a>00017 |
---|
| 23 | <a name="l00018"></a>00018 <span class="keyword">using namespace </span>itpp; |
---|
| 24 | <a name="l00019"></a>00019 |
---|
| 25 | <a name="l00021"></a><a class="code" href="classEKFful__unQR.html">00021</a> <span class="keyword">class </span><a class="code" href="classEKFful__unQR.html" title="Extended Kalman filter with unknown Q and R.">EKFful_unQR</a> : <span class="keyword">public</span> <a class="code" href="classEKFfull.html" title="Extended Kalman Filter in full matrices.">EKFfull</a> , <span class="keyword">public</span> <a class="code" href="classBMcond.html" title="Conditional Bayesian Filter.">BMcond</a> { |
---|
| 26 | <a name="l00022"></a>00022 <span class="keyword">public</span>: |
---|
| 27 | <a name="l00024"></a><a class="code" href="classEKFful__unQR.html#873e3a72264f6e777c4443220db15d79">00024</a> <a class="code" href="classEKFful__unQR.html#873e3a72264f6e777c4443220db15d79" title="Default constructor.">EKFful_unQR</a> ( <a class="code" href="classRV.html" title="Class representing variables, most often random variables.">RV</a> rx, <a class="code" href="classRV.html" title="Class representing variables, most often random variables.">RV</a> ry,<a class="code" href="classRV.html" title="Class representing variables, most often random variables.">RV</a> ru,<a class="code" href="classRV.html" title="Class representing variables, most often random variables.">RV</a> rQR ) :<a class="code" href="classEKFfull.html" title="Extended Kalman Filter in full matrices.">EKFfull</a> ( rx,ry,ru ),<a class="code" href="classBMcond.html" title="Conditional Bayesian Filter.">BMcond</a> ( rQR ) {}; |
---|
| 28 | <a name="l00025"></a><a class="code" href="classEKFful__unQR.html#b586e534c8a8d219561b0c020329d412">00025</a> <span class="keywordtype">void</span> <a class="code" href="classEKFful__unQR.html#b586e534c8a8d219561b0c020329d412" title="Substitute val for rvc.">condition</a> ( <span class="keyword">const</span> vec &QR0 ) { |
---|
| 29 | <a name="l00026"></a>00026 Q=diag(QR0(0,dimx-1)); |
---|
| 30 | <a name="l00027"></a>00027 R=diag(QR0(dimx,dimx+dimy-1)); |
---|
| 31 | <a name="l00028"></a>00028 }; |
---|
| 32 | <a name="l00029"></a>00029 }; |
---|
| 33 | <a name="l00030"></a>00030 |
---|
| 34 | <a name="l00031"></a>00031 |
---|
[145] | 35 | <a name="l00032"></a>00032 <span class="preprocessor">#endif //EKF_TEMP_H</span> |
---|
[139] | 36 | </pre></div></div> |
---|
[181] | 37 | <hr size="1"><address style="text-align: right;"><small>Generated on Wed Oct 15 15:57:08 2008 for mixpp by |
---|
[139] | 38 | <a href="http://www.doxygen.org/index.html"> |
---|
| 39 | <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address> |
---|
| 40 | </body> |
---|
| 41 | </html> |
---|