root/doc/html/itcomm_8h-source.html @ 354

Revision 353, 8.0 kB (checked in by smidl, 16 years ago)

doc

Line 
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: itcomm.h Source File</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<!--
10function 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}
22function 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}
46window.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&nbsp;Page</span></a></li>
53      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
54      <li><a href="modules.html"><span>Modules</span></a></li>
55      <li><a href="annotated.html"><span>Classes</span></a></li>
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><a href="files.html"><span>File&nbsp;List</span></a></li>
62      <li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
63    </ul>
64  </div>
65<h1>itcomm.h</h1><a href="itcomm_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001
66<a name="l00029"></a>00029 <span class="preprocessor">#ifndef ITCOMM_H</span>
67<a name="l00030"></a>00030 <span class="preprocessor"></span><span class="preprocessor">#define ITCOMM_H</span>
68<a name="l00031"></a>00031 <span class="preprocessor"></span>
69<a name="l00037"></a>00037
70<a name="l00038"></a>00038
71<a name="l00039"></a>00039
72<a name="l00040"></a>00040
73<a name="l00041"></a>00041
74<a name="l00042"></a>00042
75<a name="l00043"></a>00043
76<a name="l00048"></a>00048 <span class="preprocessor">#include &lt;<a class="code" href="itsignal_8h.html" title="Include file for the IT++ signal-processing module.">itpp/itsignal.h</a>&gt;</span>
77<a name="l00049"></a>00049 <span class="preprocessor">#include &lt;<a class="code" href="bch_8h.html" title="Definition of a BCH encoder/decoder class.">itpp/comm/bch.h</a>&gt;</span>
78<a name="l00050"></a>00050 <span class="preprocessor">#include &lt;<a class="code" href="channel_8h.html" title="Communication channels&amp;#39; classes - header file.">itpp/comm/channel.h</a>&gt;</span>
79<a name="l00051"></a>00051 <span class="preprocessor">#include &lt;<a class="code" href="channel__code_8h.html" title="Channel Code class virtual interface.">itpp/comm/channel_code.h</a>&gt;</span>
80<a name="l00052"></a>00052 <span class="preprocessor">#include &lt;<a class="code" href="commfunc_8h.html" title="Definitions of some specific functions useful in communications.">itpp/comm/commfunc.h</a>&gt;</span>
81<a name="l00053"></a>00053 <span class="preprocessor">#include &lt;<a class="code" href="convcode_8h.html" title="Definition of a binary convolutional encoder class.">itpp/comm/convcode.h</a>&gt;</span>
82<a name="l00054"></a>00054 <span class="preprocessor">#include &lt;<a class="code" href="crc_8h.html" title="Definition of a CRC code class.">itpp/comm/crc.h</a>&gt;</span>
83<a name="l00055"></a>00055 <span class="preprocessor">#include &lt;<a class="code" href="egolay_8h.html" title="Definition of the Extended Golay Code (24, 12, 8).">itpp/comm/egolay.h</a>&gt;</span>
84<a name="l00056"></a>00056 <span class="preprocessor">#include &lt;<a class="code" href="error__counters_8h.html" title="Definitions of Bit Error Rate Counter (BERC) and BLock Error Rate Counter (BLERC)...">itpp/comm/error_counters.h</a>&gt;</span>
85<a name="l00057"></a>00057 <span class="preprocessor">#include &lt;<a class="code" href="galois_8h.html" title="Definitions of Galois Field algebra classes and functions.">itpp/comm/galois.h</a>&gt;</span>
86<a name="l00058"></a>00058 <span class="preprocessor">#include &lt;<a class="code" href="hammcode_8h.html" title="Definitions of a Hamming code class.">itpp/comm/hammcode.h</a>&gt;</span>
87<a name="l00059"></a>00059 <span class="preprocessor">#include &lt;<a class="code" href="interleave_8h.html" title="Definitions of interleaver classes.">itpp/comm/interleave.h</a>&gt;</span>
88<a name="l00060"></a>00060 <span class="preprocessor">#include &lt;<a class="code" href="ldpc_8h.html" title="Implementation of Low-Density Parity Check (LDPC) codes.">itpp/comm/ldpc.h</a>&gt;</span>
89<a name="l00061"></a>00061 <span class="preprocessor">#include &lt;<a class="code" href="llr_8h.html" title="Class for numerically efficient log-likelihood algebra.">itpp/comm/llr.h</a>&gt;</span>
90<a name="l00062"></a>00062 <span class="preprocessor">#include &lt;<a class="code" href="modulator_8h.html" title="One- and two-dimensional modulators - header file.">itpp/comm/modulator.h</a>&gt;</span>
91<a name="l00063"></a>00063 <span class="preprocessor">#include &lt;<a class="code" href="modulator__nd_8h.html" title="Definition of vector (MIMO) modulator classes.">itpp/comm/modulator_nd.h</a>&gt;</span>
92<a name="l00064"></a>00064 <span class="preprocessor">#include &lt;<a class="code" href="ofdm_8h.html" title="Interface of an Orthogonal Frequency Division Multiplex (OFDM) class.">itpp/comm/ofdm.h</a>&gt;</span>
93<a name="l00065"></a>00065 <span class="preprocessor">#include &lt;<a class="code" href="pulse__shape_8h.html" title="Pulse shaping classes - header file.">itpp/comm/pulse_shape.h</a>&gt;</span>
94<a name="l00066"></a>00066 <span class="preprocessor">#include &lt;<a class="code" href="punct__convcode_8h.html" title="Definitions of a Binary Punctured Convolutional Encoder class.">itpp/comm/punct_convcode.h</a>&gt;</span>
95<a name="l00067"></a>00067 <span class="preprocessor">#include &lt;<a class="code" href="rec__syst__conv__code_8h.html" title="Definitions of a Recursive Systematic Convolutional codec class.">itpp/comm/rec_syst_conv_code.h</a>&gt;</span>
96<a name="l00068"></a>00068 <span class="preprocessor">#include &lt;<a class="code" href="reedsolomon_8h.html" title="Definitions of a Reed-Solomon codec class.">itpp/comm/reedsolomon.h</a>&gt;</span>
97<a name="l00069"></a>00069 <span class="preprocessor">#include &lt;<a class="code" href="sequence_8h.html" title="Definitions of binary sequence classes and functions.">itpp/comm/sequence.h</a>&gt;</span>
98<a name="l00070"></a>00070 <span class="preprocessor">#include &lt;<a class="code" href="spread_8h.html" title="Definition of spread spectrum classes and functions.">itpp/comm/spread.h</a>&gt;</span>
99<a name="l00071"></a>00071 <span class="preprocessor">#include &lt;<a class="code" href="turbo_8h.html" title="Definition of a turbo encoder/decoder class.">itpp/comm/turbo.h</a>&gt;</span>
100<a name="l00072"></a>00072
101<a name="l00073"></a>00073 <span class="preprocessor">#endif // #ifndef ITCOMM_H</span>
102</pre></div></div>
103<hr size="1"><address style="text-align: right;"><small>Generated on Tue Jun 2 10:02:11 2009 for mixpp by&nbsp;
104<a href="http://www.doxygen.org/index.html">
105<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>
106</body>
107</html>
Note: See TracBrowser for help on using the browser.