[353] | 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: Member List</title> |
---|
| 4 | <link href="tabs.css" rel="stylesheet" type="text/css"> |
---|
| 5 | <link href="doxygen.css" rel="stylesheet" type="text/css"> |
---|
| 6 | </head><body> |
---|
| 7 | <!-- Generated by Doxygen 1.5.8 --> |
---|
| 8 | <script type="text/javascript"> |
---|
| 9 | <!-- |
---|
| 10 | function changeDisplayState (e){ |
---|
| 11 | var num=this.id.replace(/[^[0-9]/g,''); |
---|
| 12 | var button=this.firstChild; |
---|
| 13 | var sectionDiv=document.getElementById('dynsection'+num); |
---|
| 14 | if (sectionDiv.style.display=='none'||sectionDiv.style.display==''){ |
---|
| 15 | sectionDiv.style.display='block'; |
---|
| 16 | button.src='open.gif'; |
---|
| 17 | }else{ |
---|
| 18 | sectionDiv.style.display='none'; |
---|
| 19 | button.src='closed.gif'; |
---|
| 20 | } |
---|
| 21 | } |
---|
| 22 | function initDynSections(){ |
---|
| 23 | var divs=document.getElementsByTagName('div'); |
---|
| 24 | var sectionCounter=1; |
---|
| 25 | for(var i=0;i<divs.length-1;i++){ |
---|
| 26 | if(divs[i].className=='dynheader'&&divs[i+1].className=='dynsection'){ |
---|
| 27 | var header=divs[i]; |
---|
| 28 | var section=divs[i+1]; |
---|
| 29 | var button=header.firstChild; |
---|
| 30 | if (button!='IMG'){ |
---|
| 31 | divs[i].insertBefore(document.createTextNode(' '),divs[i].firstChild); |
---|
| 32 | button=document.createElement('img'); |
---|
| 33 | divs[i].insertBefore(button,divs[i].firstChild); |
---|
| 34 | } |
---|
| 35 | header.style.cursor='pointer'; |
---|
| 36 | header.onclick=changeDisplayState; |
---|
| 37 | header.id='dynheader'+sectionCounter; |
---|
| 38 | button.src='closed.gif'; |
---|
| 39 | section.id='dynsection'+sectionCounter; |
---|
| 40 | section.style.display='none'; |
---|
| 41 | section.style.marginLeft='14px'; |
---|
| 42 | sectionCounter++; |
---|
| 43 | } |
---|
| 44 | } |
---|
| 45 | } |
---|
| 46 | window.onload = initDynSections; |
---|
| 47 | --> |
---|
| 48 | </script> |
---|
| 49 | <div class="navigation" id="top"> |
---|
| 50 | <div class="tabs"> |
---|
| 51 | <ul> |
---|
| 52 | <li><a href="main.html"><span>Main Page</span></a></li> |
---|
| 53 | <li><a href="pages.html"><span>Related Pages</span></a></li> |
---|
| 54 | <li><a href="modules.html"><span>Modules</span></a></li> |
---|
| 55 | <li class="current"><a href="annotated.html"><span>Classes</span></a></li> |
---|
| 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> |
---|
| 62 | <li><a href="classes.html"><span>Class Index</span></a></li> |
---|
| 63 | <li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li> |
---|
| 64 | <li><a href="functions.html"><span>Class Members</span></a></li> |
---|
| 65 | </ul> |
---|
| 66 | </div> |
---|
| 67 | </div> |
---|
| 68 | <div class="contents"> |
---|
| 69 | <h1>itpp::Punctured_Convolutional_Code Member List</h1>This is the complete list of members for <a class="el" href="classitpp_1_1Punctured__Convolutional__Code.html">itpp::Punctured_Convolutional_Code</a>, including all inherited members.<p><table> |
---|
| 70 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Convolutional__Code.html#79f47928875683c5b2d91c50220ff3d6">calc_metric</a>(const vec &rx_codeword, vec &delta_metrics)</td><td><a class="el" href="classitpp_1_1Convolutional__Code.html">itpp::Convolutional_Code</a></td><td><code> [protected]</code></td></tr> |
---|
| 71 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Convolutional__Code.html#5860dd3376bf2b0971e8e2a45b755b04">calc_metric_reverse</a>(const int state, const vec &rx_codeword, double &zero_metric, double &one_metric)</td><td><a class="el" href="classitpp_1_1Convolutional__Code.html">itpp::Convolutional_Code</a></td><td><code> [protected]</code></td></tr> |
---|
| 72 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Punctured__Convolutional__Code.html#5b03f1aa26a5521cdcab6298d94926c9">calculate_spectrum</a>(Array< ivec > &spectrum, int dmax, int no_terms)</td><td><a class="el" href="classitpp_1_1Punctured__Convolutional__Code.html">itpp::Punctured_Convolutional_Code</a></td><td></td></tr> |
---|
| 73 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Punctured__Convolutional__Code.html#3cef5b8543adca3a83cdd61b7181957b">calculate_spectrum</a>(Array< ivec > &spectrum, int time, int dmax, int no_terms, int block_length=0)</td><td><a class="el" href="classitpp_1_1Punctured__Convolutional__Code.html">itpp::Punctured_Convolutional_Code</a></td><td></td></tr> |
---|
| 74 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Punctured__Convolutional__Code.html#8e66d820e304baed62f2750a8139c7df">catastrophic</a>(void)</td><td><a class="el" href="classitpp_1_1Punctured__Convolutional__Code.html">itpp::Punctured_Convolutional_Code</a></td><td></td></tr> |
---|
| 75 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Convolutional__Code.html#df24ee075bc58e4b277c44cfd146d84b">cc_method</a></td><td><a class="el" href="classitpp_1_1Convolutional__Code.html">itpp::Convolutional_Code</a></td><td><code> [protected]</code></td></tr> |
---|
| 76 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Channel__Code.html#4914d1ec0aa65080ab46b42b5d3137c0">Channel_Code</a>()</td><td><a class="el" href="classitpp_1_1Channel__Code.html">itpp::Channel_Code</a></td><td><code> [inline]</code></td></tr> |
---|
| 77 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Convolutional__Code.html#9e332af5e8d1ce1ba795f4e032adace2">compare_spectra</a>(ivec v1, ivec v2)</td><td><a class="el" href="classitpp_1_1Convolutional__Code.html">itpp::Convolutional_Code</a></td><td><code> [related]</code></td></tr> |
---|
| 78 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Convolutional__Code.html#4abebe627013b4dfb5e1025c1f94c769">compare_spectra</a>(ivec v1, ivec v2, vec weight_profile)</td><td><a class="el" href="classitpp_1_1Convolutional__Code.html">itpp::Convolutional_Code</a></td><td><code> [related]</code></td></tr> |
---|
| 79 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Convolutional__Code.html#7fa593431fe01986a69247a493d88bae">Convolutional_Code</a>(void)</td><td><a class="el" href="classitpp_1_1Convolutional__Code.html">itpp::Convolutional_Code</a></td><td><code> [inline]</code></td></tr> |
---|
| 80 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Punctured__Convolutional__Code.html#f6f6621fc90d8d3774e5228846eafcd5">decode</a>(const vec &received_signal, bvec &output)</td><td><a class="el" href="classitpp_1_1Punctured__Convolutional__Code.html">itpp::Punctured_Convolutional_Code</a></td><td><code> [virtual]</code></td></tr> |
---|
| 81 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Punctured__Convolutional__Code.html#b63ed0bc93b14bcf4db7004132b38bfc">decode</a>(const vec &received_signal)</td><td><a class="el" href="classitpp_1_1Punctured__Convolutional__Code.html">itpp::Punctured_Convolutional_Code</a></td><td><code> [inline, virtual]</code></td></tr> |
---|
| 82 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Punctured__Convolutional__Code.html#75e880d4c8cfd973d4459c0593cd304e">decode</a>(const bvec &coded_bits, bvec &decoded_bits)</td><td><a class="el" href="classitpp_1_1Punctured__Convolutional__Code.html">itpp::Punctured_Convolutional_Code</a></td><td><code> [virtual]</code></td></tr> |
---|
| 83 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Punctured__Convolutional__Code.html#3ba48bd81d653f58161c10c2d4487533">decode</a>(const bvec &coded_bits)</td><td><a class="el" href="classitpp_1_1Punctured__Convolutional__Code.html">itpp::Punctured_Convolutional_Code</a></td><td><code> [virtual]</code></td></tr> |
---|
| 84 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Punctured__Convolutional__Code.html#8c706434a618852db7304b6e699c0194">decode_tail</a>(const vec &received_signal, bvec &output)</td><td><a class="el" href="classitpp_1_1Punctured__Convolutional__Code.html">itpp::Punctured_Convolutional_Code</a></td><td><code> [virtual]</code></td></tr> |
---|
| 85 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Punctured__Convolutional__Code.html#7842a78c7a0abb4a7a5695452448c6e6">decode_tail</a>(const vec &received_signal)</td><td><a class="el" href="classitpp_1_1Punctured__Convolutional__Code.html">itpp::Punctured_Convolutional_Code</a></td><td><code> [inline, virtual]</code></td></tr> |
---|
| 86 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Punctured__Convolutional__Code.html#841c9437974ffa14ff10385e9729f59d">decode_tailbite</a>(const vec &received_signal, bvec &output)</td><td><a class="el" href="classitpp_1_1Punctured__Convolutional__Code.html">itpp::Punctured_Convolutional_Code</a></td><td><code> [virtual]</code></td></tr> |
---|
| 87 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Punctured__Convolutional__Code.html#a1e75ceaa37751af19c7028c6239ed45">decode_tailbite</a>(const vec &received_signal)</td><td><a class="el" href="classitpp_1_1Punctured__Convolutional__Code.html">itpp::Punctured_Convolutional_Code</a></td><td><code> [inline, virtual]</code></td></tr> |
---|
| 88 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Punctured__Convolutional__Code.html#13be31ca6bcd770cad2a7120315bc6dd">decode_trunc</a>(const vec &received_signal, bvec &output)</td><td><a class="el" href="classitpp_1_1Punctured__Convolutional__Code.html">itpp::Punctured_Convolutional_Code</a></td><td><code> [virtual]</code></td></tr> |
---|
| 89 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Punctured__Convolutional__Code.html#c0e1f2f26a7dd2368139ae40bdc9d042">decode_trunc</a>(const vec &received_signal)</td><td><a class="el" href="classitpp_1_1Punctured__Convolutional__Code.html">itpp::Punctured_Convolutional_Code</a></td><td><code> [inline, virtual]</code></td></tr> |
---|
| 90 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Punctured__Convolutional__Code.html#86534f4a85b09bb3340edcbbfb825b2a">distance_profile</a>(ivec &dist_prof, int time, int dmax=100000, bool reverse=false)</td><td><a class="el" href="classitpp_1_1Punctured__Convolutional__Code.html">itpp::Punctured_Convolutional_Code</a></td><td></td></tr> |
---|
| 91 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Convolutional__Code.html#e99bf2f2d1973c7626214ad93222cbcf">itpp::Convolutional_Code::distance_profile</a>(ivec &dist_prof, int dmax=100000, bool reverse=false)</td><td><a class="el" href="classitpp_1_1Convolutional__Code.html">itpp::Convolutional_Code</a></td><td></td></tr> |
---|
| 92 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Punctured__Convolutional__Code.html#52a8335d94b8e4b0777a09afcb47445c">encode</a>(const bvec &input, bvec &output)</td><td><a class="el" href="classitpp_1_1Punctured__Convolutional__Code.html">itpp::Punctured_Convolutional_Code</a></td><td><code> [virtual]</code></td></tr> |
---|
| 93 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Punctured__Convolutional__Code.html#aae281080e4a74ea7094c4fe777cac54">encode</a>(const bvec &input)</td><td><a class="el" href="classitpp_1_1Punctured__Convolutional__Code.html">itpp::Punctured_Convolutional_Code</a></td><td><code> [inline, virtual]</code></td></tr> |
---|
| 94 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Convolutional__Code.html#a6884e3f60678177fbf60e22d2447a5b">encode_bit</a>(const bin &input, bvec &output)</td><td><a class="el" href="classitpp_1_1Convolutional__Code.html">itpp::Convolutional_Code</a></td><td></td></tr> |
---|
| 95 | <tr bgcolor="#f0f0f0"><td><b>encode_bit</b>(const bin &input) (defined in <a class="el" href="classitpp_1_1Convolutional__Code.html">itpp::Convolutional_Code</a>)</td><td><a class="el" href="classitpp_1_1Convolutional__Code.html">itpp::Convolutional_Code</a></td><td><code> [inline]</code></td></tr> |
---|
| 96 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Punctured__Convolutional__Code.html#eda7709de1cff7c6211884f9acfae470">encode_tail</a>(const bvec &input, bvec &output)</td><td><a class="el" href="classitpp_1_1Punctured__Convolutional__Code.html">itpp::Punctured_Convolutional_Code</a></td><td></td></tr> |
---|
| 97 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Punctured__Convolutional__Code.html#550a724cf0a14e96dd572063c5d862d6">encode_tail</a>(const bvec &input)</td><td><a class="el" href="classitpp_1_1Punctured__Convolutional__Code.html">itpp::Punctured_Convolutional_Code</a></td><td><code> [inline]</code></td></tr> |
---|
| 98 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Punctured__Convolutional__Code.html#60feaefdc4f8b62884268f7cc0ea8296">encode_tailbite</a>(const bvec &input, bvec &output)</td><td><a class="el" href="classitpp_1_1Punctured__Convolutional__Code.html">itpp::Punctured_Convolutional_Code</a></td><td></td></tr> |
---|
| 99 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Punctured__Convolutional__Code.html#6fbdfbea0ba4a31686740dbfe9ca3ac5">encode_tailbite</a>(const bvec &input)</td><td><a class="el" href="classitpp_1_1Punctured__Convolutional__Code.html">itpp::Punctured_Convolutional_Code</a></td><td><code> [inline]</code></td></tr> |
---|
| 100 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Punctured__Convolutional__Code.html#49dbb58e8a99c89502140e8f2d527503">encode_trunc</a>(const bvec &input, bvec &output)</td><td><a class="el" href="classitpp_1_1Punctured__Convolutional__Code.html">itpp::Punctured_Convolutional_Code</a></td><td></td></tr> |
---|
| 101 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Punctured__Convolutional__Code.html#95c4c6d4cd1e0d2b1b7164b9405d7d33">encode_trunc</a>(const bvec &input)</td><td><a class="el" href="classitpp_1_1Punctured__Convolutional__Code.html">itpp::Punctured_Convolutional_Code</a></td><td><code> [inline]</code></td></tr> |
---|
| 102 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Convolutional__Code.html#04a91848197a2624c5dbdbcd5224166a">encoder_state</a></td><td><a class="el" href="classitpp_1_1Convolutional__Code.html">itpp::Convolutional_Code</a></td><td><code> [protected]</code></td></tr> |
---|
| 103 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Punctured__Convolutional__Code.html#120a1f328f3d51597b8258901ad285de">fast</a>(Array< ivec > &spectrum, int time, int dfree, int no_terms, int d_best_so_far=0, bool test_catastrophic=false)</td><td><a class="el" href="classitpp_1_1Punctured__Convolutional__Code.html">itpp::Punctured_Convolutional_Code</a></td><td></td></tr> |
---|
| 104 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Convolutional__Code.html#8217a8922992b1fb4faa28d86f21e6d7">itpp::Convolutional_Code::fast</a>(Array< ivec > &spectrum, const int dfree, const int no_terms, const int Cdfree=1000000, const bool test_catastrophic=false)</td><td><a class="el" href="classitpp_1_1Convolutional__Code.html">itpp::Convolutional_Code</a></td><td></td></tr> |
---|
| 105 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Convolutional__Code.html#e5b54f1bab039f8480c7ae0013f3f5fe">gen_pol</a></td><td><a class="el" href="classitpp_1_1Convolutional__Code.html">itpp::Convolutional_Code</a></td><td><code> [protected]</code></td></tr> |
---|
| 106 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Convolutional__Code.html#d072282520c19e64e8a88e0e79d91b96">gen_pol_rev</a></td><td><a class="el" href="classitpp_1_1Convolutional__Code.html">itpp::Convolutional_Code</a></td><td><code> [protected]</code></td></tr> |
---|
| 107 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Convolutional__Code.html#22321baddd7afddcd255356debaf0fb8">get_encoder_state</a>(void) const </td><td><a class="el" href="classitpp_1_1Convolutional__Code.html">itpp::Convolutional_Code</a></td><td><code> [inline]</code></td></tr> |
---|
| 108 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Punctured__Convolutional__Code.html#2e17fee30caf169e009ff6fba671b5fb">get_generator_polynomials</a>() const </td><td><a class="el" href="classitpp_1_1Punctured__Convolutional__Code.html">itpp::Punctured_Convolutional_Code</a></td><td><code> [inline]</code></td></tr> |
---|
| 109 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Convolutional__Code.html#028a1867c118c4fc5f8fea9b404bf20d">get_input</a>(const int state)</td><td><a class="el" href="classitpp_1_1Convolutional__Code.html">itpp::Convolutional_Code</a></td><td><code> [inline, protected]</code></td></tr> |
---|
| 110 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Punctured__Convolutional__Code.html#cf55657458143ec0501780b7aa7439e2">get_puncture_matrix</a>() const </td><td><a class="el" href="classitpp_1_1Punctured__Convolutional__Code.html">itpp::Punctured_Convolutional_Code</a></td><td><code> [inline]</code></td></tr> |
---|
| 111 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Punctured__Convolutional__Code.html#a47e9275c102b6ce2b3baeb9c0131305">get_puncture_period</a>() const </td><td><a class="el" href="classitpp_1_1Punctured__Convolutional__Code.html">itpp::Punctured_Convolutional_Code</a></td><td><code> [inline]</code></td></tr> |
---|
| 112 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Punctured__Convolutional__Code.html#26441c092c8ab4b4e4bf480479a74232">get_rate</a>() const </td><td><a class="el" href="classitpp_1_1Punctured__Convolutional__Code.html">itpp::Punctured_Convolutional_Code</a></td><td><code> [inline, virtual]</code></td></tr> |
---|
| 113 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Convolutional__Code.html#35d7ef525f88707e4ff2c6ed05469c00">get_truncation_length</a>(void) const </td><td><a class="el" href="classitpp_1_1Convolutional__Code.html">itpp::Convolutional_Code</a></td><td><code> [inline]</code></td></tr> |
---|
| 114 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Punctured__Convolutional__Code.html#e71898980b935887287e9980f075efb0">init_encoder</a>()</td><td><a class="el" href="classitpp_1_1Punctured__Convolutional__Code.html">itpp::Punctured_Convolutional_Code</a></td><td><code> [inline]</code></td></tr> |
---|
| 115 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Punctured__Convolutional__Code.html#b9fa55cd0b92e4d0db5debcd198184b1">inverse_tail</a>(const bvec coded_sequence, bvec &input)</td><td><a class="el" href="classitpp_1_1Punctured__Convolutional__Code.html">itpp::Punctured_Convolutional_Code</a></td><td></td></tr> |
---|
| 116 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Convolutional__Code.html#63430f36f9dc2c9d78b9a0ce145a8f2d">K</a></td><td><a class="el" href="classitpp_1_1Convolutional__Code.html">itpp::Convolutional_Code</a></td><td><code> [protected]</code></td></tr> |
---|
| 117 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Convolutional__Code.html#b93371ece607184c04780de0e05d7abc">m</a></td><td><a class="el" href="classitpp_1_1Convolutional__Code.html">itpp::Convolutional_Code</a></td><td><code> [protected]</code></td></tr> |
---|
| 118 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Convolutional__Code.html#b314ab153e137a68c8a0ca6e1bbbdbee">n</a></td><td><a class="el" href="classitpp_1_1Convolutional__Code.html">itpp::Convolutional_Code</a></td><td><code> [protected]</code></td></tr> |
---|
| 119 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Convolutional__Code.html#31df4741737f7b87b848ce95505f80fc">next_state</a>(const int instate, const int input)</td><td><a class="el" href="classitpp_1_1Convolutional__Code.html">itpp::Convolutional_Code</a></td><td><code> [inline, protected]</code></td></tr> |
---|
| 120 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Convolutional__Code.html#8c164aac0932007e5eeaa502d5bdb1ca">no_states</a></td><td><a class="el" href="classitpp_1_1Convolutional__Code.html">itpp::Convolutional_Code</a></td><td><code> [protected]</code></td></tr> |
---|
| 121 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Convolutional__Code.html#f286a1fb3897e5fd78e749b03aaadff6">output_reverse</a>(const int state, const int input)</td><td><a class="el" href="classitpp_1_1Convolutional__Code.html">itpp::Convolutional_Code</a></td><td><code> [protected]</code></td></tr> |
---|
| 122 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Convolutional__Code.html#1780746970f5e9ffdddd26bc805e087d">output_reverse</a>(const int state, bvec &zero_output, bvec &one_output)</td><td><a class="el" href="classitpp_1_1Convolutional__Code.html">itpp::Convolutional_Code</a></td><td><code> [protected]</code></td></tr> |
---|
| 123 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Convolutional__Code.html#45d579da2009db6c0e7074c826ff96c2">output_reverse</a>(const int state, int &zero_output, int &one_output)</td><td><a class="el" href="classitpp_1_1Convolutional__Code.html">itpp::Convolutional_Code</a></td><td><code> [protected]</code></td></tr> |
---|
| 124 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Convolutional__Code.html#7e63597801ab594d590234192eed3da4">output_reverse_int</a></td><td><a class="el" href="classitpp_1_1Convolutional__Code.html">itpp::Convolutional_Code</a></td><td><code> [protected]</code></td></tr> |
---|
| 125 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Convolutional__Code.html#2be7d32bc57f8be15b9e45993d88253b">path_memory</a></td><td><a class="el" href="classitpp_1_1Convolutional__Code.html">itpp::Convolutional_Code</a></td><td><code> [protected]</code></td></tr> |
---|
| 126 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Punctured__Convolutional__Code.html#ede590a005351b224cad750e9f8bb3a6">Period</a></td><td><a class="el" href="classitpp_1_1Punctured__Convolutional__Code.html">itpp::Punctured_Convolutional_Code</a></td><td><code> [protected]</code></td></tr> |
---|
| 127 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Convolutional__Code.html#7bdfde49b386946dcd7476fbd2488dd8">previous_state</a>(const int state, const int input)</td><td><a class="el" href="classitpp_1_1Convolutional__Code.html">itpp::Convolutional_Code</a></td><td><code> [inline, protected]</code></td></tr> |
---|
| 128 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Convolutional__Code.html#681ad623bd14abcaabfa317d6fd0bdad">previous_state</a>(const int state, int &S0, int &S1)</td><td><a class="el" href="classitpp_1_1Convolutional__Code.html">itpp::Convolutional_Code</a></td><td><code> [inline, protected]</code></td></tr> |
---|
| 129 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Punctured__Convolutional__Code.html#533bca591da4abe1478bd11cf3aa82eb">puncture_matrix</a></td><td><a class="el" href="classitpp_1_1Punctured__Convolutional__Code.html">itpp::Punctured_Convolutional_Code</a></td><td><code> [protected]</code></td></tr> |
---|
| 130 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Punctured__Convolutional__Code.html#8f73e4bcd82e98ace9e52003483755e6">Punctured_Convolutional_Code</a>(void)</td><td><a class="el" href="classitpp_1_1Punctured__Convolutional__Code.html">itpp::Punctured_Convolutional_Code</a></td><td><code> [inline]</code></td></tr> |
---|
| 131 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Convolutional__Code.html#0e92407956851a04cffa5f89f2fd39a5">rate</a></td><td><a class="el" href="classitpp_1_1Convolutional__Code.html">itpp::Convolutional_Code</a></td><td><code> [protected]</code></td></tr> |
---|
| 132 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Convolutional__Code.html#6ac83f0a1be7b4f6f06a1b4d7b45489a">reset</a>()</td><td><a class="el" href="classitpp_1_1Convolutional__Code.html">itpp::Convolutional_Code</a></td><td></td></tr> |
---|
| 133 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Convolutional__Code.html#ca1881cee55d7c3219f46dd40e7cbd31">reverse_int</a>(int length, int in)</td><td><a class="el" href="classitpp_1_1Convolutional__Code.html">itpp::Convolutional_Code</a></td><td><code> [related]</code></td></tr> |
---|
| 134 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Punctured__Convolutional__Code.html#3b8b66d056a2cde7ad92a8b6ce0c19ba">set_code</a>(const CONVOLUTIONAL_CODE_TYPE type_of_code, int inverse_rate, int constraint_length)</td><td><a class="el" href="classitpp_1_1Punctured__Convolutional__Code.html">itpp::Punctured_Convolutional_Code</a></td><td><code> [inline]</code></td></tr> |
---|
| 135 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Punctured__Convolutional__Code.html#19de0087797a6b4da4d9e32523c49701">set_generator_polynomials</a>(const ivec &gen, int constraint_length)</td><td><a class="el" href="classitpp_1_1Punctured__Convolutional__Code.html">itpp::Punctured_Convolutional_Code</a></td><td><code> [inline]</code></td></tr> |
---|
| 136 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Punctured__Convolutional__Code.html#086f61a5c99ca542520c28174c45023d">set_method</a>(const CONVOLUTIONAL_CODE_METHOD method)</td><td><a class="el" href="classitpp_1_1Punctured__Convolutional__Code.html">itpp::Punctured_Convolutional_Code</a></td><td><code> [inline]</code></td></tr> |
---|
| 137 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Punctured__Convolutional__Code.html#f85e15222896c0392b13e6d7a2e13751">set_puncture_matrix</a>(const bmat &pmatrix)</td><td><a class="el" href="classitpp_1_1Punctured__Convolutional__Code.html">itpp::Punctured_Convolutional_Code</a></td><td></td></tr> |
---|
| 138 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Convolutional__Code.html#6316d7d75c01471aa44d533fdaa586c1">set_start_state</a>(int state)</td><td><a class="el" href="classitpp_1_1Convolutional__Code.html">itpp::Convolutional_Code</a></td><td><code> [inline]</code></td></tr> |
---|
| 139 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Convolutional__Code.html#a1929841dfb95d406fa1a16867f144bb">set_truncation_length</a>(const int length)</td><td><a class="el" href="classitpp_1_1Convolutional__Code.html">itpp::Convolutional_Code</a></td><td><code> [inline]</code></td></tr> |
---|
| 140 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Convolutional__Code.html#7bfc69c7f70316fe051e2802c9f09ee3">start_state</a></td><td><a class="el" href="classitpp_1_1Convolutional__Code.html">itpp::Convolutional_Code</a></td><td><code> [protected]</code></td></tr> |
---|
| 141 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Convolutional__Code.html#2a894772cc027542c600f5b86fe17173">sum_metric</a></td><td><a class="el" href="classitpp_1_1Convolutional__Code.html">itpp::Convolutional_Code</a></td><td><code> [protected]</code></td></tr> |
---|
| 142 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Punctured__Convolutional__Code.html#7728ad6a3c0389c00d005002a0dd45e7">total</a></td><td><a class="el" href="classitpp_1_1Punctured__Convolutional__Code.html">itpp::Punctured_Convolutional_Code</a></td><td><code> [protected]</code></td></tr> |
---|
| 143 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Convolutional__Code.html#57ef97ff464b7f36a284540426a26ce3">trunc_length</a></td><td><a class="el" href="classitpp_1_1Convolutional__Code.html">itpp::Convolutional_Code</a></td><td><code> [protected]</code></td></tr> |
---|
| 144 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Convolutional__Code.html#89b0d6ba21457e1aab73f53631a5cb7f">trunc_ptr</a></td><td><a class="el" href="classitpp_1_1Convolutional__Code.html">itpp::Convolutional_Code</a></td><td><code> [protected]</code></td></tr> |
---|
| 145 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Convolutional__Code.html#d26ed837b36f7313277a2b1dcc7b0c4c">trunc_state</a></td><td><a class="el" href="classitpp_1_1Convolutional__Code.html">itpp::Convolutional_Code</a></td><td><code> [protected]</code></td></tr> |
---|
| 146 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Convolutional__Code.html#e840a45790781563ef45047652bf794b">visited_state</a></td><td><a class="el" href="classitpp_1_1Convolutional__Code.html">itpp::Convolutional_Code</a></td><td><code> [protected]</code></td></tr> |
---|
| 147 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Punctured__Convolutional__Code.html#8bfca66093ff6a6c3a431c5e8fc585c0">weight</a>(const int state, const int input, int time)</td><td><a class="el" href="classitpp_1_1Punctured__Convolutional__Code.html">itpp::Punctured_Convolutional_Code</a></td><td><code> [protected]</code></td></tr> |
---|
| 148 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Punctured__Convolutional__Code.html#585bf56461c90d14d38d00282f1a9ce5">weight</a>(const int state, int &w0, int &w1, int time)</td><td><a class="el" href="classitpp_1_1Punctured__Convolutional__Code.html">itpp::Punctured_Convolutional_Code</a></td><td><code> [protected]</code></td></tr> |
---|
| 149 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Convolutional__Code.html#ceb3aadcb9da39f2330d5e9870bda5af">itpp::Convolutional_Code::weight</a>(const int state, const int input)</td><td><a class="el" href="classitpp_1_1Convolutional__Code.html">itpp::Convolutional_Code</a></td><td><code> [protected]</code></td></tr> |
---|
| 150 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Convolutional__Code.html#7518410d14d05925f4e8a6de2655399a">itpp::Convolutional_Code::weight</a>(const int state, int &w0, int &w1)</td><td><a class="el" href="classitpp_1_1Convolutional__Code.html">itpp::Convolutional_Code</a></td><td><code> [protected]</code></td></tr> |
---|
| 151 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Convolutional__Code.html#33760fc0bdf27b4b5232694796590365">weight_int</a>(int length, int in)</td><td><a class="el" href="classitpp_1_1Convolutional__Code.html">itpp::Convolutional_Code</a></td><td><code> [related]</code></td></tr> |
---|
| 152 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Punctured__Convolutional__Code.html#45c0bb8e2e8e8aa2807aa77b1ed39904">weight_reverse</a>(const int state, const int input, int time)</td><td><a class="el" href="classitpp_1_1Punctured__Convolutional__Code.html">itpp::Punctured_Convolutional_Code</a></td><td><code> [protected]</code></td></tr> |
---|
| 153 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Punctured__Convolutional__Code.html#1103e0c07d1c2730587dacbe6582874e">weight_reverse</a>(const int state, int &w0, int &w1, int time)</td><td><a class="el" href="classitpp_1_1Punctured__Convolutional__Code.html">itpp::Punctured_Convolutional_Code</a></td><td><code> [protected]</code></td></tr> |
---|
| 154 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Convolutional__Code.html#f600390d130ce3cb7aa2e33037560626">itpp::Convolutional_Code::weight_reverse</a>(const int state, const int input)</td><td><a class="el" href="classitpp_1_1Convolutional__Code.html">itpp::Convolutional_Code</a></td><td><code> [protected]</code></td></tr> |
---|
| 155 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Convolutional__Code.html#2814b056af9cb40570aeaa39fc3f322f">itpp::Convolutional_Code::weight_reverse</a>(const int state, int &w0, int &w1)</td><td><a class="el" href="classitpp_1_1Convolutional__Code.html">itpp::Convolutional_Code</a></td><td><code> [protected]</code></td></tr> |
---|
| 156 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Convolutional__Code.html#e31e1e09af8f51be5eb37ffca507d232">xor_int_table</a></td><td><a class="el" href="classitpp_1_1Convolutional__Code.html">itpp::Convolutional_Code</a></td><td><code> [protected]</code></td></tr> |
---|
| 157 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Channel__Code.html#bf5f8995f9671983567feb9a90553b65">~Channel_Code</a>()</td><td><a class="el" href="classitpp_1_1Channel__Code.html">itpp::Channel_Code</a></td><td><code> [inline, virtual]</code></td></tr> |
---|
| 158 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Convolutional__Code.html#7e2a367b256e504f8c229afa677d8d23">~Convolutional_Code</a>(void)</td><td><a class="el" href="classitpp_1_1Convolutional__Code.html">itpp::Convolutional_Code</a></td><td><code> [inline, virtual]</code></td></tr> |
---|
| 159 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Punctured__Convolutional__Code.html#4917b5626e01e3566eb183be1e1db709">~Punctured_Convolutional_Code</a>(void)</td><td><a class="el" href="classitpp_1_1Punctured__Convolutional__Code.html">itpp::Punctured_Convolutional_Code</a></td><td><code> [inline, virtual]</code></td></tr> |
---|
| 160 | </table></div> |
---|
| 161 | <hr size="1"><address style="text-align: right;"><small>Generated on Tue Jun 2 10:02:19 2009 for mixpp by |
---|
| 162 | <a href="http://www.doxygen.org/index.html"> |
---|
| 163 | <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address> |
---|
| 164 | </body> |
---|
| 165 | </html> |
---|