Sophie

Sophie

distrib > Fedora > 14 > x86_64 > media > updates > by-pkgid > 6e7a2755bd78c9deedab199b86e675f3 > files > 5770

gnuradio-doc-3.2.2-9.fc14.x86_64.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>GNU Radio 3.2.2 C++ API: OFDM Blocks</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.7.3 -->
<div id="top">
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td style="padding-left: 0.5em;">
   <div id="projectname">GNU Radio 3.2.2 C++ API</div>
  </td>
 </tr>
 </tbody>
</table>
</div>
</div>
<div id="side-nav" class="ui-resizable side-nav-resizable">
  <div id="nav-tree">
    <div id="nav-tree-contents">
    </div>
  </div>
  <div id="splitbar" style="-moz-user-select:none;" 
       class="ui-resizable-handle">
  </div>
</div>
<script type="text/javascript">
  initNavTree('group__ofdm__blk.html','');
</script>
<div id="doc-content">
<div class="header">
  <div class="summary">
<a href="#nested-classes">Classes</a>  </div>
  <div class="headertitle">
<h1>OFDM Blocks</h1>  </div>
<div class="ingroups"><a class="el" href="group__block.html">GNU Radio C++ Signal Processing Blocks</a></div></div>
<div class="contents">
<div class="dynheader">
Collaboration diagram for OFDM Blocks:</div>
<div class="dyncontent">
<center><table><tr><td><img src="group__ofdm__blk.png" border="0" alt="" usemap="#group____ofdm____blk"/>
<map name="group____ofdm____blk" id="group____ofdm____blk">
<area shape="rect" id="node1" href="group__demodulation__blk.html" title="Signal Demodulation" alt="" coords="644,17,785,47"/><area shape="rect" id="node2" href="group__modulation__blk.html" title="Signal Modulation" alt="" coords="652,71,777,100"/><area shape="rect" id="node3" href="group__block.html" title="All C++ blocks that can be used in GR graphs are listed here or in the subcategories below..." alt="" coords="7,97,279,127"/><area shape="rect" id="node4" href="group__sink__blk.html" title="Signal Sinks" alt="" coords="668,124,761,153"/><area shape="rect" id="node6" href="group__sync__blk.html" title="Synchronization" alt="" coords="657,177,772,207"/></map>
</td></tr></table></center>
</div>
<table class="memberdecls">
<tr><td colspan="2"><h2><a name="nested-classes"></a>
Classes</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classgr__ofdm__cyclic__prefixer.html">gr_ofdm_cyclic_prefixer</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">adds a cyclic prefix vector to an input size long ofdm symbol(vector) and converts vector to a stream output_size long.  <a href="classgr__ofdm__cyclic__prefixer.html#_details">More...</a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classgr__ofdm__demapper__vcb.html">gr_ofdm_demapper_vcb</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">take a stream of vectors in from an FFT and demodulate to a stream of bits. Abstract class must be subclassed with specific mapping.  <a href="classgr__ofdm__demapper__vcb.html#_details">More...</a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classgr__ofdm__frame__acquisition.html">gr_ofdm_frame_acquisition</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">take a vector of complex constellation points in from an FFT and performs a correlation and equalization.This block takes the output of an FFT of a received OFDM symbol and finds the start of a frame based on two known symbols. It also looks at the surrounding bins in the FFT output for the correlation in case there is a large frequency shift in the data. This block assumes that the fine frequency shift has already been corrected and that the samples fall in the middle of one FFT bin.  <a href="classgr__ofdm__frame__acquisition.html#_details">More...</a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classgr__ofdm__frame__sink.html">gr_ofdm_frame_sink</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Takes an OFDM symbol in, demaps it into bits of 0's and 1's, packs them into packets, and sends to to a message queue sink.NOTE: The mod input parameter simply chooses a pre-defined demapper/slicer. Eventually, we want to be able to pass in a reference to an object to do the demapping and slicing for a given modulation type.  <a href="classgr__ofdm__frame__sink.html#_details">More...</a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classgr__ofdm__insert__preamble.html">gr_ofdm_insert_preamble</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">insert "pre-modulated" preamble symbols before each payload.  <a href="classgr__ofdm__insert__preamble.html#_details">More...</a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classgr__ofdm__mapper__bcv.html">gr_ofdm_mapper_bcv</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">take a stream of bytes in and map to a vector of complex constellation points suitable for IFFT input to be used in an ofdm modulator. Abstract class must be subclassed with specific mapping.  <a href="classgr__ofdm__mapper__bcv.html#_details">More...</a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classgr__ofdm__sampler.html">gr_ofdm_sampler</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">does the rest of the OFDM stuff  <a href="classgr__ofdm__sampler.html#_details">More...</a><br/></td></tr>
</table>
</div>
</div>
  <div id="nav-path" class="navpath">
    <ul>
      <li class="footer">Generated on Thu Feb 17 2011 for GNU Radio 3.2.2 C++ API by&#160;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.3 </li>
    </ul>
  </div>

</body>
</html>