[32] | 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"> |
---|
[219] | 3 | <title>mixpp: Module Index</title> |
---|
[290] | 4 | <link href="tabs.css" rel="stylesheet" type="text/css"> |
---|
[32] | 5 | <link href="doxygen.css" rel="stylesheet" type="text/css"> |
---|
| 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> |
---|
[219] | 53 | <li><a href="pages.html"><span>Related Pages</span></a></li> |
---|
| 54 | <li class="current"><a href="modules.html"><span>Modules</span></a></li> |
---|
[290] | 55 | <li><a href="annotated.html"><span>Classes</span></a></li> |
---|
[91] | 56 | <li><a href="files.html"><span>Files</span></a></li> |
---|
| 57 | </ul> |
---|
| 58 | </div> |
---|
[32] | 59 | </div> |
---|
[91] | 60 | <div class="contents"> |
---|
[271] | 61 | <h1>Modules</h1>Here is a list of all modules: <script type="text/javascript"> |
---|
| 62 | <!-- // Hide script from old browsers |
---|
| 63 | |
---|
| 64 | function toggleFolder(id, imageNode) |
---|
| 65 | { |
---|
| 66 | var folder = document.getElementById(id); |
---|
| 67 | var l = imageNode.src.length; |
---|
| 68 | if (imageNode.src.substring(l-20,l)=="ftv2folderclosed.png" || |
---|
| 69 | imageNode.src.substring(l-18,l)=="ftv2folderopen.png") |
---|
| 70 | { |
---|
| 71 | imageNode = imageNode.previousSibling; |
---|
| 72 | l = imageNode.src.length; |
---|
| 73 | } |
---|
| 74 | if (folder == null) |
---|
| 75 | { |
---|
| 76 | } |
---|
| 77 | else if (folder.style.display == "block") |
---|
| 78 | { |
---|
| 79 | if (imageNode != null) |
---|
| 80 | { |
---|
| 81 | imageNode.nextSibling.src = "ftv2folderclosed.png"; |
---|
| 82 | if (imageNode.src.substring(l-13,l) == "ftv2mnode.png") |
---|
| 83 | { |
---|
| 84 | imageNode.src = "ftv2pnode.png"; |
---|
| 85 | } |
---|
| 86 | else if (imageNode.src.substring(l-17,l) == "ftv2mlastnode.png") |
---|
| 87 | { |
---|
| 88 | imageNode.src = "ftv2plastnode.png"; |
---|
| 89 | } |
---|
| 90 | } |
---|
| 91 | folder.style.display = "none"; |
---|
| 92 | } |
---|
| 93 | else |
---|
| 94 | { |
---|
| 95 | if (imageNode != null) |
---|
| 96 | { |
---|
| 97 | imageNode.nextSibling.src = "ftv2folderopen.png"; |
---|
| 98 | if (imageNode.src.substring(l-13,l) == "ftv2pnode.png") |
---|
| 99 | { |
---|
| 100 | imageNode.src = "ftv2mnode.png"; |
---|
| 101 | } |
---|
| 102 | else if (imageNode.src.substring(l-17,l) == "ftv2plastnode.png") |
---|
| 103 | { |
---|
| 104 | imageNode.src = "ftv2mlastnode.png"; |
---|
| 105 | } |
---|
| 106 | } |
---|
| 107 | folder.style.display = "block"; |
---|
| 108 | } |
---|
| 109 | } |
---|
| 110 | |
---|
| 111 | // End script hiding --> |
---|
| 112 | </script> |
---|
| 113 | <div class="directory-alt"> |
---|
| 114 | <br> |
---|
| 115 | <div style="display: block;"> |
---|
[323] | 116 | <p><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="group__PMSM.html" target="_self">PMSM</a></p> |
---|
[353] | 117 | <p><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder1', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder1', this)"/><a class="el" href="group__base.html" target="_self">Base Module</a></p> |
---|
| 118 | <div id="folder1"> |
---|
| 119 | <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="group__arr__vec__mat.html" target="_self">Array, Vector and Matrix Classes</a></p> |
---|
| 120 | <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="group__parser.html" target="_self">Argument Parser</a></p> |
---|
| 121 | <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder2', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder2', this)"/><a class="el" href="group__math.html" target="_self">Auxiliary math functions</a></p> |
---|
| 122 | <div id="folder2"> |
---|
| 123 | <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="group__errorfunc.html" target="_self">Error Functions</a></p> |
---|
| 124 | <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="group__hypfunc.html" target="_self">Hyperbolic Functions</a></p> |
---|
| 125 | <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="group__logexpfunc.html" target="_self">Logarithmic and Exponential Functions</a></p> |
---|
| 126 | <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="group__miscfunc.html" target="_self">Miscellaneous Functions</a></p> |
---|
| 127 | <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="group__integration.html" target="_self">Numerical Integration</a></p> |
---|
| 128 | <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="group__trifunc.html" target="_self">Trigonometric Functions</a></p> |
---|
| 129 | </div> |
---|
| 130 | <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="group__besselfunctions.html" target="_self">Bessel Functions</a></p> |
---|
| 131 | <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="group__convertfunc.html" target="_self">Conversion Functions</a></p> |
---|
| 132 | <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="group__diag.html" target="_self">Diagonal Matrices and Functions</a></p> |
---|
| 133 | <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="group__errorhandlingfunc.html" target="_self">Error and Warning Handling</a></p> |
---|
| 134 | <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="group__matrix__functions.html" target="_self">Functions on Matrices</a></p> |
---|
| 135 | <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="group__itfile.html" target="_self">IT++ File Format</a></p> |
---|
| 136 | <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder3', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder3', this)"/><a class="el" href="group__algebra.html" target="_self">Linear Algebra</a></p> |
---|
| 137 | <div id="folder3"> |
---|
| 138 | <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="group__determinant.html" target="_self">Determinant</a></p> |
---|
| 139 | <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="group__inverse.html" target="_self">Inverse Matrix</a></p> |
---|
| 140 | <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="group__matrixdecomp.html" target="_self">Matrix Decompositions</a></p> |
---|
| 141 | <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="group__linearequations.html" target="_self">Solving Linear Equation Systems</a></p> |
---|
| 142 | </div> |
---|
| 143 | <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="group__randgen.html" target="_self">Random Number Generation</a></p> |
---|
| 144 | <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="group__reshaping.html" target="_self">Reshaping of Vectors and Matrices</a></p> |
---|
| 145 | <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="group__specmat.html" target="_self">Special Matrices</a></p> |
---|
| 146 | <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="group__timers.html" target="_self">Timers</a></p> |
---|
| 147 | </div> |
---|
| 148 | <p><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder4', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder4', this)"/><a class="el" href="group__comm.html" target="_self">Communications Module</a></p> |
---|
| 149 | <div id="folder4"> |
---|
| 150 | <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="group__channels.html" target="_self">Channel Modeling</a></p> |
---|
| 151 | <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="group__modulators.html" target="_self">Digital Modulation</a></p> |
---|
| 152 | <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="group__fec.html" target="_self">Forward Error Correcting Codes</a></p> |
---|
| 153 | <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="group__interl.html" target="_self">Interleavers</a></p> |
---|
| 154 | <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="group__misccommfunc.html" target="_self">Miscellaneous Communications Functions</a></p> |
---|
| 155 | <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="group__sequence.html" target="_self">Sequences</a></p> |
---|
| 156 | </div> |
---|
| 157 | <p><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="group__fixed.html" target="_self">Fixed-point Module</a></p> |
---|
| 158 | <p><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="group__optimization.html" target="_self">Numerical Optimization Module</a></p> |
---|
| 159 | <p><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="group__protocol.html" target="_self">Protocols Module</a></p> |
---|
| 160 | <p><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder5', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder5', this)"/><a class="el" href="group__signal.html" target="_self">Signal Processing (SP) Module</a></p> |
---|
| 161 | <div id="folder5"> |
---|
| 162 | <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="group__detsource.html" target="_self">Deterministic Sources</a></p> |
---|
| 163 | <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="group__fastica.html" target="_self">Fast Independent Component Analysis</a></p> |
---|
| 164 | <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="group__filters.html" target="_self">Filtering</a></p> |
---|
| 165 | <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="group__poly.html" target="_self">Polynomial Functions</a></p> |
---|
| 166 | <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="group__resampling.html" target="_self">Resampling Functions</a></p> |
---|
| 167 | <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="group__sigproc.html" target="_self">Miscellaneous SP Functions</a></p> |
---|
| 168 | <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder6', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder6', this)"/><a class="el" href="group__transforms.html" target="_self">Transforms</a></p> |
---|
| 169 | <div id="folder6"> |
---|
| 170 | <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="group__dct.html" target="_self">Discrete Cosine Transform (DCT)</a></p> |
---|
| 171 | <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="group__fft.html" target="_self">Fast Fourier Transform (FFT)</a></p> |
---|
| 172 | <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="group__fht.html" target="_self">Fast Hadamard Transform (FHT)</a></p> |
---|
| 173 | </div> |
---|
| 174 | <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="group__windfunc.html" target="_self">Windowing</a></p> |
---|
| 175 | </div> |
---|
| 176 | <p><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder7', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder7', this)"/><a class="el" href="group__srccode.html" target="_self">Source Coding Module</a></p> |
---|
| 177 | <div id="folder7"> |
---|
| 178 | <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="group__audio.html" target="_self">Audio</a></p> |
---|
| 179 | <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="group__image.html" target="_self">Image Functions and Classes</a></p> |
---|
| 180 | <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="group__lpc.html" target="_self">LPC-related Functions</a></p> |
---|
| 181 | <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="group__sourcecoding.html" target="_self">Source Coding Routines</a></p> |
---|
| 182 | </div> |
---|
| 183 | <p><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder8', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder8', this)"/><a class="el" href="group__stat.html" target="_self">Statistics Module</a></p> |
---|
| 184 | <div id="folder8"> |
---|
| 185 | <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="group__histogram.html" target="_self">Histogram</a></p> |
---|
| 186 | <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="group__statistics.html" target="_self">Miscellaneous Statistics Functions</a></p> |
---|
| 187 | <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="group__MOG.html" target="_self">Mixture of Gaussians (MOG)</a></p> |
---|
| 188 | </div> |
---|
| 189 | <p><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="group__mexfiles.html" target="_self">Mexfiles</a></p> |
---|
[271] | 190 | </div> |
---|
| 191 | </div> |
---|
| 192 | </body> |
---|
| 193 | </html> |
---|
[91] | 194 | </div> |
---|
[353] | 195 | <hr size="1"><address style="text-align: right;"><small>Generated on Tue Jun 2 10:02:14 2009 for mixpp by |
---|
[32] | 196 | <a href="http://www.doxygen.org/index.html"> |
---|
[290] | 197 | <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address> |
---|
[32] | 198 | </body> |
---|
| 199 | </html> |
---|