| [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: channel.h File Reference</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><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 List</span></a></li> | 
|---|
|  | 62 | <li><a href="globals.html"><span>File Members</span></a></li> | 
|---|
|  | 63 | </ul> | 
|---|
|  | 64 | </div> | 
|---|
|  | 65 | </div> | 
|---|
|  | 66 | <div class="contents"> | 
|---|
|  | 67 | <h1>channel.h File Reference</h1>Communication channels' classes - header file. | 
|---|
|  | 68 | <a href="#_details">More...</a> | 
|---|
|  | 69 | <p> | 
|---|
|  | 70 | <code>#include <<a class="el" href="elem__math_8h-source.html">itpp/base/math/elem_math.h</a>></code><br> | 
|---|
|  | 71 | <code>#include <<a class="el" href="mat_8h-source.html">itpp/base/mat.h</a>></code><br> | 
|---|
|  | 72 | <code>#include <<a class="el" href="array_8h-source.html">itpp/base/array.h</a>></code><br> | 
|---|
|  | 73 | <code>#include <<a class="el" href="random_8h-source.html">itpp/base/random.h</a>></code><br> | 
|---|
|  | 74 | <code>#include <<a class="el" href="filter_8h-source.html">itpp/signal/filter.h</a>></code><br> | 
|---|
|  | 75 |  | 
|---|
|  | 76 | <p> | 
|---|
|  | 77 | <a href="channel_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0"> | 
|---|
|  | 78 | <tr><td></td></tr> | 
|---|
|  | 79 | <tr><td colspan="2"><br><h2>Classes</h2></td></tr> | 
|---|
|  | 80 | <tr><td class="memItemLeft" nowrap align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="classitpp_1_1Fading__Generator.html">itpp::Fading_Generator</a></td></tr> | 
|---|
|  | 81 |  | 
|---|
|  | 82 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Fading generator class.  <a href="classitpp_1_1Fading__Generator.html#_details">More...</a><br></td></tr> | 
|---|
|  | 83 | <tr><td class="memItemLeft" nowrap align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="classitpp_1_1Independent__Fading__Generator.html">itpp::Independent_Fading_Generator</a></td></tr> | 
|---|
|  | 84 |  | 
|---|
|  | 85 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Independent (random) fading generator class.  <a href="classitpp_1_1Independent__Fading__Generator.html#_details">More...</a><br></td></tr> | 
|---|
|  | 86 | <tr><td class="memItemLeft" nowrap align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="classitpp_1_1Static__Fading__Generator.html">itpp::Static_Fading_Generator</a></td></tr> | 
|---|
|  | 87 |  | 
|---|
|  | 88 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Static fading generator class.  <a href="classitpp_1_1Static__Fading__Generator.html#_details">More...</a><br></td></tr> | 
|---|
|  | 89 | <tr><td class="memItemLeft" nowrap align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="classitpp_1_1Correlated__Fading__Generator.html">itpp::Correlated_Fading_Generator</a></td></tr> | 
|---|
|  | 90 |  | 
|---|
|  | 91 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Correlated (random) fading generator class.  <a href="classitpp_1_1Correlated__Fading__Generator.html#_details">More...</a><br></td></tr> | 
|---|
|  | 92 | <tr><td class="memItemLeft" nowrap align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="classitpp_1_1Rice__Fading__Generator.html">itpp::Rice_Fading_Generator</a></td></tr> | 
|---|
|  | 93 |  | 
|---|
|  | 94 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Rice type fading generator class.  <a href="classitpp_1_1Rice__Fading__Generator.html#_details">More...</a><br></td></tr> | 
|---|
|  | 95 | <tr><td class="memItemLeft" nowrap align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="classitpp_1_1FIR__Fading__Generator.html">itpp::FIR_Fading_Generator</a></td></tr> | 
|---|
|  | 96 |  | 
|---|
|  | 97 | <tr><td class="mdescLeft"> </td><td class="mdescRight">FIR type Fading generator class.  <a href="classitpp_1_1FIR__Fading__Generator.html#_details">More...</a><br></td></tr> | 
|---|
|  | 98 | <tr><td class="memItemLeft" nowrap align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="classitpp_1_1IFFT__Fading__Generator.html">itpp::IFFT_Fading_Generator</a></td></tr> | 
|---|
|  | 99 |  | 
|---|
|  | 100 | <tr><td class="mdescLeft"> </td><td class="mdescRight">IFFT type Fading generator class.  <a href="classitpp_1_1IFFT__Fading__Generator.html#_details">More...</a><br></td></tr> | 
|---|
|  | 101 | <tr><td class="memItemLeft" nowrap align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="classitpp_1_1Channel__Specification.html">itpp::Channel_Specification</a></td></tr> | 
|---|
|  | 102 |  | 
|---|
|  | 103 | <tr><td class="mdescLeft"> </td><td class="mdescRight">General specification of a time-domain multipath channel.  <a href="classitpp_1_1Channel__Specification.html#_details">More...</a><br></td></tr> | 
|---|
|  | 104 | <tr><td class="memItemLeft" nowrap align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="classitpp_1_1TDL__Channel.html">itpp::TDL_Channel</a></td></tr> | 
|---|
|  | 105 |  | 
|---|
|  | 106 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Tapped Delay Line (TDL) channel model.  <a href="classitpp_1_1TDL__Channel.html#_details">More...</a><br></td></tr> | 
|---|
|  | 107 | <tr><td class="memItemLeft" nowrap align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="classitpp_1_1BSC.html">itpp::BSC</a></td></tr> | 
|---|
|  | 108 |  | 
|---|
|  | 109 | <tr><td class="mdescLeft"> </td><td class="mdescRight">A Binary Symetric Channel with crossover probability p.  <a href="classitpp_1_1BSC.html#_details">More...</a><br></td></tr> | 
|---|
|  | 110 | <tr><td class="memItemLeft" nowrap align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="classitpp_1_1AWGN__Channel.html">itpp::AWGN_Channel</a></td></tr> | 
|---|
|  | 111 |  | 
|---|
|  | 112 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Ordinary AWGN Channel for cvec or vec inputs and outputs.  <a href="classitpp_1_1AWGN__Channel.html#_details">More...</a><br></td></tr> | 
|---|
|  | 113 | <tr><td colspan="2"><br><h2>Enumerations</h2></td></tr> | 
|---|
|  | 114 | <tr><td class="memItemLeft" nowrap align="right" valign="top">enum  </td><td class="memItemRight" valign="bottom"><a class="el" href="group__channels.html#gf1d6629952e915c9afe3913b726836ce">itpp::CHANNEL_PROFILE</a> { <br> | 
|---|
|  | 115 |   <b>ITU_Vehicular_A</b>, | 
|---|
|  | 116 | <b>ITU_Vehicular_B</b>, | 
|---|
|  | 117 | <b>ITU_Pedestrian_A</b>, | 
|---|
|  | 118 | <b>ITU_Pedestrian_B</b>, | 
|---|
|  | 119 | <br> | 
|---|
|  | 120 |   <b>COST207_RA</b>, | 
|---|
|  | 121 | <b>COST207_RA6</b>, | 
|---|
|  | 122 | <b>COST207_TU</b>, | 
|---|
|  | 123 | <b>COST207_TU6alt</b>, | 
|---|
|  | 124 | <br> | 
|---|
|  | 125 |   <b>COST207_TU12</b>, | 
|---|
|  | 126 | <b>COST207_TU12alt</b>, | 
|---|
|  | 127 | <b>COST207_BU</b>, | 
|---|
|  | 128 | <b>COST207_BU6alt</b>, | 
|---|
|  | 129 | <br> | 
|---|
|  | 130 |   <b>COST207_BU12</b>, | 
|---|
|  | 131 | <b>COST207_BU12alt</b>, | 
|---|
|  | 132 | <b>COST207_HT</b>, | 
|---|
|  | 133 | <b>COST207_HT6alt</b>, | 
|---|
|  | 134 | <br> | 
|---|
|  | 135 |   <b>COST207_HT12</b>, | 
|---|
|  | 136 | <b>COST207_HT12alt</b>, | 
|---|
|  | 137 | <b>COST259_TUx</b>, | 
|---|
|  | 138 | <b>COST259_RAx</b>, | 
|---|
|  | 139 | <br> | 
|---|
|  | 140 |   <b>COST259_HTx</b> | 
|---|
|  | 141 | <br> | 
|---|
|  | 142 | }</td></tr> | 
|---|
|  | 143 |  | 
|---|
|  | 144 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Predefined channel profiles. Includes LOS and Doppler spectrum settings. <br></td></tr> | 
|---|
|  | 145 | <tr><td class="memItemLeft" nowrap align="right" valign="top">enum  </td><td class="memItemRight" valign="bottom"><a class="el" href="group__channels.html#gf331f50064dab0a357caba2a0cb02b76">itpp::FADING_TYPE</a> { <b>Independent</b>, | 
|---|
|  | 146 | <b>Static</b>, | 
|---|
|  | 147 | <b>Correlated</b> | 
|---|
|  | 148 | }</td></tr> | 
|---|
|  | 149 |  | 
|---|
|  | 150 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Fading generator type: Independent (default), Static or Correlated. <br></td></tr> | 
|---|
|  | 151 | <tr><td class="memItemLeft" nowrap align="right" valign="top">enum  </td><td class="memItemRight" valign="bottom"><a class="el" href="group__channels.html#g0875516a69d533c89b49a43c2b1b987d">itpp::CORRELATED_METHOD</a> { <b>Rice_MEDS</b>, | 
|---|
|  | 152 | <b>IFFT</b>, | 
|---|
|  | 153 | <b>FIR</b> | 
|---|
|  | 154 | }</td></tr> | 
|---|
|  | 155 |  | 
|---|
|  | 156 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Correlated fading generation methods: Rice_MEDS (default), IFFT or FIR. <br></td></tr> | 
|---|
|  | 157 | <tr><td class="memItemLeft" nowrap align="right" valign="top">enum  </td><td class="memItemRight" valign="bottom"><a class="el" href="group__channels.html#g5909a344554fcfbc9d5c87dcd206974b">itpp::RICE_METHOD</a> { <b>MEDS</b> | 
|---|
|  | 158 | }</td></tr> | 
|---|
|  | 159 |  | 
|---|
|  | 160 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Rice fading generation methods: MEDS. <br></td></tr> | 
|---|
|  | 161 | <tr><td class="memItemLeft" nowrap align="right" valign="top">enum  </td><td class="memItemRight" valign="bottom"><a class="el" href="group__channels.html#gfd030225d513c962191cbce565337fd8">itpp::DOPPLER_SPECTRUM</a> { <br> | 
|---|
|  | 162 |   <b>Jakes</b> =  0, | 
|---|
|  | 163 | <b>J</b> =  0, | 
|---|
|  | 164 | <b>Classic</b> =  0, | 
|---|
|  | 165 | <b>C</b> =  0, | 
|---|
|  | 166 | <br> | 
|---|
|  | 167 |   <b>GaussI</b> =  1, | 
|---|
|  | 168 | <b>Gauss1</b> =  1, | 
|---|
|  | 169 | <b>GI</b> =  1, | 
|---|
|  | 170 | <b>G1</b> =  1, | 
|---|
|  | 171 | <br> | 
|---|
|  | 172 |   <b>GaussII</b> =  2, | 
|---|
|  | 173 | <b>Gauss2</b> =  2, | 
|---|
|  | 174 | <b>GII</b> =  2, | 
|---|
|  | 175 | <b>G2</b> =  2 | 
|---|
|  | 176 | <br> | 
|---|
|  | 177 | }</td></tr> | 
|---|
|  | 178 |  | 
|---|
|  | 179 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Predefined Doppler spectra. <br></td></tr> | 
|---|
|  | 180 | </table> | 
|---|
|  | 181 | <hr><a name="_details"></a><h2>Detailed Description</h2> | 
|---|
|  | 182 | Communication channels' classes - header file. | 
|---|
|  | 183 | <p> | 
|---|
|  | 184 | <dl class="author" compact><dt><b>Author:</b></dt><dd>Tony Ottosson, Pal Frenger, Adam Piatyszek and Zbigniew Dlugaszewski</dd></dl> | 
|---|
|  | 185 | -------------------------------------------------------------------------<p> | 
|---|
|  | 186 | Copyright (C) 1995-2008 (see AUTHORS file for a list of contributors)<p> | 
|---|
|  | 187 | This file is part of IT++ - a C++ library of mathematical, signal processing, speech processing, and communications classes and functions.<p> | 
|---|
|  | 188 | IT++ is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.<p> | 
|---|
|  | 189 | IT++ is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.<p> | 
|---|
|  | 190 | You should have received a copy of the GNU General Public License along with IT++. If not, see <<a href="http://www.gnu.org/licenses/">http://www.gnu.org/licenses/</a>>.<p> | 
|---|
|  | 191 | ------------------------------------------------------------------------- </div> | 
|---|
|  | 192 | <hr size="1"><address style="text-align: right;"><small>Generated on Tue Jun 2 10:02:13 2009 for mixpp by  | 
|---|
|  | 193 | <a href="http://www.doxygen.org/index.html"> | 
|---|
|  | 194 | <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address> | 
|---|
|  | 195 | </body> | 
|---|
|  | 196 | </html> | 
|---|