[33] | 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: Class Members - Functions</title> |
---|
[290] | 4 | <link href="tabs.css" rel="stylesheet" type="text/css"> |
---|
[33] | 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> |
---|
[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 class="current"><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> |
---|
| 59 | <div class="tabs"> |
---|
| 60 | <ul> |
---|
| 61 | <li><a href="annotated.html"><span>Class List</span></a></li> |
---|
[290] | 62 | <li><a href="classes.html"><span>Class Index</span></a></li> |
---|
[91] | 63 | <li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li> |
---|
| 64 | <li class="current"><a href="functions.html"><span>Class Members</span></a></li> |
---|
| 65 | </ul> |
---|
| 66 | </div> |
---|
| 67 | <div class="tabs"> |
---|
| 68 | <ul> |
---|
| 69 | <li><a href="functions.html"><span>All</span></a></li> |
---|
| 70 | <li class="current"><a href="functions_func.html"><span>Functions</span></a></li> |
---|
| 71 | <li><a href="functions_vars.html"><span>Variables</span></a></li> |
---|
[353] | 72 | <li><a href="functions_type.html"><span>Typedefs</span></a></li> |
---|
| 73 | <li><a href="functions_enum.html"><span>Enumerations</span></a></li> |
---|
| 74 | <li><a href="functions_eval.html"><span>Enumerator</span></a></li> |
---|
[91] | 75 | <li><a href="functions_rela.html"><span>Related Functions</span></a></li> |
---|
| 76 | </ul> |
---|
| 77 | </div> |
---|
| 78 | <div class="tabs"> |
---|
| 79 | <ul> |
---|
| 80 | <li><a href="functions_func.html#index__"><span>_</span></a></li> |
---|
| 81 | <li><a href="functions_func_0x61.html#index_a"><span>a</span></a></li> |
---|
| 82 | <li><a href="functions_func_0x62.html#index_b"><span>b</span></a></li> |
---|
| 83 | <li class="current"><a href="functions_func_0x63.html#index_c"><span>c</span></a></li> |
---|
| 84 | <li><a href="functions_func_0x64.html#index_d"><span>d</span></a></li> |
---|
| 85 | <li><a href="functions_func_0x65.html#index_e"><span>e</span></a></li> |
---|
| 86 | <li><a href="functions_func_0x66.html#index_f"><span>f</span></a></li> |
---|
| 87 | <li><a href="functions_func_0x67.html#index_g"><span>g</span></a></li> |
---|
[353] | 88 | <li><a href="functions_func_0x68.html#index_h"><span>h</span></a></li> |
---|
[91] | 89 | <li><a href="functions_func_0x69.html#index_i"><span>i</span></a></li> |
---|
[353] | 90 | <li><a href="functions_func_0x6a.html#index_j"><span>j</span></a></li> |
---|
[91] | 91 | <li><a href="functions_func_0x6b.html#index_k"><span>k</span></a></li> |
---|
| 92 | <li><a href="functions_func_0x6c.html#index_l"><span>l</span></a></li> |
---|
| 93 | <li><a href="functions_func_0x6d.html#index_m"><span>m</span></a></li> |
---|
[287] | 94 | <li><a href="functions_func_0x6e.html#index_n"><span>n</span></a></li> |
---|
[91] | 95 | <li><a href="functions_func_0x6f.html#index_o"><span>o</span></a></li> |
---|
| 96 | <li><a href="functions_func_0x70.html#index_p"><span>p</span></a></li> |
---|
| 97 | <li><a href="functions_func_0x71.html#index_q"><span>q</span></a></li> |
---|
| 98 | <li><a href="functions_func_0x72.html#index_r"><span>r</span></a></li> |
---|
| 99 | <li><a href="functions_func_0x73.html#index_s"><span>s</span></a></li> |
---|
| 100 | <li><a href="functions_func_0x74.html#index_t"><span>t</span></a></li> |
---|
| 101 | <li><a href="functions_func_0x75.html#index_u"><span>u</span></a></li> |
---|
[234] | 102 | <li><a href="functions_func_0x76.html#index_v"><span>v</span></a></li> |
---|
[91] | 103 | <li><a href="functions_func_0x77.html#index_w"><span>w</span></a></li> |
---|
[353] | 104 | <li><a href="functions_func_0x7a.html#index_z"><span>z</span></a></li> |
---|
[91] | 105 | <li><a href="functions_func_0x7e.html#index_~"><span>~</span></a></li> |
---|
| 106 | </ul> |
---|
| 107 | </div> |
---|
| 108 | </div> |
---|
| 109 | <div class="contents"> |
---|
[33] | 110 | |
---|
| 111 | <p> |
---|
| 112 | <h3><a class="anchor" name="index_c">- c -</a></h3><ul> |
---|
[353] | 113 | <li>calc_covs() |
---|
| 114 | : <a class="el" href="classitpp_1_1MOG__diag__kmeans__sup.html#3ef6c0b7586032fabb725ff383c9a6b9">itpp::MOG_diag_kmeans_sup</a> |
---|
| 115 | <li>calc_frequency_response() |
---|
| 116 | : <a class="el" href="classitpp_1_1TDL__Channel.html#30e70291ca0531eac4c5114316b66de3">itpp::TDL_Channel</a> |
---|
| 117 | <li>calc_impulse_response() |
---|
| 118 | : <a class="el" href="classitpp_1_1TDL__Channel.html#ffd14db9b6d865d8e5f0ad24f04055fc">itpp::TDL_Channel</a> |
---|
| 119 | <li>calc_mean_excess_delay() |
---|
| 120 | : <a class="el" href="classitpp_1_1Channel__Specification.html#e5828ad93881889b9c8971af5e84232d">itpp::Channel_Specification</a> |
---|
| 121 | , <a class="el" href="classitpp_1_1TDL__Channel.html#25709163fd22c7e53b0501443f16bfd2">itpp::TDL_Channel</a> |
---|
| 122 | <li>calc_means() |
---|
| 123 | : <a class="el" href="classitpp_1_1MOG__diag__kmeans__sup.html#1f48294377f23e0a68613c6132acf7dd">itpp::MOG_diag_kmeans_sup</a> |
---|
| 124 | <li>calc_metric() |
---|
| 125 | : <a class="el" href="classitpp_1_1Convolutional__Code.html#79f47928875683c5b2d91c50220ff3d6">itpp::Convolutional_Code</a> |
---|
| 126 | <li>calc_metric_reverse() |
---|
| 127 | : <a class="el" href="classitpp_1_1Convolutional__Code.html#5860dd3376bf2b0971e8e2a45b755b04">itpp::Convolutional_Code</a> |
---|
| 128 | <li>calc_rms_delay_spread() |
---|
| 129 | : <a class="el" href="classitpp_1_1Channel__Specification.html#c0dca33eaeab1994c8a44e4043912b62">itpp::Channel_Specification</a> |
---|
| 130 | , <a class="el" href="classitpp_1_1TDL__Channel.html#31ea52da06cbc07b3958356bce3b1baa">itpp::TDL_Channel</a> |
---|
| 131 | <li>calc_weights() |
---|
| 132 | : <a class="el" href="classitpp_1_1MOG__diag__kmeans__sup.html#fa84d148cc4fa5fd56de3271a46377ca">itpp::MOG_diag_kmeans_sup</a> |
---|
| 133 | <li>calculate_softbit_matrices() |
---|
| 134 | : <a class="el" href="classitpp_1_1Modulator.html#bb3e654a3fb6d127ee8d266677689233">itpp::Modulator< T ></a> |
---|
| 135 | <li>calculate_spectrum() |
---|
| 136 | : <a class="el" href="classitpp_1_1Punctured__Convolutional__Code.html#3cef5b8543adca3a83cdd61b7181957b">itpp::Punctured_Convolutional_Code</a> |
---|
| 137 | , <a class="el" href="classitpp_1_1Convolutional__Code.html#3f442fd4218c746dc046ea996f301cf7">itpp::Convolutional_Code</a> |
---|
| 138 | , <a class="el" href="classitpp_1_1Punctured__Convolutional__Code.html#5b03f1aa26a5521cdcab6298d94926c9">itpp::Punctured_Convolutional_Code</a> |
---|
| 139 | <li>can_be_combined() |
---|
| 140 | : <a class="el" href="group__protocol.html#g1dea82fb7b04634cff8e01afa45881f0">itpp::TCP_Segment</a> |
---|
| 141 | <li>cancel() |
---|
| 142 | : <a class="el" href="classitpp_1_1Base__Event.html#4d007ec59181c639a4677d95d4011b70">itpp::Base_Event</a> |
---|
| 143 | , <a class="el" href="group__protocol.html#g6e72db614ae271b9a81eea6f2de11079">itpp::Signal< DataType ></a> |
---|
| 144 | <li>catastrophic() |
---|
| 145 | : <a class="el" href="classitpp_1_1Convolutional__Code.html#7fbeb36821dcd85d981ae99bc106cba8">itpp::Convolutional_Code</a> |
---|
| 146 | , <a class="el" href="classitpp_1_1Punctured__Convolutional__Code.html#8e66d820e304baed62f2750a8139c7df">itpp::Punctured_Convolutional_Code</a> |
---|
| 147 | <li>CFix() |
---|
| 148 | : <a class="el" href="classitpp_1_1CFix.html#84a43428f4c792b2df635e416a2b6447">itpp::CFix</a> |
---|
| 149 | <li>CFixed() |
---|
| 150 | : <a class="el" href="classitpp_1_1CFixed.html#319758e59cc167dd772a9d47df8d1d05">itpp::CFixed< w, e, o, q ></a> |
---|
| 151 | <li>Channel_Code() |
---|
| 152 | : <a class="el" href="classitpp_1_1Channel__Code.html#4914d1ec0aa65080ab46b42b5d3137c0">itpp::Channel_Code</a> |
---|
| 153 | <li>Channel_Specification() |
---|
| 154 | : <a class="el" href="classitpp_1_1Channel__Specification.html#b9a5781414efa19966ec0acbfc3d17c5">itpp::Channel_Specification</a> |
---|
| 155 | <li>channels() |
---|
| 156 | : <a class="el" href="classitpp_1_1SND__Format.html#ea74000acc65757ec6492da0261592bd">itpp::SND_Format</a> |
---|
| 157 | <li>check_array_uniformity() |
---|
| 158 | : <a class="el" href="classitpp_1_1MOG__generic.html#68b0f071e9a73256b5170c5d92430922">itpp::MOG_generic</a> |
---|
| 159 | <li>check_connectivity() |
---|
| 160 | : <a class="el" href="classitpp_1_1LDPC__Parity.html#d30f8e78f5e951be44660d0750b70cb6">itpp::LDPC_Parity</a> |
---|
| 161 | <li>check_for_cycles() |
---|
| 162 | : <a class="el" href="classitpp_1_1LDPC__Parity.html#2849e24a0089c0b62105b8bbc4072d0e">itpp::LDPC_Parity</a> |
---|
| 163 | <li>check_parity() |
---|
| 164 | : <a class="el" href="classitpp_1_1CRC__Code.html#1a3c0ca155dc8b9f18e4fe22f95b3264">itpp::CRC_Code</a> |
---|
| 165 | <li>check_size() |
---|
| 166 | : <a class="el" href="classitpp_1_1MOG__generic.html#3c236fd20912f9cfc8930594a0a2d0a0">itpp::MOG_generic</a> |
---|
[37] | 167 | <li>chmat() |
---|
| 168 | : <a class="el" href="classchmat.html#fdd73b0c596161637fd25bdf2c670c39">chmat</a> |
---|
[353] | 169 | <li>Circular_Buffer() |
---|
| 170 | : <a class="el" href="classitpp_1_1Circular__Buffer.html#facfe1f87533c5a3eeb07d409b058101">itpp::Circular_Buffer< T ></a> |
---|
| 171 | <li>cleanup() |
---|
| 172 | : <a class="el" href="classitpp_1_1MOG__diag.html#d22e7816dfb21d6e557d9ab3285f6a82">itpp::MOG_diag</a> |
---|
| 173 | , <a class="el" href="classitpp_1_1MOG__generic.html#2954f4c30d0f58197d18a886bd17bcee">itpp::MOG_generic</a> |
---|
[33] | 174 | <li>clear() |
---|
[353] | 175 | : <a class="el" href="classitpp_1_1BLERC.html#764cc0d98a05349b8d2451be40fa3656">itpp::BLERC</a> |
---|
| 176 | , <a class="el" href="classitpp_1_1GFX.html#eb86e2d074f5a27a813a6979126d42f7">itpp::GFX</a> |
---|
| 177 | , <a class="el" href="classitpp_1_1Pulse__Shape.html#f85b84d4d2717ca2ae2170074c735bfa">itpp::Pulse_Shape< T1, T2, T3 ></a> |
---|
| 178 | , <a class="el" href="classitpp_1_1Event__Queue.html#e9b152b5ec0fd6bf637df85b44dfa1e3">itpp::Event_Queue</a> |
---|
| 179 | , <a class="el" href="classitpp_1_1MA__Filter.html#fd9611f51af7dbab081188574a35ca29">itpp::MA_Filter< T1, T2, T3 ></a> |
---|
| 180 | , <a class="el" href="classitpp_1_1AR__Filter.html#d6b4bae57efb96ef3b1f8dade5ee6b1f">itpp::AR_Filter< T1, T2, T3 ></a> |
---|
| 181 | , <a class="el" href="classitpp_1_1ARMA__Filter.html#3dd9fc1bef5bec264b9652801752bc61">itpp::ARMA_Filter< T1, T2, T3 ></a> |
---|
| 182 | , <a class="el" href="classitpp_1_1Stat.html#cdfaa4bfae3327854005136a0dfa7026">itpp::Stat</a> |
---|
[79] | 183 | , <a class="el" href="classchmat.html#d0a995d312ecc11d3b43693f5e224ba9">chmat</a> |
---|
| 184 | , <a class="el" href="classsqmat.html#6fca246f9eabbdeb8cac03030e826b5e">sqmat</a> |
---|
[353] | 185 | , <a class="el" href="classfsqmat.html#cfa4c359483d2322f32d1d50050f8ac4">fsqmat</a> |
---|
| 186 | , <a class="el" href="classldmat.html#4d6e401de9607332305c27e67972a07a">ldmat</a> |
---|
| 187 | , <a class="el" href="classitpp_1_1Circular__Buffer.html#15da2e68939407a13dde647afcb56529">itpp::Circular_Buffer< T ></a> |
---|
| 188 | , <a class="el" href="classitpp_1_1Mat.html#1682c299a3a2a65fef1764136ea8f344">itpp::Mat< Num_T ></a> |
---|
| 189 | , <a class="el" href="classitpp_1_1Sparse__Mat.html#12b5fb55f2b16c350c462ee876ec7ade">itpp::Sparse_Mat< T ></a> |
---|
| 190 | , <a class="el" href="classitpp_1_1Stack.html#eec8bd657e5636f02472e8610231e557">itpp::Stack< T ></a> |
---|
| 191 | , <a class="el" href="classitpp_1_1Sparse__Vec.html#e48f0bf68cfa0d2c8700952585e0c8eb">itpp::Sparse_Vec< T ></a> |
---|
| 192 | , <a class="el" href="classitpp_1_1Vec.html#6f2f64c04ed8adb0d9be53e0266d875d">itpp::Vec< Num_T ></a> |
---|
| 193 | , <a class="el" href="classitpp_1_1BERC.html#3b575cfbe8dd194c2cd51a6aa52651e5">itpp::BERC</a> |
---|
| 194 | <li>clear_elem() |
---|
| 195 | : <a class="el" href="classitpp_1_1Sparse__Mat.html#5f9083bb9615a53c6abfce4ca28be21a">itpp::Sparse_Mat< T ></a> |
---|
| 196 | , <a class="el" href="classitpp_1_1Sparse__Vec.html#7e9f5693f6b709ddf7367b7e4b846f07">itpp::Sparse_Vec< T ></a> |
---|
| 197 | <li>clone() |
---|
| 198 | : <a class="el" href="classitpp_1_1TCP__Packet.html#36022f7549182aef626bf3197b321e75">itpp::TCP_Packet</a> |
---|
| 199 | <li>close() |
---|
| 200 | : <a class="el" href="classitpp_1_1it__ifile.html#4185cd0423f8b63e6528c1aed78944be">itpp::it_ifile</a> |
---|
| 201 | , <a class="el" href="classitpp_1_1it__file.html#6e7217f36b35d6ea866e5fa8148009fa">itpp::it_file</a> |
---|
| 202 | , <a class="el" href="classitpp_1_1it__ifile__old.html#b86a776017508c86b0351ba730fa1d01">itpp::it_ifile_old</a> |
---|
| 203 | , <a class="el" href="classitpp_1_1it__file__old.html#2fe00369e5608e595db943156670fb7f">itpp::it_file_old</a> |
---|
| 204 | , <a class="el" href="classitpp_1_1SND__Out__File.html#1d3448b485139a4e18281aeee3085ea4">itpp::SND_Out_File</a> |
---|
| 205 | , <a class="el" href="classitpp_1_1SND__IO__File.html#aa0d3f3f2251ddfb64f0594cdb4d5fba">itpp::SND_IO_File</a> |
---|
| 206 | , <a class="el" href="classitpp_1_1SND__In__File.html#840edfe6e6f3e3cf952667d783477f1f">itpp::SND_In_File</a> |
---|
[33] | 207 | <li>cols() |
---|
[79] | 208 | : <a class="el" href="classsqmat.html#ecc2e2540f95a04f4449842588170f5b">sqmat</a> |
---|
[219] | 209 | , <a class="el" href="group__math.html#g0fceb6b5b637cec89bb0a3d2e6be1306">ldmat</a> |
---|
[353] | 210 | , <a class="el" href="classitpp_1_1GF2mat.html#e2f8c9b68b5436626ea7a386ffd5b61f">itpp::GF2mat</a> |
---|
| 211 | , <a class="el" href="classitpp_1_1Mat.html#49680ef454d1d75b737e3ce157f1ac7b">itpp::Mat< Num_T ></a> |
---|
| 212 | , <a class="el" href="classitpp_1_1Sparse__Mat.html#18ab90bb7cd0db31722374889e3d74c8">itpp::Sparse_Mat< T ></a> |
---|
| 213 | <li>combine() |
---|
| 214 | : <a class="el" href="classitpp_1_1TCP__Segment.html#7e7f318913d188634a26389102ff66cb">itpp::TCP_Segment</a> |
---|
| 215 | <li>compact() |
---|
| 216 | : <a class="el" href="classitpp_1_1Sparse__Mat.html#29bf2d6f6a05709a35c156c137226de5">itpp::Sparse_Mat< T ></a> |
---|
| 217 | , <a class="el" href="classitpp_1_1Sparse__Vec.html#eecd9a99a1aef11b939ef9a5a329ee6e">itpp::Sparse_Vec< T ></a> |
---|
| 218 | <li>compare_spectra() |
---|
| 219 | : <a class="el" href="classitpp_1_1Convolutional__Code.html#4abebe627013b4dfb5e1025c1f94c769">itpp::Convolutional_Code</a> |
---|
| 220 | <li>Complex_Normal_RNG() |
---|
| 221 | : <a class="el" href="classitpp_1_1Complex__Normal__RNG.html#2d512e5aee21a47cfc60574ddeaf7528">itpp::Complex_Normal_RNG</a> |
---|
| 222 | <li>compute_CR() |
---|
| 223 | : <a class="el" href="classitpp_1_1LDPC__Parity__Unstructured.html#143f0a5c1def918e21fe30bcd5af176c">itpp::LDPC_Parity_Unstructured</a> |
---|
| 224 | <li>concatenate_horizontal() |
---|
| 225 | : <a class="el" href="classitpp_1_1GF2mat.html#60383414c1f4f5403e2d05cc37a5853f">itpp::GF2mat</a> |
---|
| 226 | <li>concatenate_vertical() |
---|
| 227 | : <a class="el" href="classitpp_1_1GF2mat.html#6b9040e2ff3e2e3cce6222dd13a34ad2">itpp::GF2mat</a> |
---|
[33] | 228 | <li>condition() |
---|
[353] | 229 | : <a class="el" href="classbdm_1_1KFcondQR.html#31bc31087ee7ed6c0bfb92d626321b91">bdm::KFcondQR</a> |
---|
| 230 | , <a class="el" href="classbdm_1_1fnc.html#0786e40fade2663a70d654c1dda5d73e">bdm::fnc</a> |
---|
| 231 | , <a class="el" href="classbdm_1_1mgamma.html#8996500f1885e39cde30221b20900bff">bdm::mgamma</a> |
---|
| 232 | , <a class="el" href="classbdm_1_1EKFCh__cond.html#8c792fe284f4a26e6af9de251323fc52">bdm::EKFCh_cond</a> |
---|
| 233 | , <a class="el" href="classbdm_1_1mmix.html#0a5241ecc9911e816b00b92d5c7c8df0">bdm::mmix</a> |
---|
[280] | 234 | , <a class="el" href="classbdm_1_1enorm.html#baea4d49c657342b58297d68cda16d26">bdm::enorm< sq_T ></a> |
---|
[296] | 235 | , <a class="el" href="classbdm_1_1epdf.html#e584eac5579c1b6384947ecf66166c77">bdm::epdf</a> |
---|
[312] | 236 | , <a class="el" href="classbdm_1_1KFcondR.html#7d42a421acbdcf9b610a5682ee5fb9a8">bdm::KFcondR</a> |
---|
[353] | 237 | , <a class="el" href="classbdm_1_1BM.html#6799f4b16a6a59ed58b1d0d6e17116f4">bdm::BM</a> |
---|
[296] | 238 | , <a class="el" href="classbdm_1_1EKFCh__dQ.html#b37b8ffb5699b4edd533fda4ffeaa916">bdm::EKFCh_dQ</a> |
---|
[323] | 239 | , <a class="el" href="classEKFfixed.html#c7fee79e75ad7f0c0e96c5a322cbf44e">EKFfixed</a> |
---|
[353] | 240 | , <a class="el" href="classbdm_1_1EKFful__unQR.html#17a98c06f5efe38e0da0beb96d6f9584">bdm::EKFful_unQR</a> |
---|
| 241 | , <a class="el" href="classbdm_1_1EKFCh__chQ.html#e663ea1b2e9ca242a932b837d99d9c6b">bdm::EKFCh_chQ</a> |
---|
| 242 | , <a class="el" href="classbdm_1_1mepdf.html#b2b898058169e7ed9a6dc7cd4e1c147c">bdm::mepdf</a> |
---|
| 243 | , <a class="el" href="classbdm_1_1emix.html#fc7772a2972959cf19ba26882feacecf">bdm::emix</a> |
---|
[323] | 244 | , <a class="el" href="classbdm_1_1mpdf.html#db94784a9aacf74c65c5a014f6743530">bdm::mpdf</a> |
---|
| 245 | , <a class="el" href="classbdm_1_1mgamma__fix.html#1d539591deb7a38bb3403c2b396c8ff7">bdm::mgamma_fix</a> |
---|
[353] | 246 | , <a class="el" href="classbdm_1_1mlnorm.html#0dafc0196e7e07fd06dc6716e0e18bc2">bdm::mlnorm< sq_T ></a> |
---|
[323] | 247 | , <a class="el" href="classbdm_1_1mlstudent.html#efd37560585c8613897f30d3c2f58d0d">bdm::mlstudent</a> |
---|
[353] | 248 | , <a class="el" href="classbdm_1_1migamma.html#7a34b1e2e3aa2250d7c0ed7df1665b8c">bdm::migamma</a> |
---|
| 249 | , <a class="el" href="classbdm_1_1mgnorm.html#b31d63472cf6a1030cd8dbd8094c1f6d">bdm::mgnorm< sq_T ></a> |
---|
| 250 | , <a class="el" href="classbdm_1_1migamma__ref.html#ae86b2e4ff963d62e05d4e130514634a">bdm::migamma_ref</a> |
---|
[323] | 251 | , <a class="el" href="classbdm_1_1mlognorm.html#9106d8fd8bdf2b6be675ffd8f3ca584e">bdm::mlognorm</a> |
---|
[353] | 252 | <li>connect() |
---|
| 253 | : <a class="el" href="group__protocol.html#g5d7f0451e79dbbf5392acba0446fc2dc">itpp::Signal< DataType ></a> |
---|
| 254 | <li>Constant_Rate_Packet_Generator() |
---|
| 255 | : <a class="el" href="classitpp_1_1Constant__Rate__Packet__Generator.html#a8ca810aeb45adc7a23d2b9f870a9828">itpp::Constant_Rate_Packet_Generator</a> |
---|
[33] | 256 | <li>constfn() |
---|
[255] | 257 | : <a class="el" href="classbdm_1_1constfn.html#7df0693d3ef4f1d2a52a5a3c3fce44af">bdm::constfn</a> |
---|
[353] | 258 | <li>construct() |
---|
| 259 | : <a class="el" href="classitpp_1_1BLDPC__Generator.html#3c3fd4be8398563cf3bf8d216905bce8">itpp::BLDPC_Generator</a> |
---|
| 260 | , <a class="el" href="classitpp_1_1LDPC__Generator__Systematic.html#4d57d681c7b574e63542cb5fc22d190f">itpp::LDPC_Generator_Systematic</a> |
---|
| 261 | <li>convert_to_diag() |
---|
| 262 | : <a class="el" href="classitpp_1_1MOG__generic.html#3bf2b05e3069a3d0082e372dc455bd9d">itpp::MOG_generic</a> |
---|
| 263 | <li>convert_to_diag_internal() |
---|
| 264 | : <a class="el" href="classitpp_1_1MOG__generic.html#0e4d8f80dc4ebac8ac5775431d756fe5">itpp::MOG_generic</a> |
---|
| 265 | <li>convert_to_full() |
---|
| 266 | : <a class="el" href="classitpp_1_1MOG__generic.html#6fefdf2622cdcc10993e815b1f2d7a96">itpp::MOG_generic</a> |
---|
| 267 | , <a class="el" href="classitpp_1_1MOG__diag.html#8d9e508bc4d26eee3c198748ea78530a">itpp::MOG_diag</a> |
---|
| 268 | <li>convert_to_full_internal() |
---|
| 269 | : <a class="el" href="classitpp_1_1MOG__generic.html#5cfaccadb8f737d94478d407803cb801">itpp::MOG_generic</a> |
---|
| 270 | <li>Convolutional_Code() |
---|
| 271 | : <a class="el" href="classitpp_1_1Convolutional__Code.html#7fa593431fe01986a69247a493d88bae">itpp::Convolutional_Code</a> |
---|
| 272 | <li>copy_col() |
---|
| 273 | : <a class="el" href="classitpp_1_1Mat.html#5b0a41a0c46ce8f9d750670a4903221c">itpp::Mat< Num_T ></a> |
---|
| 274 | <li>copy_row() |
---|
| 275 | : <a class="el" href="classitpp_1_1Mat.html#7e8019a070c7fe19d493e3b0a3ffb3f8">itpp::Mat< Num_T ></a> |
---|
| 276 | <li>Correlated_Fading_Generator() |
---|
| 277 | : <a class="el" href="classitpp_1_1Correlated__Fading__Generator.html#ad4cb3da29fc5bd7094cb4bb7b9e7a28">itpp::Correlated_Fading_Generator</a> |
---|
| 278 | <li>count() |
---|
| 279 | : <a class="el" href="classitpp_1_1BLERC.html#be58d4abce92b4b53ad614a28aac20e7">itpp::BLERC</a> |
---|
| 280 | , <a class="el" href="classitpp_1_1BERC.html#539b0c989badff3027d97e4693fc9cd7">itpp::BERC</a> |
---|
| 281 | <li>count_errors() |
---|
| 282 | : <a class="el" href="classitpp_1_1BERC.html#8a1a20c186d02af63a30b41660fe480e">itpp::BERC</a> |
---|
[270] | 283 | <li>countsize() |
---|
| 284 | : <a class="el" href="classbdm_1_1RV.html#39f9b44752376f07e346579b5ff8cbbd">bdm::RV</a> |
---|
[353] | 285 | <li>CPU_Timer() |
---|
| 286 | : <a class="el" href="classitpp_1_1CPU__Timer.html#ee777faea591a3b98df411542b64d395">itpp::CPU_Timer</a> |
---|
| 287 | <li>CRC_Code() |
---|
| 288 | : <a class="el" href="classitpp_1_1CRC__Code.html#b8ab94a8924f51b811f91bf235094c11">itpp::CRC_Code</a> |
---|
| 289 | <li>create() |
---|
| 290 | : <a class="el" href="classitpp_1_1Fix__Factory.html#601a0d0a724e3073b012c6e31ee219c4">itpp::Fix_Factory</a> |
---|
| 291 | <li>Cross_Interleaver() |
---|
| 292 | : <a class="el" href="classitpp_1_1Cross__Interleaver.html#f2482a55ea22176a9212b189a35a3c7d">itpp::Cross_Interleaver< T ></a> |
---|
[312] | 293 | <li>CsvFileDS() |
---|
| 294 | : <a class="el" href="classbdm_1_1CsvFileDS.html#8d9d56cdf6b8d0236e32a80e11c238b0">bdm::CsvFileDS</a> |
---|
[353] | 295 | <li>cycle_removal_MGW() |
---|
| 296 | : <a class="el" href="classitpp_1_1LDPC__Parity__Unstructured.html#32dc0098889fb7cbe925122a220ba504">itpp::LDPC_Parity_Unstructured</a> |
---|
[33] | 297 | </ul> |
---|
[91] | 298 | </div> |
---|
[353] | 299 | <hr size="1"><address style="text-align: right;"><small>Generated on Tue Jun 2 10:02:14 2009 for mixpp by |
---|
[33] | 300 | <a href="http://www.doxygen.org/index.html"> |
---|
[290] | 301 | <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address> |
---|
[33] | 302 | </body> |
---|
| 303 | </html> |
---|