[3] | 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="tabs.css" rel="stylesheet" type="text/css"> |
---|
[290] | 5 | <link href="doxygen.css" rel="stylesheet" type="text/css"> |
---|
[3] | 6 | </head><body> |
---|
[290] | 7 | <!-- Generated by Doxygen 1.5.8 --> |
---|
[271] | 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> |
---|
[91] | 49 | <div class="navigation" id="top"> |
---|
| 50 | <div class="tabs"> |
---|
| 51 | <ul> |
---|
[271] | 52 | <li><a href="main.html"><span>Main Page</span></a></li> |
---|
[91] | 53 | <li><a href="pages.html"><span>Related Pages</span></a></li> |
---|
[219] | 54 | <li><a href="modules.html"><span>Modules</span></a></li> |
---|
[290] | 55 | <li><a href="annotated.html"><span>Classes</span></a></li> |
---|
[91] | 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> |
---|
[3] | 65 | </div> |
---|
[91] | 66 | <div class="contents"> |
---|
| 67 | <h1>File List</h1>Here is a list of all documented files with brief descriptions:<table> |
---|
[353] | 68 | <tr><td class="indexkey"><a class="el" href="airy_8cpp.html">airy.cpp</a></td><td class="indexvalue">Implementation of Airy function </td></tr> |
---|
| 69 | <tr><td class="indexkey"><a class="el" href="array_8h.html">array.h</a> <a href="array_8h-source.html">[code]</a></td><td class="indexvalue">Definition of Array class (container) </td></tr> |
---|
[261] | 70 | <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> |
---|
| 71 | <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> |
---|
[269] | 72 | <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> |
---|
[353] | 73 | <tr><td class="indexkey"><a class="el" href="audiofile_8cpp.html">audiofile.cpp</a></td><td class="indexvalue">Implementation of audio Audio classes and functions </td></tr> |
---|
| 74 | <tr><td class="indexkey"><a class="el" href="audiofile_8h.html">audiofile.h</a> <a href="audiofile_8h-source.html">[code]</a></td><td class="indexvalue">Definitions of audio Audio classes and functions </td></tr> |
---|
| 75 | <tr><td class="indexkey"><a class="el" href="bch_8cpp.html">bch.cpp</a></td><td class="indexvalue">Implementation of a BCH encoder/decoder class </td></tr> |
---|
| 76 | <tr><td class="indexkey"><a class="el" href="bch_8h.html">bch.h</a> <a href="bch_8h-source.html">[code]</a></td><td class="indexvalue">Definition of a BCH encoder/decoder class </td></tr> |
---|
| 77 | <tr><td class="indexkey"><a class="el" href="bessel_8cpp.html">bessel.cpp</a></td><td class="indexvalue">Implementation of Bessel functions </td></tr> |
---|
| 78 | <tr><td class="indexkey"><a class="el" href="bessel_8h.html">bessel.h</a> <a href="bessel_8h-source.html">[code]</a></td><td class="indexvalue">Definitions of Bessel functions </td></tr> |
---|
| 79 | <tr><td class="indexkey"><a class="el" href="bessel__internal_8h.html">bessel_internal.h</a> <a href="bessel__internal_8h-source.html">[code]</a></td><td class="indexvalue">Bessel help functions header. For internal use only </td></tr> |
---|
| 80 | <tr><td class="indexkey"><a class="el" href="binary_8cpp.html">binary.cpp</a></td><td class="indexvalue">Binary class implemenations </td></tr> |
---|
| 81 | <tr><td class="indexkey"><a class="el" href="binary_8h.html">binary.h</a> <a href="binary_8h-source.html">[code]</a></td><td class="indexvalue">Binary class definition </td></tr> |
---|
| 82 | <tr><td class="indexkey"><a class="el" href="binfile_8cpp.html">binfile.cpp</a></td><td class="indexvalue">Binary file formats implementations </td></tr> |
---|
| 83 | <tr><td class="indexkey"><a class="el" href="binfile_8h.html">binfile.h</a> <a href="binfile_8h-source.html">[code]</a></td><td class="indexvalue">Binary file formats definitions </td></tr> |
---|
| 84 | <tr><td class="indexkey"><a class="el" href="blas_8h.html">blas.h</a> <a href="blas_8h-source.html">[code]</a></td><td class="indexvalue">BLAS header functions. For internal use only </td></tr> |
---|
| 85 | <tr><td class="indexkey"><a class="el" href="cfix_8cpp.html">cfix.cpp</a></td><td class="indexvalue">Implementation of a complex fixed-point data type CFix </td></tr> |
---|
| 86 | <tr><td class="indexkey"><a class="el" href="cfix_8h.html">cfix.h</a> <a href="cfix_8h-source.html">[code]</a></td><td class="indexvalue">Definitions of a complex fixed-point data type CFix </td></tr> |
---|
| 87 | <tr><td class="indexkey"><a class="el" href="cfixed_8cpp.html">cfixed.cpp</a></td><td class="indexvalue">Implementation of a complex fixed-point data type CFixed </td></tr> |
---|
| 88 | <tr><td class="indexkey"><a class="el" href="cfixed_8h.html">cfixed.h</a> <a href="cfixed_8h-source.html">[code]</a></td><td class="indexvalue">Definitions of a complex fixed-point data type CFixed </td></tr> |
---|
| 89 | <tr><td class="indexkey"><a class="el" href="channel_8cpp.html">channel.cpp</a></td><td class="indexvalue">Communication Channels' classes - source file </td></tr> |
---|
| 90 | <tr><td class="indexkey"><a class="el" href="channel_8h.html">channel.h</a> <a href="channel_8h-source.html">[code]</a></td><td class="indexvalue">Communication channels' classes - header file </td></tr> |
---|
| 91 | <tr><td class="indexkey"><a class="el" href="channel__code_8h.html">channel_code.h</a> <a href="channel__code_8h-source.html">[code]</a></td><td class="indexvalue">Channel Code class virtual interface </td></tr> |
---|
| 92 | <tr><td class="indexkey"><a class="el" href="chbevl_8cpp.html">chbevl.cpp</a></td><td class="indexvalue">Implementation of Chebyshev series evaluation function </td></tr> |
---|
[261] | 93 | <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> |
---|
[353] | 94 | <tr><td class="indexkey"><a class="el" href="cholesky_8cpp.html">cholesky.cpp</a></td><td class="indexvalue">Implementation of Cholesky factorisation functions </td></tr> |
---|
| 95 | <tr><td class="indexkey"><a class="el" href="cholesky_8h.html">cholesky.h</a> <a href="cholesky_8h-source.html">[code]</a></td><td class="indexvalue">Definitions of Cholesky factorisation functions </td></tr> |
---|
| 96 | <tr><td class="indexkey"><a class="el" href="circular__buffer_8h.html">circular_buffer.h</a> <a href="circular__buffer_8h-source.html">[code]</a></td><td class="indexvalue">Circular_Buffer class (container) </td></tr> |
---|
| 97 | <tr><td class="indexkey"><a class="el" href="commfunc_8cpp.html">commfunc.cpp</a></td><td class="indexvalue">Implementation of some specific functions useful in communications </td></tr> |
---|
| 98 | <tr><td class="indexkey"><a class="el" href="commfunc_8h.html">commfunc.h</a> <a href="commfunc_8h-source.html">[code]</a></td><td class="indexvalue">Definitions of some specific functions useful in communications </td></tr> |
---|
| 99 | <tr><td class="indexkey"><b>config.h</b> <a href="config_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr> |
---|
| 100 | <tr><td class="indexkey"><b>config_msvc.h</b> <a href="config__msvc_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr> |
---|
| 101 | <tr><td class="indexkey"><a class="el" href="convcode_8cpp.html">convcode.cpp</a></td><td class="indexvalue">Implementation of a binary convolutional encoder class </td></tr> |
---|
| 102 | <tr><td class="indexkey"><a class="el" href="convcode_8h.html">convcode.h</a> <a href="convcode_8h-source.html">[code]</a></td><td class="indexvalue">Definition of a binary convolutional encoder class </td></tr> |
---|
| 103 | <tr><td class="indexkey"><a class="el" href="converters_8cpp.html">converters.cpp</a></td><td class="indexvalue">Implementation of converters between different vector and matrix types </td></tr> |
---|
| 104 | <tr><td class="indexkey"><a class="el" href="converters_8h.html">converters.h</a> <a href="converters_8h-source.html">[code]</a></td><td class="indexvalue">Definitions of converters between different vector and matrix types </td></tr> |
---|
| 105 | <tr><td class="indexkey"><a class="el" href="copy__vector_8h.html">copy_vector.h</a> <a href="copy__vector_8h-source.html">[code]</a></td><td class="indexvalue">Vector copy functions for internal use </td></tr> |
---|
| 106 | <tr><td class="indexkey"><a class="el" href="crc_8cpp.html">crc.cpp</a></td><td class="indexvalue">Implementation of a CRC code class </td></tr> |
---|
| 107 | <tr><td class="indexkey"><a class="el" href="crc_8h.html">crc.h</a> <a href="crc_8h-source.html">[code]</a></td><td class="indexvalue">Definition of a CRC code class </td></tr> |
---|
| 108 | <tr><td class="indexkey"><a class="el" href="det_8cpp.html">det.cpp</a></td><td class="indexvalue">Implementation of determinant calculations </td></tr> |
---|
| 109 | <tr><td class="indexkey"><a class="el" href="det_8h.html">det.h</a> <a href="det_8h-source.html">[code]</a></td><td class="indexvalue">Definitions of determinant calculations </td></tr> |
---|
| 110 | <tr><td class="indexkey"><a class="el" href="egolay_8cpp.html">egolay.cpp</a></td><td class="indexvalue">Implementation of the Extended Golay Code (24, 12, 8) </td></tr> |
---|
| 111 | <tr><td class="indexkey"><a class="el" href="egolay_8h.html">egolay.h</a> <a href="egolay_8h-source.html">[code]</a></td><td class="indexvalue">Definition of the Extended Golay Code (24, 12, 8) </td></tr> |
---|
| 112 | <tr><td class="indexkey"><a class="el" href="eigen_8cpp.html">eigen.cpp</a></td><td class="indexvalue">Eigenvalue decomposition functions </td></tr> |
---|
| 113 | <tr><td class="indexkey"><a class="el" href="eigen_8h.html">eigen.h</a> <a href="eigen_8h-source.html">[code]</a></td><td class="indexvalue">Definitions of eigenvalue decomposition functions </td></tr> |
---|
[280] | 114 | <tr><td class="indexkey"><b>ekf.h</b> <a href="ekf_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr> |
---|
| 115 | <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> |
---|
[261] | 116 | <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> |
---|
[353] | 117 | <tr><td class="indexkey"><a class="el" href="elem__math_8cpp.html">elem_math.cpp</a></td><td class="indexvalue">Elementary mathematical functions - source file </td></tr> |
---|
| 118 | <tr><td class="indexkey"><a class="el" href="elem__math_8h.html">elem_math.h</a> <a href="elem__math_8h-source.html">[code]</a></td><td class="indexvalue">Elementary mathematical functions - header file </td></tr> |
---|
[261] | 119 | <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> |
---|
[353] | 120 | <tr><td class="indexkey"><a class="el" href="error_8cpp.html">error.cpp</a></td><td class="indexvalue">Error functions - source file </td></tr> |
---|
| 121 | <tr><td class="indexkey"><a class="el" href="error_8h.html">error.h</a> <a href="error_8h-source.html">[code]</a></td><td class="indexvalue">Error functions - header file </td></tr> |
---|
| 122 | <tr><td class="indexkey"><a class="el" href="error__counters_8cpp.html">error_counters.cpp</a></td><td class="indexvalue">Implementation of Bit Error Rate Counter (BERC) and BLock Error Rate Counter (BLERC) classes </td></tr> |
---|
| 123 | <tr><td class="indexkey"><a class="el" href="error__counters_8h.html">error_counters.h</a> <a href="error__counters_8h-source.html">[code]</a></td><td class="indexvalue">Definitions of Bit Error Rate Counter (BERC) and BLock Error Rate Counter (BLERC) classes </td></tr> |
---|
[271] | 124 | <tr><td class="indexkey"><a class="el" href="estimator_8cpp.html">estimator.cpp</a></td><td class="indexvalue">Application Estimator </td></tr> |
---|
[353] | 125 | <tr><td class="indexkey"><a class="el" href="events_8cpp.html">events.cpp</a></td><td class="indexvalue">Implementation of an event-based simulation class </td></tr> |
---|
| 126 | <tr><td class="indexkey"><a class="el" href="events_8h.html">events.h</a> <a href="events_8h-source.html">[code]</a></td><td class="indexvalue">Definitions of an event-based simulation class </td></tr> |
---|
| 127 | <tr><td class="indexkey"><a class="el" href="factory_8h.html">factory.h</a> <a href="factory_8h-source.html">[code]</a></td><td class="indexvalue">Base class for class factories and memory allocation functions </td></tr> |
---|
| 128 | <tr><td class="indexkey"><a class="el" href="fastica_8cpp.html">fastica.cpp</a></td><td class="indexvalue">Implementation of FastICA (Independent Component Analysis) for IT++ </td></tr> |
---|
| 129 | <tr><td class="indexkey"><a class="el" href="fastica_8h.html">fastica.h</a> <a href="fastica_8h-source.html">[code]</a></td><td class="indexvalue">Definition of FastICA (Independent Component Analysis) for IT++ </td></tr> |
---|
| 130 | <tr><td class="indexkey"><a class="el" href="fastmath_8cpp.html">fastmath.cpp</a></td><td class="indexvalue">Implementation of special operations on vectors and matricies optimized for speed </td></tr> |
---|
| 131 | <tr><td class="indexkey"><a class="el" href="fastmath_8h.html">fastmath.h</a> <a href="fastmath_8h-source.html">[code]</a></td><td class="indexvalue">Definitions of special operations on vectors and matricies optimized for speed </td></tr> |
---|
| 132 | <tr><td class="indexkey"><a class="el" href="filter_8cpp.html">filter.cpp</a></td><td class="indexvalue">Implementation of Filter classes and functions </td></tr> |
---|
| 133 | <tr><td class="indexkey"><a class="el" href="filter_8h.html">filter.h</a> <a href="filter_8h-source.html">[code]</a></td><td class="indexvalue">Definitions of Filter classes and functions </td></tr> |
---|
| 134 | <tr><td class="indexkey"><a class="el" href="filter__design_8cpp.html">filter_design.cpp</a></td><td class="indexvalue">Filter design functions </td></tr> |
---|
| 135 | <tr><td class="indexkey"><a class="el" href="filter__design_8h.html">filter_design.h</a> <a href="filter__design_8h-source.html">[code]</a></td><td class="indexvalue">Filter design functions </td></tr> |
---|
| 136 | <tr><td class="indexkey"><a class="el" href="fix_8cpp.html">fix.cpp</a></td><td class="indexvalue">Implementation of a fixed-point data type Fix </td></tr> |
---|
| 137 | <tr><td class="indexkey"><a class="el" href="fix_8h.html">fix.h</a> <a href="fix_8h-source.html">[code]</a></td><td class="indexvalue">Definitions of a fixed-point data type Fix </td></tr> |
---|
| 138 | <tr><td class="indexkey"><a class="el" href="fix__base_8cpp.html">fix_base.cpp</a></td><td class="indexvalue">Implementation of a base class for fixed-point data types </td></tr> |
---|
| 139 | <tr><td class="indexkey"><a class="el" href="fix__base_8h.html">fix_base.h</a> <a href="fix__base_8h-source.html">[code]</a></td><td class="indexvalue">Definitions of a base class for fixed-point data types </td></tr> |
---|
| 140 | <tr><td class="indexkey"><a class="el" href="fix__factory_8cpp.html">fix_factory.cpp</a></td><td class="indexvalue">Implementation of a class factory for fixed-point data types Fix and CFix </td></tr> |
---|
| 141 | <tr><td class="indexkey"><a class="el" href="fix__factory_8h.html">fix_factory.h</a> <a href="fix__factory_8h-source.html">[code]</a></td><td class="indexvalue">Definitions of a class factory for fixed-point data types Fix and CFix </td></tr> |
---|
| 142 | <tr><td class="indexkey"><a class="el" href="fix__functions_8cpp.html">fix_functions.cpp</a></td><td class="indexvalue">Implementation of a set of functions for Fix, Fixed, CFix and CFixed classes </td></tr> |
---|
| 143 | <tr><td class="indexkey"><a class="el" href="fix__functions_8h.html">fix_functions.h</a> <a href="fix__functions_8h-source.html">[code]</a></td><td class="indexvalue">Definitions of a set of functions for Fix, Fixed, CFix and CFixed classes </td></tr> |
---|
| 144 | <tr><td class="indexkey"><a class="el" href="fix__operators_8cpp.html">fix_operators.cpp</a></td><td class="indexvalue">Implementation of a set of operators for Fix, Fixed, CFix and CFixed classes </td></tr> |
---|
| 145 | <tr><td class="indexkey"><a class="el" href="fix__operators_8h.html">fix_operators.h</a> <a href="fix__operators_8h-source.html">[code]</a></td><td class="indexvalue">Definitions of a set of operators for Fix, Fixed, CFix and CFixed classes </td></tr> |
---|
| 146 | <tr><td class="indexkey"><a class="el" href="itpp_2itpp_2fixed_2fixed_8cpp.html">itpp/itpp/fixed/fixed.cpp</a></td><td class="indexvalue">Implementation of a fixed-point data type Fixed </td></tr> |
---|
| 147 | <tr><td class="indexkey"><b>mixpp/applications/pmsm/simulator_zdenek/ekf_example/fixed.h</b> <a href="mixpp_2applications_2pmsm_2simulator__zdenek_2ekf__example_2fixed_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr> |
---|
| 148 | <tr><td class="indexkey"><a class="el" href="itpp_2itpp_2fixed_2fixed_8h.html">itpp/itpp/fixed/fixed.h</a> <a href="itpp_2itpp_2fixed_2fixed_8h-source.html">[code]</a></td><td class="indexvalue">Definitions of a fixed-point data type Fixed </td></tr> |
---|
| 149 | <tr><td class="indexkey"><a class="el" href="freq__filt_8cpp.html">freq_filt.cpp</a></td><td class="indexvalue">Implementation of Freq_Filt Class </td></tr> |
---|
| 150 | <tr><td class="indexkey"><a class="el" href="freq__filt_8h.html">freq_filt.h</a> <a href="freq__filt_8h-source.html">[code]</a></td><td class="indexvalue">Definition of frequency domain filter class </td></tr> |
---|
| 151 | <tr><td class="indexkey"><a class="el" href="front__drop__queue_8cpp.html">front_drop_queue.cpp</a></td><td class="indexvalue">Implementation of a Front Drop Queue class </td></tr> |
---|
| 152 | <tr><td class="indexkey"><a class="el" href="front__drop__queue_8h.html">front_drop_queue.h</a> <a href="front__drop__queue_8h-source.html">[code]</a></td><td class="indexvalue">Definitions of a Front Drop Queue class </td></tr> |
---|
| 153 | <tr><td class="indexkey"><a class="el" href="galois_8cpp.html">galois.cpp</a></td><td class="indexvalue">Implementation of Galois Field algebra classes and functions </td></tr> |
---|
| 154 | <tr><td class="indexkey"><a class="el" href="galois_8h.html">galois.h</a> <a href="galois_8h-source.html">[code]</a></td><td class="indexvalue">Definitions of Galois Field algebra classes and functions </td></tr> |
---|
| 155 | <tr><td class="indexkey"><a class="el" href="gamma_8cpp.html">gamma.cpp</a></td><td class="indexvalue">Implementation of gamma functions </td></tr> |
---|
| 156 | <tr><td class="indexkey"><a class="el" href="gf2mat_8cpp.html">gf2mat.cpp</a></td><td class="indexvalue">Implementation of a class for algebra on GF(2) (binary) matrices </td></tr> |
---|
| 157 | <tr><td class="indexkey"><a class="el" href="gf2mat_8h.html">gf2mat.h</a> <a href="gf2mat_8h-source.html">[code]</a></td><td class="indexvalue">Definition of a class for algebra on GF(2) (binary) matrices </td></tr> |
---|
| 158 | <tr><td class="indexkey"><a class="el" href="gmm_8cpp.html">gmm.cpp</a></td><td class="indexvalue">Implementation of a Gaussian Mixture Model Class </td></tr> |
---|
| 159 | <tr><td class="indexkey"><a class="el" href="gmm_8h.html">gmm.h</a> <a href="gmm_8h-source.html">[code]</a></td><td class="indexvalue">Definition of a Gaussian Mixture Model Class </td></tr> |
---|
| 160 | <tr><td class="indexkey"><a class="el" href="hammcode_8cpp.html">hammcode.cpp</a></td><td class="indexvalue">Implementation of a Hamming code class </td></tr> |
---|
| 161 | <tr><td class="indexkey"><a class="el" href="hammcode_8h.html">hammcode.h</a> <a href="hammcode_8h-source.html">[code]</a></td><td class="indexvalue">Definitions of a Hamming code class </td></tr> |
---|
| 162 | <tr><td class="indexkey"><a class="el" href="help__functions_8cpp.html">help_functions.cpp</a></td><td class="indexvalue">Help functions to make functions with vec and mat as arguments </td></tr> |
---|
| 163 | <tr><td class="indexkey"><a class="el" href="help__functions_8h.html">help_functions.h</a> <a href="help__functions_8h-source.html">[code]</a></td><td class="indexvalue">Help functions to make functions with vec and mat as arguments </td></tr> |
---|
| 164 | <tr><td class="indexkey"><a class="el" href="histogram_8h.html">histogram.h</a> <a href="histogram_8h-source.html">[code]</a></td><td class="indexvalue">Histogram class - header file </td></tr> |
---|
| 165 | <tr><td class="indexkey"><a class="el" href="hyperg_8cpp.html">hyperg.cpp</a></td><td class="indexvalue">Implementation of confluent hypergeometric function </td></tr> |
---|
| 166 | <tr><td class="indexkey"><a class="el" href="i0_8cpp.html">i0.cpp</a></td><td class="indexvalue">Implementation of modified Bessel functions of order zero </td></tr> |
---|
| 167 | <tr><td class="indexkey"><a class="el" href="i1_8cpp.html">i1.cpp</a></td><td class="indexvalue">Implementation of modified Bessel functions of order one </td></tr> |
---|
| 168 | <tr><td class="indexkey"><a class="el" href="integration_8cpp.html">integration.cpp</a></td><td class="indexvalue">Implementation of numerical integration </td></tr> |
---|
| 169 | <tr><td class="indexkey"><a class="el" href="integration_8h.html">integration.h</a> <a href="integration_8h-source.html">[code]</a></td><td class="indexvalue">Definition of numerical integration </td></tr> |
---|
| 170 | <tr><td class="indexkey"><a class="el" href="interleave_8cpp.html">interleave.cpp</a></td><td class="indexvalue">Implementation of interleaver classes </td></tr> |
---|
| 171 | <tr><td class="indexkey"><a class="el" href="interleave_8h.html">interleave.h</a> <a href="interleave_8h-source.html">[code]</a></td><td class="indexvalue">Definitions of interleaver classes </td></tr> |
---|
| 172 | <tr><td class="indexkey"><a class="el" href="inv_8cpp.html">inv.cpp</a></td><td class="indexvalue">Implementation of matrix inversion routines </td></tr> |
---|
| 173 | <tr><td class="indexkey"><a class="el" href="inv_8h.html">inv.h</a> <a href="inv_8h-source.html">[code]</a></td><td class="indexvalue">Definitions of matrix inversion routines </td></tr> |
---|
| 174 | <tr><td class="indexkey"><a class="el" href="itassert_8cpp.html">itassert.cpp</a></td><td class="indexvalue">Error handling functions - source file </td></tr> |
---|
| 175 | <tr><td class="indexkey"><a class="el" href="itassert_8h.html">itassert.h</a> <a href="itassert_8h-source.html">[code]</a></td><td class="indexvalue">Error handling functions - header file </td></tr> |
---|
| 176 | <tr><td class="indexkey"><a class="el" href="itbase_8h.html">itbase.h</a> <a href="itbase_8h-source.html">[code]</a></td><td class="indexvalue">Include file for the IT++ base module </td></tr> |
---|
| 177 | <tr><td class="indexkey"><a class="el" href="itcomm_8h.html">itcomm.h</a> <a href="itcomm_8h-source.html">[code]</a></td><td class="indexvalue">Include file for the IT++ communications module </td></tr> |
---|
| 178 | <tr><td class="indexkey"><a class="el" href="itcompat_8cpp.html">itcompat.cpp</a></td><td class="indexvalue">IT++ compatibility types and functions </td></tr> |
---|
| 179 | <tr><td class="indexkey"><a class="el" href="itcompat_8h.html">itcompat.h</a> <a href="itcompat_8h-source.html">[code]</a></td><td class="indexvalue">IT++ compatibility types and functions </td></tr> |
---|
| 180 | <tr><td class="indexkey"><a class="el" href="itfile_8cpp.html">itfile.cpp</a></td><td class="indexvalue">Implementation of classes for the IT++ file format </td></tr> |
---|
| 181 | <tr><td class="indexkey"><a class="el" href="itfile_8h.html">itfile.h</a> <a href="itfile_8h-source.html">[code]</a></td><td class="indexvalue">Definition of classes for the IT++ file format </td></tr> |
---|
| 182 | <tr><td class="indexkey"><a class="el" href="itfixed_8h.html">itfixed.h</a> <a href="itfixed_8h-source.html">[code]</a></td><td class="indexvalue">Include file for the IT++ fixed-point module </td></tr> |
---|
| 183 | <tr><td class="indexkey"><a class="el" href="itmex_8h.html">itmex.h</a> <a href="itmex_8h-source.html">[code]</a></td><td class="indexvalue">Conversion routines between IT++ and Matlab </td></tr> |
---|
| 184 | <tr><td class="indexkey"><a class="el" href="itoptim_8h.html">itoptim.h</a> <a href="itoptim_8h-source.html">[code]</a></td><td class="indexvalue">Include file for the IT++ optimization module </td></tr> |
---|
[261] | 185 | <tr><td class="indexkey"><b>itpp_ext.h</b> <a href="itpp__ext_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr> |
---|
[353] | 186 | <tr><td class="indexkey"><a class="el" href="itprotocol_8h.html">itprotocol.h</a> <a href="itprotocol_8h-source.html">[code]</a></td><td class="indexvalue">Include file for the IT++ protocols module </td></tr> |
---|
| 187 | <tr><td class="indexkey"><a class="el" href="itsignal_8h.html">itsignal.h</a> <a href="itsignal_8h-source.html">[code]</a></td><td class="indexvalue">Include file for the IT++ signal-processing module </td></tr> |
---|
| 188 | <tr><td class="indexkey"><a class="el" href="itsrccode_8h.html">itsrccode.h</a> <a href="itsrccode_8h-source.html">[code]</a></td><td class="indexvalue">Include file for the IT++ source coding module </td></tr> |
---|
| 189 | <tr><td class="indexkey"><a class="el" href="itstat_8h.html">itstat.h</a> <a href="itstat_8h-source.html">[code]</a></td><td class="indexvalue">Include file for the IT++ statistics module </td></tr> |
---|
| 190 | <tr><td class="indexkey"><a class="el" href="iv_8cpp.html">iv.cpp</a></td><td class="indexvalue">Implementation of modified Bessel functions of noninteager order </td></tr> |
---|
| 191 | <tr><td class="indexkey"><a class="el" href="jv_8cpp.html">jv.cpp</a></td><td class="indexvalue">Implementation of Bessel functions of noninteager order </td></tr> |
---|
| 192 | <tr><td class="indexkey"><a class="el" href="k0_8cpp.html">k0.cpp</a></td><td class="indexvalue">Implementation of modified Bessel functions of third kind </td></tr> |
---|
| 193 | <tr><td class="indexkey"><a class="el" href="mixpp_2applications_2doprava_2k1_8cpp.html">mixpp/applications/doprava/k1.cpp</a></td><td class="indexvalue">Models for synchronous electric drive using IT++ and BDM </td></tr> |
---|
| 194 | <tr><td class="indexkey"><a class="el" href="itpp_2itpp_2base_2bessel_2k1_8cpp.html">itpp/itpp/base/bessel/k1.cpp</a></td><td class="indexvalue">Implementation of modified Bessel functions of third kind </td></tr> |
---|
[287] | 195 | <tr><td class="indexkey"><a class="el" href="KF__ui_8h.html">KF_ui.h</a> <a href="KF__ui_8h-source.html">[code]</a></td><td class="indexvalue">UserInfo for Kalman filters and extensions </td></tr> |
---|
[353] | 196 | <tr><td class="indexkey"><a class="el" href="kn_8cpp.html">kn.cpp</a></td><td class="indexvalue">Implementation of modified Bessel functions of third kind </td></tr> |
---|
| 197 | <tr><td class="indexkey"><a class="el" href="lapack_8h.html">lapack.h</a> <a href="lapack_8h-source.html">[code]</a></td><td class="indexvalue">Lapack header functions. For internal use only </td></tr> |
---|
| 198 | <tr><td class="indexkey"><a class="el" href="ldpc_8cpp.html">ldpc.cpp</a></td><td class="indexvalue">Implementation of Low-Density Parity Check (LDPC) codes </td></tr> |
---|
| 199 | <tr><td class="indexkey"><a class="el" href="ldpc_8h.html">ldpc.h</a> <a href="ldpc_8h-source.html">[code]</a></td><td class="indexvalue">Implementation of Low-Density Parity Check (LDPC) codes </td></tr> |
---|
[261] | 200 | <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> |
---|
| 201 | <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> |
---|
| 202 | <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> |
---|
[264] | 203 | <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> |
---|
[261] | 204 | <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> |
---|
[287] | 205 | <tr><td class="indexkey"><a class="el" href="libEF__ui_8h.html">libEF_ui.h</a> <a href="libEF__ui_8h-source.html">[code]</a></td><td class="indexvalue">UI for Common probability density functions </td></tr> |
---|
[261] | 206 | <tr><td class="indexkey"><b>libFN.h</b> <a href="libFN_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr> |
---|
| 207 | <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> |
---|
| 208 | <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> |
---|
[353] | 209 | <tr><td class="indexkey"><a class="el" href="llr_8cpp.html">llr.cpp</a></td><td class="indexvalue">Class for numerically efficient log-likelihood algebra </td></tr> |
---|
| 210 | <tr><td class="indexkey"><a class="el" href="llr_8h.html">llr.h</a> <a href="llr_8h-source.html">[code]</a></td><td class="indexvalue">Class for numerically efficient log-likelihood algebra </td></tr> |
---|
| 211 | <tr><td class="indexkey"><a class="el" href="log__exp_8h.html">log_exp.h</a> <a href="log__exp_8h-source.html">[code]</a></td><td class="indexvalue">Logarithmic and exponenential functions - header file </td></tr> |
---|
[261] | 212 | <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> |
---|
| 213 | <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> |
---|
[353] | 214 | <tr><td class="indexkey"><a class="el" href="lpcfunc_8cpp.html">lpcfunc.cpp</a></td><td class="indexvalue">Implementations of linear prediction functions, and conversion between common representations of linear predictive parameters </td></tr> |
---|
| 215 | <tr><td class="indexkey"><a class="el" href="lpcfunc_8h.html">lpcfunc.h</a> <a href="lpcfunc_8h-source.html">[code]</a></td><td class="indexvalue">Implementation of linear prediction functions, and conversion between common representations of linear predictive parameters </td></tr> |
---|
| 216 | <tr><td class="indexkey"><a class="el" href="ls__solve_8cpp.html">ls_solve.cpp</a></td><td class="indexvalue">Implementation of functions for solving linear equation systems </td></tr> |
---|
| 217 | <tr><td class="indexkey"><a class="el" href="ls__solve_8h.html">ls_solve.h</a> <a href="ls__solve_8h-source.html">[code]</a></td><td class="indexvalue">Definitions of functions for solving linear equation systems </td></tr> |
---|
| 218 | <tr><td class="indexkey"><a class="el" href="lu_8cpp.html">lu.cpp</a></td><td class="indexvalue">Implementation of LU factorisation functions </td></tr> |
---|
| 219 | <tr><td class="indexkey"><a class="el" href="lu_8h.html">lu.h</a> <a href="lu_8h-source.html">[code]</a></td><td class="indexvalue">Definitions of LU factorisation functions </td></tr> |
---|
| 220 | <tr><td class="indexkey"><a class="el" href="mat_8cpp.html">mat.cpp</a></td><td class="indexvalue">Matrix Class Implementation </td></tr> |
---|
| 221 | <tr><td class="indexkey"><a class="el" href="mat_8h.html">mat.h</a> <a href="mat_8h-source.html">[code]</a></td><td class="indexvalue">Matrix Class Definitions </td></tr> |
---|
| 222 | <tr><td class="indexkey"><a class="el" href="matfunc_8cpp.html">matfunc.cpp</a></td><td class="indexvalue">Various functions on vectors and matrices - source file </td></tr> |
---|
| 223 | <tr><td class="indexkey"><a class="el" href="matfunc_8h.html">matfunc.h</a> <a href="matfunc_8h-source.html">[code]</a></td><td class="indexvalue">Various functions on vectors and matrices - header file </td></tr> |
---|
[280] | 224 | <tr><td class="indexkey"><b>matrix.h</b> <a href="matrix_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr> |
---|
[287] | 225 | <tr><td class="indexkey"><a class="el" href="merg__2a_8cpp.html">merg_2a.cpp</a></td><td class="indexvalue"></td></tr> |
---|
[261] | 226 | <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> |
---|
[323] | 227 | <tr><td class="indexkey"><b>mexds.h</b> <a href="mexds_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr> |
---|
[296] | 228 | <tr><td class="indexkey"><b>mexlog.h</b> <a href="mexlog_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr> |
---|
[353] | 229 | <tr><td class="indexkey"><b>mexparse.h</b> <a href="mexparse_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr> |
---|
| 230 | <tr><td class="indexkey"><a class="el" href="min__max_8h.html">min_max.h</a> <a href="min__max_8h-source.html">[code]</a></td><td class="indexvalue">Minimum and maximum functions on vectors and matrices </td></tr> |
---|
| 231 | <tr><td class="indexkey"><a class="el" href="misc_8cpp.html">misc.cpp</a></td><td class="indexvalue">Miscellaneous functions - source file </td></tr> |
---|
| 232 | <tr><td class="indexkey"><a class="el" href="misc_8h.html">misc.h</a> <a href="misc_8h-source.html">[code]</a></td><td class="indexvalue">Miscellaneous functions - header file </td></tr> |
---|
| 233 | <tr><td class="indexkey"><a class="el" href="misc__stat_8cpp.html">misc_stat.cpp</a></td><td class="indexvalue">Miscellaneous statistics functions and classes - source file </td></tr> |
---|
| 234 | <tr><td class="indexkey"><a class="el" href="misc__stat_8h.html">misc_stat.h</a> <a href="misc__stat_8h-source.html">[code]</a></td><td class="indexvalue">Miscellaneous statistics functions and classes - header file </td></tr> |
---|
[261] | 235 | <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> |
---|
[323] | 236 | <tr><td class="indexkey"><b>model.h</b> <a href="model_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr> |
---|
[353] | 237 | <tr><td class="indexkey"><a class="el" href="modulator_8cpp.html">modulator.cpp</a></td><td class="indexvalue">One- and two-dimensional modulators - source file </td></tr> |
---|
| 238 | <tr><td class="indexkey"><a class="el" href="modulator_8h.html">modulator.h</a> <a href="modulator_8h-source.html">[code]</a></td><td class="indexvalue">One- and two-dimensional modulators - header file </td></tr> |
---|
| 239 | <tr><td class="indexkey"><a class="el" href="modulator__nd_8cpp.html">modulator_nd.cpp</a></td><td class="indexvalue">Implementation of vector (MIMO) modulator classes </td></tr> |
---|
| 240 | <tr><td class="indexkey"><a class="el" href="modulator__nd_8h.html">modulator_nd.h</a> <a href="modulator__nd_8h-source.html">[code]</a></td><td class="indexvalue">Definition of vector (MIMO) modulator classes </td></tr> |
---|
| 241 | <tr><td class="indexkey"><a class="el" href="mog__diag_8cpp.html">mog_diag.cpp</a></td><td class="indexvalue">Diagonal Mixture of Gaussians class - source file </td></tr> |
---|
| 242 | <tr><td class="indexkey"><a class="el" href="mog__diag_8h.html">mog_diag.h</a> <a href="mog__diag_8h-source.html">[code]</a></td><td class="indexvalue">Diagonal Mixture of Gaussians class - header file </td></tr> |
---|
| 243 | <tr><td class="indexkey"><a class="el" href="mog__diag__em_8cpp.html">mog_diag_em.cpp</a></td><td class="indexvalue">Expectation Maximisation based optimisers for Mixture of Gaussians - source file </td></tr> |
---|
| 244 | <tr><td class="indexkey"><a class="el" href="mog__diag__em_8h.html">mog_diag_em.h</a> <a href="mog__diag__em_8h-source.html">[code]</a></td><td class="indexvalue">Expectation Maximisation (EM) based optimisers for MOG - header file </td></tr> |
---|
| 245 | <tr><td class="indexkey"><a class="el" href="mog__diag__kmeans_8cpp.html">mog_diag_kmeans.cpp</a></td><td class="indexvalue">Kmeans based optimiser for Mixture of Gaussians - source file </td></tr> |
---|
| 246 | <tr><td class="indexkey"><a class="el" href="mog__diag__kmeans_8h.html">mog_diag_kmeans.h</a> <a href="mog__diag__kmeans_8h-source.html">[code]</a></td><td class="indexvalue">K-means based optimiser for Mixture of Gaussians - header file </td></tr> |
---|
| 247 | <tr><td class="indexkey"><a class="el" href="mog__generic_8cpp.html">mog_generic.cpp</a></td><td class="indexvalue">Generic Mixture of Gaussians (MOG) class - source file </td></tr> |
---|
| 248 | <tr><td class="indexkey"><a class="el" href="mog__generic_8h.html">mog_generic.h</a> <a href="mog__generic_8h-source.html">[code]</a></td><td class="indexvalue">Generic Mixture of Gaussians (MOG) class - header file </td></tr> |
---|
[280] | 249 | <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> |
---|
| 250 | <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> |
---|
| 251 | <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> |
---|
| 252 | <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> |
---|
[353] | 253 | <tr><td class="indexkey"><a class="el" href="newton__search_8cpp.html">newton_search.cpp</a></td><td class="indexvalue">Newton Search optimization algorithms - source file </td></tr> |
---|
| 254 | <tr><td class="indexkey"><a class="el" href="newton__search_8h.html">newton_search.h</a> <a href="newton__search_8h-source.html">[code]</a></td><td class="indexvalue">Newton Search optimization algorithms - header file </td></tr> |
---|
| 255 | <tr><td class="indexkey"><a class="el" href="ofdm_8cpp.html">ofdm.cpp</a></td><td class="indexvalue">Implementation of an Orthogonal Frequency Division Multiplex (OFDM) class </td></tr> |
---|
| 256 | <tr><td class="indexkey"><a class="el" href="ofdm_8h.html">ofdm.h</a> <a href="ofdm_8h-source.html">[code]</a></td><td class="indexvalue">Interface of an Orthogonal Frequency Division Multiplex (OFDM) class </td></tr> |
---|
| 257 | <tr><td class="indexkey"><a class="el" href="operators_8cpp.html">operators.cpp</a></td><td class="indexvalue">Implementation of operators for vectors and matricies of different types </td></tr> |
---|
| 258 | <tr><td class="indexkey"><a class="el" href="operators_8h.html">operators.h</a> <a href="operators_8h-source.html">[code]</a></td><td class="indexvalue">Definitions of operators for vectors and matricies of different types </td></tr> |
---|
[261] | 259 | <tr><td class="indexkey"><b>osutils.h</b> <a href="osutils_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr> |
---|
[353] | 260 | <tr><td class="indexkey"><a class="el" href="packet_8h.html">packet.h</a> <a href="packet_8h-source.html">[code]</a></td><td class="indexvalue">Definition of a Packet class </td></tr> |
---|
| 261 | <tr><td class="indexkey"><a class="el" href="packet__channel_8cpp.html">packet_channel.cpp</a></td><td class="indexvalue">Implementation of a Packet channel class </td></tr> |
---|
| 262 | <tr><td class="indexkey"><a class="el" href="packet__channel_8h.html">packet_channel.h</a> <a href="packet__channel_8h-source.html">[code]</a></td><td class="indexvalue">Definition of a Packet channel class </td></tr> |
---|
| 263 | <tr><td class="indexkey"><a class="el" href="packet__generator_8cpp.html">packet_generator.cpp</a></td><td class="indexvalue">Implementation of a Packet generator class </td></tr> |
---|
| 264 | <tr><td class="indexkey"><a class="el" href="packet__generator_8h.html">packet_generator.h</a> <a href="packet__generator_8h-source.html">[code]</a></td><td class="indexvalue">Definition of a Packet generator class </td></tr> |
---|
[280] | 265 | <tr><td class="indexkey"><b>parametry_motoru.h</b> <a href="parametry__motoru_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr> |
---|
[353] | 266 | <tr><td class="indexkey"><a class="el" href="parser_8cpp.html">parser.cpp</a></td><td class="indexvalue">Implementation of an argument parser class </td></tr> |
---|
| 267 | <tr><td class="indexkey"><a class="el" href="parser_8h.html">parser.h</a> <a href="parser_8h-source.html">[code]</a></td><td class="indexvalue">Definition of an argument parser class </td></tr> |
---|
[296] | 268 | <tr><td class="indexkey"><a class="el" href="PF__ui_8h.html">PF_ui.h</a> <a href="PF__ui_8h-source.html">[code]</a></td><td class="indexvalue">UserInfo for Kalman filters and extensions </td></tr> |
---|
[280] | 269 | <tr><td class="indexkey"><b>pmsm.h</b> <a href="pmsm_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr> |
---|
| 270 | <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> |
---|
[353] | 271 | <tr><td class="indexkey"><a class="el" href="pmsm__estim__mex_8cpp.html">pmsm_estim_mex.cpp</a></td><td class="indexvalue">Multi-Estimator (developped for PMSM) </td></tr> |
---|
[280] | 272 | <tr><td class="indexkey"><b>pmsm_mod.h</b> <a href="pmsm__mod_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr> |
---|
| 273 | <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> |
---|
[296] | 274 | <tr><td class="indexkey"><a class="el" href="pmsm__wishart_8cpp.html">pmsm_wishart.cpp</a></td><td class="indexvalue">TR 2525 file for testing Wishart random walk on PMSM simulator </td></tr> |
---|
[280] | 275 | <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> |
---|
[353] | 276 | <tr><td class="indexkey"><a class="el" href="pnm_8cpp.html">pnm.cpp</a></td><td class="indexvalue">Implementation of PNM graphics format I/O function </td></tr> |
---|
| 277 | <tr><td class="indexkey"><a class="el" href="pnm_8h.html">pnm.h</a> <a href="pnm_8h-source.html">[code]</a></td><td class="indexvalue">Definitions of PNM graphics format I/O function </td></tr> |
---|
| 278 | <tr><td class="indexkey"><a class="el" href="polevl_8cpp.html">polevl.cpp</a></td><td class="indexvalue">Implementation of polynomial evaluation function </td></tr> |
---|
| 279 | <tr><td class="indexkey"><a class="el" href="poly_8cpp.html">poly.cpp</a></td><td class="indexvalue">Polynomial functions </td></tr> |
---|
| 280 | <tr><td class="indexkey"><a class="el" href="poly_8h.html">poly.h</a> <a href="poly_8h-source.html">[code]</a></td><td class="indexvalue">Polynomial functions </td></tr> |
---|
| 281 | <tr><td class="indexkey"><a class="el" href="pulse__shape_8cpp.html">pulse_shape.cpp</a></td><td class="indexvalue">Pulse shaping classes - source file </td></tr> |
---|
| 282 | <tr><td class="indexkey"><a class="el" href="pulse__shape_8h.html">pulse_shape.h</a> <a href="pulse__shape_8h-source.html">[code]</a></td><td class="indexvalue">Pulse shaping classes - header file </td></tr> |
---|
| 283 | <tr><td class="indexkey"><a class="el" href="punct__convcode_8cpp.html">punct_convcode.cpp</a></td><td class="indexvalue">Implementation of a Binary Punctured Convolutional Encoder class </td></tr> |
---|
| 284 | <tr><td class="indexkey"><a class="el" href="punct__convcode_8h.html">punct_convcode.h</a> <a href="punct__convcode_8h-source.html">[code]</a></td><td class="indexvalue">Definitions of a Binary Punctured Convolutional Encoder class </td></tr> |
---|
[280] | 285 | <tr><td class="indexkey"><b>pwm.h</b> <a href="pwm_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr> |
---|
[353] | 286 | <tr><td class="indexkey"><a class="el" href="qr_8cpp.html">qr.cpp</a></td><td class="indexvalue">Implementation of QR factorisation functions </td></tr> |
---|
| 287 | <tr><td class="indexkey"><a class="el" href="qr_8h.html">qr.h</a> <a href="qr_8h-source.html">[code]</a></td><td class="indexvalue">Definitions of QR factorisation functions </td></tr> |
---|
| 288 | <tr><td class="indexkey"><a class="el" href="random_8cpp.html">random.cpp</a></td><td class="indexvalue">Implementation of classes for random number generators </td></tr> |
---|
| 289 | <tr><td class="indexkey"><a class="el" href="random_8h.html">random.h</a> <a href="random_8h-source.html">[code]</a></td><td class="indexvalue">Definition of classes for random number generators </td></tr> |
---|
| 290 | <tr><td class="indexkey"><a class="el" href="random__dsfmt_8h.html">random_dsfmt.h</a> <a href="random__dsfmt_8h-source.html">[code]</a></td><td class="indexvalue">C++ implementation of dSFMT random number generator </td></tr> |
---|
| 291 | <tr><td class="indexkey"><a class="el" href="rec__syst__conv__code_8cpp.html">rec_syst_conv_code.cpp</a></td><td class="indexvalue">Implementation of a Recursive Systematic Convolutional codec class </td></tr> |
---|
| 292 | <tr><td class="indexkey"><a class="el" href="rec__syst__conv__code_8h.html">rec_syst_conv_code.h</a> <a href="rec__syst__conv__code_8h-source.html">[code]</a></td><td class="indexvalue">Definitions of a Recursive Systematic Convolutional codec class </td></tr> |
---|
| 293 | <tr><td class="indexkey"><a class="el" href="reedsolomon_8cpp.html">reedsolomon.cpp</a></td><td class="indexvalue">Implementation of a Reed-Solomon codec class </td></tr> |
---|
| 294 | <tr><td class="indexkey"><a class="el" href="reedsolomon_8h.html">reedsolomon.h</a> <a href="reedsolomon_8h-source.html">[code]</a></td><td class="indexvalue">Definitions of a Reed-Solomon codec class </td></tr> |
---|
[280] | 295 | <tr><td class="indexkey"><b>reference.h</b> <a href="reference_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr> |
---|
| 296 | <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> |
---|
| 297 | <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> |
---|
| 298 | <tr><td class="indexkey"><b>regulace.h</b> <a href="regulace_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr> |
---|
[353] | 299 | <tr><td class="indexkey"><a class="el" href="resampling_8cpp.html">resampling.cpp</a></td><td class="indexvalue">Resampling functions - source file </td></tr> |
---|
| 300 | <tr><td class="indexkey"><a class="el" href="resampling_8h.html">resampling.h</a> <a href="resampling_8h-source.html">[code]</a></td><td class="indexvalue">Resampling functions - header file </td></tr> |
---|
| 301 | <tr><td class="indexkey"><a class="el" href="schur_8cpp.html">schur.cpp</a></td><td class="indexvalue">Schur decomposition functions </td></tr> |
---|
| 302 | <tr><td class="indexkey"><a class="el" href="schur_8h.html">schur.h</a> <a href="schur_8h-source.html">[code]</a></td><td class="indexvalue">Definitions of Schur decomposition functions </td></tr> |
---|
| 303 | <tr><td class="indexkey"><a class="el" href="selective__repeat_8cpp.html">selective_repeat.cpp</a></td><td class="indexvalue">Implementation of Selective Repeat ARQ classes </td></tr> |
---|
| 304 | <tr><td class="indexkey"><a class="el" href="selective__repeat_8h.html">selective_repeat.h</a> <a href="selective__repeat_8h-source.html">[code]</a></td><td class="indexvalue">Definitions of Selective Repeat ARQ classes </td></tr> |
---|
| 305 | <tr><td class="indexkey"><a class="el" href="sequence_8cpp.html">sequence.cpp</a></td><td class="indexvalue">Implementation of binary sequence classes and functions </td></tr> |
---|
| 306 | <tr><td class="indexkey"><a class="el" href="sequence_8h.html">sequence.h</a> <a href="sequence_8h-source.html">[code]</a></td><td class="indexvalue">Definitions of binary sequence classes and functions </td></tr> |
---|
| 307 | <tr><td class="indexkey"><a class="el" href="sigfun_8cpp.html">sigfun.cpp</a></td><td class="indexvalue">Implementation of signal processing functions </td></tr> |
---|
| 308 | <tr><td class="indexkey"><a class="el" href="sigfun_8h.html">sigfun.h</a> <a href="sigfun_8h-source.html">[code]</a></td><td class="indexvalue">Definitions of signal processing functions </td></tr> |
---|
| 309 | <tr><td class="indexkey"><a class="el" href="signals__slots_8h.html">signals_slots.h</a> <a href="signals__slots_8h-source.html">[code]</a></td><td class="indexvalue">Definitions of Signals and Slots classes </td></tr> |
---|
[280] | 310 | <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> |
---|
| 311 | <tr><td class="indexkey"><b>sim_profiles.h</b> <a href="sim__profiles_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr> |
---|
| 312 | <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> |
---|
| 313 | <tr><td class="indexkey"><b>simulator.h</b> <a href="simulator_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr> |
---|
[353] | 314 | <tr><td class="indexkey"><a class="el" href="smat_8cpp.html">smat.cpp</a></td><td class="indexvalue">Sparse Matrix Class implementation </td></tr> |
---|
| 315 | <tr><td class="indexkey"><a class="el" href="smat_8h.html">smat.h</a> <a href="smat_8h-source.html">[code]</a></td><td class="indexvalue">Sparse Matrix Class Definitions </td></tr> |
---|
| 316 | <tr><td class="indexkey"><a class="el" href="sort_8h.html">sort.h</a> <a href="sort_8h-source.html">[code]</a></td><td class="indexvalue">Sorting functions </td></tr> |
---|
| 317 | <tr><td class="indexkey"><a class="el" href="source_8cpp.html">source.cpp</a></td><td class="indexvalue">Deterministic sources - source file </td></tr> |
---|
| 318 | <tr><td class="indexkey"><a class="el" href="source_8h.html">source.h</a> <a href="source_8h-source.html">[code]</a></td><td class="indexvalue">Deterministic sources - header file </td></tr> |
---|
| 319 | <tr><td class="indexkey"><a class="el" href="specmat_8cpp.html">specmat.cpp</a></td><td class="indexvalue">Implementation of special vectors and matrices </td></tr> |
---|
| 320 | <tr><td class="indexkey"><a class="el" href="specmat_8h.html">specmat.h</a> <a href="specmat_8h-source.html">[code]</a></td><td class="indexvalue">Definitions of special vectors and matrices </td></tr> |
---|
| 321 | <tr><td class="indexkey"><a class="el" href="spread_8cpp.html">spread.cpp</a></td><td class="indexvalue">Implementation of spread spectrum classes and functions </td></tr> |
---|
| 322 | <tr><td class="indexkey"><a class="el" href="spread_8h.html">spread.h</a> <a href="spread_8h-source.html">[code]</a></td><td class="indexvalue">Definition of spread spectrum classes and functions </td></tr> |
---|
| 323 | <tr><td class="indexkey"><a class="el" href="stack_8h.html">stack.h</a> <a href="stack_8h-source.html">[code]</a></td><td class="indexvalue">Stack class (container) </td></tr> |
---|
| 324 | <tr><td class="indexkey"><a class="el" href="struve_8cpp.html">struve.cpp</a></td><td class="indexvalue">Implementation of struve function </td></tr> |
---|
| 325 | <tr><td class="indexkey"><a class="el" href="svd_8cpp.html">svd.cpp</a></td><td class="indexvalue">Implementation of Singular Value Decompositions </td></tr> |
---|
| 326 | <tr><td class="indexkey"><a class="el" href="svd_8h.html">svd.h</a> <a href="svd_8h-source.html">[code]</a></td><td class="indexvalue">Definitions of Singular Value Decompositions </td></tr> |
---|
| 327 | <tr><td class="indexkey"><a class="el" href="svec_8cpp.html">svec.cpp</a></td><td class="indexvalue">Sparse Vector Class implementation </td></tr> |
---|
| 328 | <tr><td class="indexkey"><a class="el" href="svec_8h.html">svec.h</a> <a href="svec_8h-source.html">[code]</a></td><td class="indexvalue">Sparse Vector Class definitions </td></tr> |
---|
| 329 | <tr><td class="indexkey"><a class="el" href="tcp_8cpp.html">tcp.cpp</a></td><td class="indexvalue">Implementation of Transport Control Protocol (TCP) </td></tr> |
---|
| 330 | <tr><td class="indexkey"><a class="el" href="tcp_8h.html">tcp.h</a> <a href="tcp_8h-source.html">[code]</a></td><td class="indexvalue">Definition of Transport Control Protocol (TCP) </td></tr> |
---|
| 331 | <tr><td class="indexkey"><a class="el" href="tcp__client__server_8h.html">tcp_client_server.h</a> <a href="tcp__client__server_8h-source.html">[code]</a></td><td class="indexvalue">Definitions of TCP Client and Server Applications </td></tr> |
---|
| 332 | <tr><td class="indexkey"><a class="el" href="timing_8cpp.html">timing.cpp</a></td><td class="indexvalue">Implementation of Timing classes </td></tr> |
---|
| 333 | <tr><td class="indexkey"><a class="el" href="timing_8h.html">timing.h</a> <a href="timing_8h-source.html">[code]</a></td><td class="indexvalue">Definitions of Timing classes </td></tr> |
---|
| 334 | <tr><td class="indexkey"><a class="el" href="transforms_8cpp.html">transforms.cpp</a></td><td class="indexvalue">Fourier, Cosine, Hadamard, Walsh-Hadamard, and 2D Hadamard transforms - source file </td></tr> |
---|
| 335 | <tr><td class="indexkey"><a class="el" href="transforms_8h.html">transforms.h</a> <a href="transforms_8h-source.html">[code]</a></td><td class="indexvalue">Fourier, Hadamard, Walsh-Hadamard, and 2D Hadamard transforms - header file </td></tr> |
---|
| 336 | <tr><td class="indexkey"><a class="el" href="trig__hyp_8h.html">trig_hyp.h</a> <a href="trig__hyp_8h-source.html">[code]</a></td><td class="indexvalue">Trigonometric and hyperbolic functions - header file </td></tr> |
---|
| 337 | <tr><td class="indexkey"><a class="el" href="turbo_8cpp.html">turbo.cpp</a></td><td class="indexvalue">Implementation of a turbo encoder/decoder class </td></tr> |
---|
| 338 | <tr><td class="indexkey"><a class="el" href="turbo_8h.html">turbo.h</a> <a href="turbo_8h-source.html">[code]</a></td><td class="indexvalue">Definition of a turbo encoder/decoder class </td></tr> |
---|
[261] | 339 | <tr><td class="indexkey"><b>uibuilder.h</b> <a href="uibuilder_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr> |
---|
[287] | 340 | <tr><td class="indexkey"><a class="el" href="unitsteps_8cpp.html">unitsteps.cpp</a></td><td class="indexvalue">TR 2525 file for testing Toy Problem of mpf for Covariance Estimation </td></tr> |
---|
[353] | 341 | <tr><td class="indexkey"><b>user_info.h</b> <a href="user__info_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr> |
---|
| 342 | <tr><td class="indexkey"><a class="el" href="vec_8cpp.html">vec.cpp</a></td><td class="indexvalue">Templated Vector Class Implementation </td></tr> |
---|
| 343 | <tr><td class="indexkey"><a class="el" href="vec_8h.html">vec.h</a> <a href="vec_8h-source.html">[code]</a></td><td class="indexvalue">Templated Vector Class Definitions </td></tr> |
---|
| 344 | <tr><td class="indexkey"><a class="el" href="vq_8cpp.html">vq.cpp</a></td><td class="indexvalue">Implementation of a vector quantizer class (unconstrained) </td></tr> |
---|
| 345 | <tr><td class="indexkey"><a class="el" href="vq_8h.html">vq.h</a> <a href="vq_8h-source.html">[code]</a></td><td class="indexvalue">Definition of a vector quantizer class (unconstrained) </td></tr> |
---|
| 346 | <tr><td class="indexkey"><a class="el" href="vqtrain_8cpp.html">vqtrain.cpp</a></td><td class="indexvalue">Implementation of a vector quantizer training functions </td></tr> |
---|
| 347 | <tr><td class="indexkey"><a class="el" href="vqtrain_8h.html">vqtrain.h</a> <a href="vqtrain_8h-source.html">[code]</a></td><td class="indexvalue">Definitions of a vector quantizer training functions </td></tr> |
---|
| 348 | <tr><td class="indexkey"><a class="el" href="window_8cpp.html">window.cpp</a></td><td class="indexvalue">Implementation of window functions </td></tr> |
---|
| 349 | <tr><td class="indexkey"><a class="el" href="window_8h.html">window.h</a> <a href="window_8h-source.html">[code]</a></td><td class="indexvalue">Definitions of window functions </td></tr> |
---|
[296] | 350 | <tr><td class="indexkey"><a class="el" href="wishart_8cpp.html">wishart.cpp</a></td><td class="indexvalue">TR 2525 file for testing Toy Problem of mpf for Covariance Estimation </td></tr> |
---|
[3] | 351 | </table> |
---|
[91] | 352 | </div> |
---|
[353] | 353 | <hr size="1"><address style="text-align: right;"><small>Generated on Tue Jun 2 10:02:20 2009 for mixpp by |
---|
[3] | 354 | <a href="http://www.doxygen.org/index.html"> |
---|
[290] | 355 | <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address> |
---|
[3] | 356 | </body> |
---|
| 357 | </html> |
---|