[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::Turbo_Codec Member List</h1>This is the complete list of members for <a class="el" href="classitpp_1_1Turbo__Codec.html">itpp::Turbo_Codec</a>, including all inherited members.<p><table> |
---|
| 70 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Turbo__Codec.html#fc1136d97669fcdc0a7a72e8b27ed450">decode</a>(const vec &received_signal, bvec &decoded_bits, const bvec &true_bits="0")</td><td><a class="el" href="classitpp_1_1Turbo__Codec.html">itpp::Turbo_Codec</a></td><td><code> [virtual]</code></td></tr> |
---|
| 71 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Turbo__Codec.html#ece7e9bdabdf933ec49562c3aa7cb77c">decode</a>(const vec &received_signal, bvec &decoded_bits, ivec &nrof_used_iterations, const bvec &true_bits="0")</td><td><a class="el" href="classitpp_1_1Turbo__Codec.html">itpp::Turbo_Codec</a></td><td><code> [virtual]</code></td></tr> |
---|
| 72 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Turbo__Codec.html#3e5e49a33be7d478a15b4d3b4168f7eb">decode_block</a>(const vec &rec_syst1, const vec &rec_syst2, const mat &rec_parity1, const mat &rec_parity2, bmat &decoded_bits_i, int &nrof_used_iterations_i, const bvec &true_bits="0")</td><td><a class="el" href="classitpp_1_1Turbo__Codec.html">itpp::Turbo_Codec</a></td><td><code> [virtual]</code></td></tr> |
---|
| 73 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Turbo__Codec.html#1d60ee8b4c48a768850e2915b6193fc8">encode</a>(const bvec &input, bvec &output)</td><td><a class="el" href="classitpp_1_1Turbo__Codec.html">itpp::Turbo_Codec</a></td><td></td></tr> |
---|
| 74 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Turbo__Codec.html#dba243060d5bbf6076173e6d48589f7b">encode_block</a>(const bvec &input, bvec &in1, bvec &in2, bmat &parity1, bmat &parity2)</td><td><a class="el" href="classitpp_1_1Turbo__Codec.html">itpp::Turbo_Codec</a></td><td></td></tr> |
---|
| 75 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Turbo__Codec.html#6b835939de5517fd6546035688ca30e3">get_Ncoded</a>() const </td><td><a class="el" href="classitpp_1_1Turbo__Codec.html">itpp::Turbo_Codec</a></td><td><code> [inline]</code></td></tr> |
---|
| 76 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Turbo__Codec.html#50198727339a68f0e38e278ea69b440c">get_Nuncoded</a>() const </td><td><a class="el" href="classitpp_1_1Turbo__Codec.html">itpp::Turbo_Codec</a></td><td><code> [inline]</code></td></tr> |
---|
| 77 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Turbo__Codec.html#60f04c11332860b10e2f44aac414604a">set_adaptive_stop</a>(bool in_adaptive_stop=true)</td><td><a class="el" href="classitpp_1_1Turbo__Codec.html">itpp::Turbo_Codec</a></td><td></td></tr> |
---|
| 78 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Turbo__Codec.html#5628f72b58efd0425cbf94e6db23e57e">set_awgn_channel_parameters</a>(double in_Ec, double in_N0)</td><td><a class="el" href="classitpp_1_1Turbo__Codec.html">itpp::Turbo_Codec</a></td><td></td></tr> |
---|
| 79 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Turbo__Codec.html#8fe840d1a8a93baadd8b53f479ddc9dd">set_interleaver</a>(const ivec &interleaver_sequence)</td><td><a class="el" href="classitpp_1_1Turbo__Codec.html">itpp::Turbo_Codec</a></td><td></td></tr> |
---|
| 80 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Turbo__Codec.html#28962bbc5c084cf3a7d1d1b22a8657a6">set_iterations</a>(int in_iterations=8)</td><td><a class="el" href="classitpp_1_1Turbo__Codec.html">itpp::Turbo_Codec</a></td><td></td></tr> |
---|
| 81 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Turbo__Codec.html#31ea59c9a56e20d8016efd730204d1c2">set_metric</a>(std::string in_metric="LOGMAX", double in_logmax_scale_factor=1.0, LLR_calc_unit lcalc=LLR_calc_unit())</td><td><a class="el" href="classitpp_1_1Turbo__Codec.html">itpp::Turbo_Codec</a></td><td></td></tr> |
---|
| 82 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Turbo__Codec.html#d06b57aa228a2f4984b87cccd7e26d53">set_parameters</a>(ivec gen1, ivec gen2, int constraint_length, const ivec &interleaver_sequence, int in_iterations=8, std::string in_metric="LOGMAX", double in_logmax_scale_factor=1.0, bool in_adaptive_stop=false, LLR_calc_unit lcalc=LLR_calc_unit())</td><td><a class="el" href="classitpp_1_1Turbo__Codec.html">itpp::Turbo_Codec</a></td><td></td></tr> |
---|
| 83 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Turbo__Codec.html#ea92e6bef3a0d537eccd49d5ef6d09c4">set_scaling_factor</a>(double in_Lc)</td><td><a class="el" href="classitpp_1_1Turbo__Codec.html">itpp::Turbo_Codec</a></td><td></td></tr> |
---|
| 84 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Turbo__Codec.html#802079855069ba583ecabc0b87281c9b">Turbo_Codec</a>(void)</td><td><a class="el" href="classitpp_1_1Turbo__Codec.html">itpp::Turbo_Codec</a></td><td><code> [inline]</code></td></tr> |
---|
| 85 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Turbo__Codec.html#96521dd86ec9b627d0d109eae83154a0">wcdma_turbo_interleaver_sequence</a>(int interleaver_size)</td><td><a class="el" href="classitpp_1_1Turbo__Codec.html">itpp::Turbo_Codec</a></td><td><code> [related]</code></td></tr> |
---|
| 86 | <tr class="memlist"><td><a class="el" href="classitpp_1_1Turbo__Codec.html#1cfebb8122e48404eb685633a9695973">~Turbo_Codec</a>(void)</td><td><a class="el" href="classitpp_1_1Turbo__Codec.html">itpp::Turbo_Codec</a></td><td><code> [inline, virtual]</code></td></tr> |
---|
| 87 | </table></div> |
---|
| 88 | <hr size="1"><address style="text-align: right;"><small>Generated on Tue Jun 2 10:02:19 2009 for mixpp by |
---|
| 89 | <a href="http://www.doxygen.org/index.html"> |
---|
| 90 | <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address> |
---|
| 91 | </body> |
---|
| 92 | </html> |
---|