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"> |
---|
3 | <title>mixpp: File Index</title> |
---|
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 | <script type="text/javascript"> |
---|
9 | <!-- |
---|
10 | function changeDisplayState (e){ |
---|
11 | var num=this.id.replace(/[^[0-9]/g,''); |
---|
12 | var button=this.firstChild; |
---|
13 | var sectionDiv=document.getElementById('dynsection'+num); |
---|
14 | if (sectionDiv.style.display=='none'||sectionDiv.style.display==''){ |
---|
15 | sectionDiv.style.display='block'; |
---|
16 | button.src='open.gif'; |
---|
17 | }else{ |
---|
18 | sectionDiv.style.display='none'; |
---|
19 | button.src='closed.gif'; |
---|
20 | } |
---|
21 | } |
---|
22 | function initDynSections(){ |
---|
23 | var divs=document.getElementsByTagName('div'); |
---|
24 | var sectionCounter=1; |
---|
25 | for(var i=0;i<divs.length-1;i++){ |
---|
26 | if(divs[i].className=='dynheader'&&divs[i+1].className=='dynsection'){ |
---|
27 | var header=divs[i]; |
---|
28 | var section=divs[i+1]; |
---|
29 | var button=header.firstChild; |
---|
30 | if (button!='IMG'){ |
---|
31 | divs[i].insertBefore(document.createTextNode(' '),divs[i].firstChild); |
---|
32 | button=document.createElement('img'); |
---|
33 | divs[i].insertBefore(button,divs[i].firstChild); |
---|
34 | } |
---|
35 | header.style.cursor='pointer'; |
---|
36 | header.onclick=changeDisplayState; |
---|
37 | header.id='dynheader'+sectionCounter; |
---|
38 | button.src='closed.gif'; |
---|
39 | section.id='dynsection'+sectionCounter; |
---|
40 | section.style.display='none'; |
---|
41 | section.style.marginLeft='14px'; |
---|
42 | sectionCounter++; |
---|
43 | } |
---|
44 | } |
---|
45 | } |
---|
46 | window.onload = initDynSections; |
---|
47 | --> |
---|
48 | </script> |
---|
49 | <div class="navigation" id="top"> |
---|
50 | <div class="tabs"> |
---|
51 | <ul> |
---|
52 | <li><a href="main.html"><span>Main Page</span></a></li> |
---|
53 | <li><a href="pages.html"><span>Related Pages</span></a></li> |
---|
54 | <li><a href="modules.html"><span>Modules</span></a></li> |
---|
55 | <li><a href="classes.html"><span>Classes</span></a></li> |
---|
56 | <li class="current"><a href="files.html"><span>Files</span></a></li> |
---|
57 | </ul> |
---|
58 | </div> |
---|
59 | <div class="tabs"> |
---|
60 | <ul> |
---|
61 | <li class="current"><a href="files.html"><span>File List</span></a></li> |
---|
62 | <li><a href="globals.html"><span>File Members</span></a></li> |
---|
63 | </ul> |
---|
64 | </div> |
---|
65 | </div> |
---|
66 | <div class="contents"> |
---|
67 | <h1>File List</h1>Here is a list of all documented files with brief descriptions:<table> |
---|
68 | <tr><td class="indexkey"><a class="el" href="arx_8h.html">arx.h</a> <a href="arx_8h-source.html">[code]</a></td><td class="indexvalue">Bayesian Filtering for generalized autoregressive (ARX) model </td></tr> |
---|
69 | <tr><td class="indexkey"><a class="el" href="arx__test_8cpp.html">arx_test.cpp</a></td><td class="indexvalue">Test of basic elements of the ARX class </td></tr> |
---|
70 | <tr><td class="indexkey"><a class="el" href="arx__ui_8h.html">arx_ui.h</a> <a href="arx__ui_8h-source.html">[code]</a></td><td class="indexvalue">UI for ARX estimators </td></tr> |
---|
71 | <tr><td class="indexkey"><a class="el" href="chmat_8h.html">chmat.h</a> <a href="chmat_8h-source.html">[code]</a></td><td class="indexvalue">Matrices in decomposed forms (LDL', LU, UDU', etc) </td></tr> |
---|
72 | <tr><td class="indexkey"><b>ekf.h</b> <a href="ekf_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr> |
---|
73 | <tr><td class="indexkey"><a class="el" href="ekf__obj_8h.html">ekf_obj.h</a> <a href="ekf__obj_8h-source.html">[code]</a></td><td class="indexvalue">Bayesian Filtering for linear Gaussian models (Kalman Filter) and extensions </td></tr> |
---|
74 | <tr><td class="indexkey"><a class="el" href="ekf__templ_8h.html">ekf_templ.h</a> <a href="ekf__templ_8h-source.html">[code]</a></td><td class="indexvalue">Bayesian Filtering for linear Gaussian models (Kalman Filter) and extensions </td></tr> |
---|
75 | <tr><td class="indexkey"><a class="el" href="emix_8h.html">emix.h</a> <a href="emix_8h-source.html">[code]</a></td><td class="indexvalue">Probability distributions for Mixtures of pdfs </td></tr> |
---|
76 | <tr><td class="indexkey"><a class="el" href="estimator_8cpp.html">estimator.cpp</a></td><td class="indexvalue">Application Estimator </td></tr> |
---|
77 | <tr><td class="indexkey"><b>fixed.h</b> <a href="fixed_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr> |
---|
78 | <tr><td class="indexkey"><b>itpp_ext.h</b> <a href="itpp__ext_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr> |
---|
79 | <tr><td class="indexkey"><b>itppconf.h</b> <a href="itppconf_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr> |
---|
80 | <tr><td class="indexkey"><a class="el" href="libBM_8h.html">libBM.h</a> <a href="libBM_8h-source.html">[code]</a></td><td class="indexvalue">Bayesian Models (bm) that use Bayes rule to learn from observations </td></tr> |
---|
81 | <tr><td class="indexkey"><a class="el" href="libDC_8h.html">libDC.h</a> <a href="libDC_8h-source.html">[code]</a></td><td class="indexvalue">Matrices in decomposed forms (LDL', LU, UDU', etc) </td></tr> |
---|
82 | <tr><td class="indexkey"><a class="el" href="libDS_8h.html">libDS.h</a> <a href="libDS_8h-source.html">[code]</a></td><td class="indexvalue">Common DataSources </td></tr> |
---|
83 | <tr><td class="indexkey"><a class="el" href="libDS__ui_8h.html">libDS_ui.h</a> <a href="libDS__ui_8h-source.html">[code]</a></td><td class="indexvalue">UI for Common DataSources </td></tr> |
---|
84 | <tr><td class="indexkey"><a class="el" href="libEF_8h.html">libEF.h</a> <a href="libEF_8h-source.html">[code]</a></td><td class="indexvalue">Probability distributions for Exponential Family models </td></tr> |
---|
85 | <tr><td class="indexkey"><b>libFN.h</b> <a href="libFN_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr> |
---|
86 | <tr><td class="indexkey"><a class="el" href="libKF_8h.html">libKF.h</a> <a href="libKF_8h-source.html">[code]</a></td><td class="indexvalue">Bayesian Filtering for linear Gaussian models (Kalman Filter) and extensions </td></tr> |
---|
87 | <tr><td class="indexkey"><a class="el" href="libPF_8h.html">libPF.h</a> <a href="libPF_8h-source.html">[code]</a></td><td class="indexvalue">Bayesian Filtering using stochastic sampling (Particle Filters) </td></tr> |
---|
88 | <tr><td class="indexkey"><a class="el" href="loggers_8h.html">loggers.h</a> <a href="loggers_8h-source.html">[code]</a></td><td class="indexvalue">Loggers for storing results of experiments </td></tr> |
---|
89 | <tr><td class="indexkey"><a class="el" href="loggers__ui_8h.html">loggers_ui.h</a> <a href="loggers__ui_8h-source.html">[code]</a></td><td class="indexvalue">UI builders for Loggers </td></tr> |
---|
90 | <tr><td class="indexkey"><b>matrix.h</b> <a href="matrix_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr> |
---|
91 | <tr><td class="indexkey"><a class="el" href="merger_8h.html">merger.h</a> <a href="merger_8h-source.html">[code]</a></td><td class="indexvalue">Mergers for combination of pdfs </td></tr> |
---|
92 | <tr><td class="indexkey"><b>mexlog.h</b> <a href="mexlog_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr> |
---|
93 | <tr><td class="indexkey"><a class="el" href="mixef_8h.html">mixef.h</a> <a href="mixef_8h-source.html">[code]</a></td><td class="indexvalue">Bayesian Filtering for mixtures of exponential family (EF) members </td></tr> |
---|
94 | <tr><td class="indexkey"><a class="el" href="mpf__load_8cpp.html">mpf_load.cpp</a></td><td class="indexvalue">Simulation of disturbances in PMSM model, EKF runs with simulated covariances </td></tr> |
---|
95 | <tr><td class="indexkey"><a class="el" href="mpf__test_8cpp.html">mpf_test.cpp</a></td><td class="indexvalue">TR 2525 file for testing Toy Problem of mpf for Covariance Estimation </td></tr> |
---|
96 | <tr><td class="indexkey"><a class="el" href="mpf__u__delta_8cpp.html">mpf_u_delta.cpp</a></td><td class="indexvalue">TR 2525 file for testing Toy Problem of mpf for Covariance Estimation </td></tr> |
---|
97 | <tr><td class="indexkey"><a class="el" href="mpf__u__delta__real_8cpp.html">mpf_u_delta_real.cpp</a></td><td class="indexvalue">TR 2525 file for testing Toy Problem of mpf for Covariance Estimation </td></tr> |
---|
98 | <tr><td class="indexkey"><a class="el" href="mpf__u__weight_8cpp.html">mpf_u_weight.cpp</a></td><td class="indexvalue">Voltage U is multiplied by an unknown weight w which is estimated by MPF </td></tr> |
---|
99 | <tr><td class="indexkey"><b>demo_example/nastaveni_regulatoru_float.h</b> <a href="demo__example_2nastaveni__regulatoru__float_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr> |
---|
100 | <tr><td class="indexkey"><b>ekf_example/nastaveni_regulatoru_float.h</b> <a href="ekf__example_2nastaveni__regulatoru__float_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr> |
---|
101 | <tr><td class="indexkey"><b>nastaveni_regulatoru_float.h</b> <a href="nastaveni__regulatoru__float_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr> |
---|
102 | <tr><td class="indexkey"><b>osutils.h</b> <a href="osutils_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr> |
---|
103 | <tr><td class="indexkey"><b>parametry_motoru.h</b> <a href="parametry__motoru_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr> |
---|
104 | <tr><td class="indexkey"><b>pmsm.h</b> <a href="pmsm_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr> |
---|
105 | <tr><td class="indexkey"><a class="el" href="pmsm__estim_8cpp.html">pmsm_estim.cpp</a></td><td class="indexvalue">Multi-Estimator (developped for PMSM) </td></tr> |
---|
106 | <tr><td class="indexkey"><a class="el" href="pmsm__mix_8cpp.html">pmsm_mix.cpp</a></td><td class="indexvalue">Models for synchronous electric drive using IT++ and BDM </td></tr> |
---|
107 | <tr><td class="indexkey"><b>pmsm_mod.h</b> <a href="pmsm__mod_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr> |
---|
108 | <tr><td class="indexkey"><a class="el" href="pmsm__ui_8h.html">pmsm_ui.h</a> <a href="pmsm__ui_8h-source.html">[code]</a></td><td class="indexvalue">UserInfo for pmsm related objects </td></tr> |
---|
109 | <tr><td class="indexkey"><a class="el" href="pmsm__unkQpf_8cpp.html">pmsm_unkQpf.cpp</a></td><td class="indexvalue">A test for Kalman with unknown Q </td></tr> |
---|
110 | <tr><td class="indexkey"><a class="el" href="pmsmDS_8h.html">pmsmDS.h</a> <a href="pmsmDS_8h-source.html">[code]</a></td><td class="indexvalue">DataSource for experiments with realistic simulator of the PMSM model </td></tr> |
---|
111 | <tr><td class="indexkey"><b>pwm.h</b> <a href="pwm_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr> |
---|
112 | <tr><td class="indexkey"><b>reference.h</b> <a href="reference_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr> |
---|
113 | <tr><td class="indexkey"><b>demo_example/regulace.h</b> <a href="demo__example_2regulace_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr> |
---|
114 | <tr><td class="indexkey"><b>ekf_example/regulace.h</b> <a href="ekf__example_2regulace_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr> |
---|
115 | <tr><td class="indexkey"><b>regulace.h</b> <a href="regulace_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr> |
---|
116 | <tr><td class="indexkey"><a class="el" href="sim_8cpp.html">sim.cpp</a></td><td class="indexvalue">Simulation of disturbances in PMSM model, PWM and integration disturbances are distinguished </td></tr> |
---|
117 | <tr><td class="indexkey"><b>sim_profiles.h</b> <a href="sim__profiles_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr> |
---|
118 | <tr><td class="indexkey"><a class="el" href="sim__var_8cpp.html">sim_var.cpp</a></td><td class="indexvalue">Simulation of disturbances in PMSM model, EKF runs with simulated covariances </td></tr> |
---|
119 | <tr><td class="indexkey"><b>demo_example/simulator.h</b> <a href="demo__example_2simulator_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr> |
---|
120 | <tr><td class="indexkey"><b>simulator.h</b> <a href="simulator_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr> |
---|
121 | <tr><td class="indexkey"><b>uibuilder.h</b> <a href="uibuilder_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr> |
---|
122 | </table> |
---|
123 | </div> |
---|
124 | <hr size="1"><address style="text-align: right;"><small>Generated on Wed Feb 18 17:39:27 2009 for mixpp by |
---|
125 | <a href="http://www.doxygen.org/index.html"> |
---|
126 | <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address> |
---|
127 | </body> |
---|
128 | </html> |
---|