11#ifndef INCLUDED_ANALOG_PLL_REFOUT_CC_H 
   12#define INCLUDED_ANALOG_PLL_REFOUT_CC_H 
   43    typedef std::shared_ptr<pll_refout_cc> 
sptr;
 
   51    static sptr make(
float loop_bw, 
float max_freq, 
float min_freq);
 
 
Implements a PLL which locks to the input frequency and outputs a carrier.
Definition pll_refout_cc.h:40
std::shared_ptr< pll_refout_cc > sptr
Definition pll_refout_cc.h:43
static sptr make(float loop_bw, float max_freq, float min_freq)
A second-order control loop implementation class.
Definition control_loop.h:51
sync_block(void)
Definition sync_block.h:28
#define ANALOG_API
Definition gr-analog/include/gnuradio/analog/api.h:18
GNU Radio logging wrapper.
Definition basic_block.h:29