Sophie

Sophie

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

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: gri_mmse_fir_interpolator Class Reference</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('classgri__mmse__fir__interpolator.html','');
</script>
<div id="doc-content">
<div class="header">
  <div class="summary">
<a href="#pub-methods">Public Member Functions</a> &#124;
<a href="#pro-attribs">Protected Attributes</a>  </div>
  <div class="headertitle">
<h1>gri_mmse_fir_interpolator Class Reference</h1>  </div>
</div>
<div class="contents">
<!-- doxytag: class="gri_mmse_fir_interpolator" -->
<p>Compute intermediate samples between signal samples x(k*Ts)This implements a Mininum Mean Squared Error interpolator with 8 taps. It is suitable for signals where the bandwidth of interest B = 1/(4*Ts) Where Ts is the time between samples.  
<a href="#_details">More...</a></p>

<p><code>#include &lt;<a class="el" href="gri__mmse__fir__interpolator_8h_source.html">gri_mmse_fir_interpolator.h</a>&gt;</code></p>

<p><a href="classgri__mmse__fir__interpolator-members.html">List of all members.</a></p>
<table class="memberdecls">
<tr><td colspan="2"><h2><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classgri__mmse__fir__interpolator.html#acef2c87da6ff7b17b4001f472cfd422a">gri_mmse_fir_interpolator</a> ()</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classgri__mmse__fir__interpolator.html#a7cb748baab11bb51d602513a2ab1be0c">~gri_mmse_fir_interpolator</a> ()</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">unsigned&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classgri__mmse__fir__interpolator.html#a66ea50db8f30b2f692cd4af84cb41514">ntaps</a> () const </td></tr>
<tr><td class="memItemLeft" align="right" valign="top">unsigned&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classgri__mmse__fir__interpolator.html#aed701038ff73feb2961bbe80ed1b1e99">nsteps</a> () const </td></tr>
<tr><td class="memItemLeft" align="right" valign="top">float&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classgri__mmse__fir__interpolator.html#a9674dd09e73769c41a893152e85adab4">interpolate</a> (const float input[], float mu) const </td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">compute a single interpolated output value. <code>input</code> must have <a class="el" href="classgri__mmse__fir__interpolator.html#a66ea50db8f30b2f692cd4af84cb41514">ntaps()</a> valid entries. input[0] .. input[<a class="el" href="classgri__mmse__fir__interpolator.html#a66ea50db8f30b2f692cd4af84cb41514">ntaps()</a> - 1] are referenced to compute the output value.  <a href="#a9674dd09e73769c41a893152e85adab4"></a><br/></td></tr>
<tr><td colspan="2"><h2><a name="pro-attribs"></a>
Protected Attributes</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="classstd_1_1vector.html">std::vector</a>&lt; <a class="el" href="classgr__fir__fff.html">gr_fir_fff</a> * &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classgri__mmse__fir__interpolator.html#a032cd8df0c724463c192da99a85b29d7">filters</a></td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<div class="textblock"><p>Compute intermediate samples between signal samples x(k*Ts)</p>
<p>This implements a Mininum Mean Squared Error interpolator with 8 taps. It is suitable for signals where the bandwidth of interest B = 1/(4*Ts) Where Ts is the time between samples. </p>
<p>Although mu, the fractional delay, is specified as a float, it is actually quantized. 0.0 &lt;= mu &lt;= 1.0. That is, mu is quantized in the interpolate method to 32nd's of a sample. </p>
</div><hr/><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="acef2c87da6ff7b17b4001f472cfd422a"></a><!-- doxytag: member="gri_mmse_fir_interpolator::gri_mmse_fir_interpolator" ref="acef2c87da6ff7b17b4001f472cfd422a" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">gri_mmse_fir_interpolator::gri_mmse_fir_interpolator </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

</div>
</div>
<a class="anchor" id="a7cb748baab11bb51d602513a2ab1be0c"></a><!-- doxytag: member="gri_mmse_fir_interpolator::~gri_mmse_fir_interpolator" ref="a7cb748baab11bb51d602513a2ab1be0c" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">gri_mmse_fir_interpolator::~gri_mmse_fir_interpolator </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

</div>
</div>
<hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="a9674dd09e73769c41a893152e85adab4"></a><!-- doxytag: member="gri_mmse_fir_interpolator::interpolate" ref="a9674dd09e73769c41a893152e85adab4" args="(const float input[], float mu) const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">float gri_mmse_fir_interpolator::interpolate </td>
          <td>(</td>
          <td class="paramtype">const float&#160;</td>
          <td class="paramname"><em>input</em>[], </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">float&#160;</td>
          <td class="paramname"><em>mu</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>compute a single interpolated output value. <code>input</code> must have <a class="el" href="classgri__mmse__fir__interpolator.html#a66ea50db8f30b2f692cd4af84cb41514">ntaps()</a> valid entries. input[0] .. input[<a class="el" href="classgri__mmse__fir__interpolator.html#a66ea50db8f30b2f692cd4af84cb41514">ntaps()</a> - 1] are referenced to compute the output value. </p>
<p><code>mu</code> must be in the range [0, 1] and specifies the fractional delay.</p>
<dl class="return"><dt><b>Returns:</b></dt><dd>the interpolated input value. </dd></dl>

</div>
</div>
<a class="anchor" id="aed701038ff73feb2961bbe80ed1b1e99"></a><!-- doxytag: member="gri_mmse_fir_interpolator::nsteps" ref="aed701038ff73feb2961bbe80ed1b1e99" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">unsigned gri_mmse_fir_interpolator::nsteps </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

</div>
</div>
<a class="anchor" id="a66ea50db8f30b2f692cd4af84cb41514"></a><!-- doxytag: member="gri_mmse_fir_interpolator::ntaps" ref="a66ea50db8f30b2f692cd4af84cb41514" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">unsigned gri_mmse_fir_interpolator::ntaps </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

</div>
</div>
<hr/><h2>Member Data Documentation</h2>
<a class="anchor" id="a032cd8df0c724463c192da99a85b29d7"></a><!-- doxytag: member="gri_mmse_fir_interpolator::filters" ref="a032cd8df0c724463c192da99a85b29d7" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classstd_1_1vector.html">std::vector</a>&lt;<a class="el" href="classgr__fir__fff.html">gr_fir_fff</a> *&gt; <a class="el" href="classgri__mmse__fir__interpolator.html#a032cd8df0c724463c192da99a85b29d7">gri_mmse_fir_interpolator::filters</a><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="gri__mmse__fir__interpolator_8h_source.html">gri_mmse_fir_interpolator.h</a></li>
</ul>
</div>
</div>
  <div id="nav-path" class="navpath">
    <ul>
      <li class="navelem"><a class="el" href="classgri__mmse__fir__interpolator.html">gri_mmse_fir_interpolator</a>      </li>
      <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>