Sophie

Sophie

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

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_pll_freqdet_cf Class 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_pll_freqdet_cf Class Reference<br/>
<small>
[<a class="el" href="group__sync__blk.html">Synchronization</a>]</small>
</h1><!-- doxytag: class="gr_pll_freqdet_cf" --><!-- doxytag: inherits="gr_sync_block" -->
<p>Implements a PLL which locks to the input frequency and outputs an estimate of that frequency. Useful for FM Demod.input: stream of complex; output: stream of floats.  
<a href="#_details">More...</a></p>

<p><code>#include &lt;<a class="el" href="gr__pll__freqdet__cf_8h_source.html">gr_pll_freqdet_cf.h</a>&gt;</code></p>
<div class="dynheader">
Inheritance diagram for gr_pll_freqdet_cf:</div>
<div class="dynsection">
<div class="center"><img src="classgr__pll__freqdet__cf__inherit__graph.png" border="0" usemap="#gr__pll__freqdet__cf_inherit__map" alt="Inheritance graph"/></div>
<map name="gr__pll__freqdet__cf_inherit__map" id="gr__pll__freqdet__cf_inherit__map">
<area shape="rect" id="node2" href="classgr__sync__block.html" title="synchronous 1:1 input to output with historyOverride work to provide the signal processing..." alt="" coords="21,315,128,344"/><area shape="rect" id="node4" href="classgr__block.html" title="The abstract base class for all &#39;terminal&#39; processing blocks.A signal processing..." alt="" coords="40,237,109,267"/><area shape="rect" id="node6" href="classgr__basic__block.html" title="The abstract base class for all signal processing blocks.Basic blocks are the bare..." alt="" coords="20,160,129,189"/><area shape="rect" id="node8" href="classgr__msg__accepter.html" title="Accepts messages and inserts them into a message queue, then notifies subclass gr_basic_block..." alt="" coords="13,83,136,112"/><area shape="rect" id="node10" href="classgruel_1_1msg__accepter.html" title="Virtual base class that accepts messages." alt="" coords="5,5,144,35"/></map>
<center><span class="legend">[<a target="top" href="graph_legend.html">legend</a>]</span></center></div>

<p><a href="classgr__pll__freqdet__cf-members.html">List of all members.</a></p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td colspan="2"><h2>Friends</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="classboost_1_1shared__ptr.html">gr_pll_freqdet_cf_sptr</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classgr__pll__freqdet__cf.html#a870a1a125da1ce2e016eb72458ac67c9">gr_make_pll_freqdet_cf</a> (float alpha, float beta, float max_freq, float min_freq)</td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<p>Implements a PLL which locks to the input frequency and outputs an estimate of that frequency. Useful for FM Demod.</p>
<p>input: stream of complex; output: stream of floats. </p>
<p>This PLL locks onto a [possibly noisy] reference carrier on the input and outputs an estimate of that frequency in radians per sample. All settings max_freq and min_freq are in terms of radians per sample, NOT HERTZ. Alpha is the phase gain (first order, units of radians per radian) and beta is the frequency gain (second order, units of radians per sample per radian) </p>
<dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="classgr__pll__refout__cc.html" title="Implements a PLL which locks to the input frequency and outputs a carrierinput: stream...">gr_pll_refout_cc</a>, <a class="el" href="classgr__pll__carriertracking__cc.html" title="Implements a PLL which locks to the input frequency and outputs the input signal...">gr_pll_carriertracking_cc</a> </dd></dl>
<hr/><h2>Friends And Related Function Documentation</h2>
<a class="anchor" id="a870a1a125da1ce2e016eb72458ac67c9"></a><!-- doxytag: member="gr_pll_freqdet_cf::gr_make_pll_freqdet_cf" ref="a870a1a125da1ce2e016eb72458ac67c9" args="(float alpha, float beta, float max_freq, float min_freq)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classboost_1_1shared__ptr.html">gr_pll_freqdet_cf_sptr</a> gr_make_pll_freqdet_cf </td>
          <td>(</td>
          <td class="paramtype">float&nbsp;</td>
          <td class="paramname"> <em>alpha</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">float&nbsp;</td>
          <td class="paramname"> <em>beta</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">float&nbsp;</td>
          <td class="paramname"> <em>max_freq</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">float&nbsp;</td>
          <td class="paramname"> <em>min_freq</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td><code> [friend]</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="gr__pll__freqdet__cf_8h_source.html">gr_pll_freqdet_cf.h</a></li>
</ul>
</div>
<hr class="footer"/><address style="text-align: right;"><small>Generated on Wed Dec 29 19:52:53 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>