Sophie

Sophie

distrib > Mandriva > 2010.2 > i586 > by-pkgid > def0228095a1541e2d3632b6b6da7c38 > files > 4415

gnuradio-doc-3.3.0-8mdv2010.1.i586.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.3.0 C++ API: gr_clock_recovery_mm_cc.h File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.6.3 -->
<div class="contents">
<h1>gr_clock_recovery_mm_cc.h File Reference</h1><code>#include &lt;<a class="el" href="gr__block_8h_source.html">gr_block.h</a>&gt;</code><br/>
<code>#include &lt;<a class="el" href="gr__complex_8h_source.html">gr_complex.h</a>&gt;</code><br/>
<code>#include &lt;<a class="el" href="gr__math_8h_source.html">gr_math.h</a>&gt;</code><br/>
<div class="dynheader">
Include dependency graph for gr_clock_recovery_mm_cc.h:</div>
<div class="dynsection">
<div class="center"><img src="gr__clock__recovery__mm__cc_8h__incl.png" border="0" usemap="#gr__clock__recovery__mm__cc_8h_map" alt=""/></div>
<map name="gr__clock__recovery__mm__cc_8h_map" id="gr__clock__recovery__mm__cc_8h">
<area shape="rect" id="node3" href="gr__block_8h.html" title="gr_block.h" alt="" coords="621,83,704,112"/><area shape="rect" id="node17" href="gr__complex_8h.html" title="gr_complex.h" alt="" coords="925,392,1024,421"/><area shape="rect" id="node52" href="gr__math_8h.html" title="gr_math.h" alt="" coords="857,160,937,189"/><area shape="rect" id="node5" href="gr__basic__block_8h.html" title="gr_basic_block.h" alt="" coords="524,160,644,189"/><area shape="rect" id="node7" href="gr__runtime__types_8h.html" title="gr_runtime_types.h" alt="" coords="732,237,865,267"/><area shape="rect" id="node21" href="gr__sptr__magic_8h_source.html" title="gr_sptr_magic.h" alt="" coords="619,315,733,344"/><area shape="rect" id="node26" href="gr__msg__accepter_8h.html" title="gr_msg_accepter.h" alt="" coords="455,237,588,267"/><area shape="rect" id="node9" href="gr__types_8h.html" title="gr_types.h" alt="" coords="780,315,863,344"/><area shape="rect" id="node28" href="msg__accepter_8h.html" title="gruel/msg_accepter.h" alt="" coords="448,315,595,344"/><area shape="rect" id="node30" href="pmt_8h.html" title="gruel/pmt.h" alt="" coords="385,392,471,421"/><area shape="rect" id="node46" href="pmt__sugar_8h.html" title="gruel/pmt_sugar.h" alt="" coords="483,469,608,499"/></map>
</div>

<p><a href="gr__clock__recovery__mm__cc_8h_source.html">Go to the source code of this file.</a></p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td colspan="2"><h2>Classes</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classgr__clock__recovery__mm__cc.html">gr_clock_recovery_mm_cc</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Mueller and Müller (M&amp;M) based clock recovery block with complex input, complex output.This implements the Mueller and Müller (M&amp;M) discrete-time error-tracking synchronizer. The complex version here is based on: Modified Mueller and Muller clock recovery circuit Based: G. R. Danesfahani, T.G. Jeans, "Optimisation of modified Mueller and Muller 
    algorithm," Electronics Letters, Vol. 31, no. 13, 22 June 1995, pp. 1032 - 1033.  <a href="classgr__clock__recovery__mm__cc.html#_details">More...</a><br/></td></tr>
<tr><td colspan="2"><h2>Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="classboost_1_1shared__ptr.html">gr_clock_recovery_mm_cc_sptr</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="gr__clock__recovery__mm__cc_8h.html#a547412348cd32d6ea0c5bb8230c94130">gr_make_clock_recovery_mm_cc</a> (float omega, float gain_omega, float mu, float gain_mu, float omega_relative_limit=0.001)</td></tr>
</table>
<hr/><h2>Function Documentation</h2>
<a class="anchor" id="a547412348cd32d6ea0c5bb8230c94130"></a><!-- doxytag: member="gr_clock_recovery_mm_cc.h::gr_make_clock_recovery_mm_cc" ref="a547412348cd32d6ea0c5bb8230c94130" args="(float omega, float gain_omega, float mu, float gain_mu, float omega_relative_limit=0.001)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classboost_1_1shared__ptr.html">gr_clock_recovery_mm_cc_sptr</a> gr_make_clock_recovery_mm_cc </td>
          <td>(</td>
          <td class="paramtype">float&nbsp;</td>
          <td class="paramname"> <em>omega</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">float&nbsp;</td>
          <td class="paramname"> <em>gain_omega</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">float&nbsp;</td>
          <td class="paramname"> <em>mu</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">float&nbsp;</td>
          <td class="paramname"> <em>gain_mu</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">float&nbsp;</td>
          <td class="paramname"> <em>omega_relative_limit</em> = <code>0.001</code></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

</div>
</div>
</div>
<hr class="footer"/><address style="text-align: right;"><small>Generated on Wed Dec 29 19:51:22 2010 for GNU Radio 3.3.0 C++ API by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.3 </small></address>
</body>
</html>