23#ifndef INCLUDED_ANALOG_DPLL_BB_H
24#define INCLUDED_ANALOG_DPLL_BB_H
44 typedef boost::shared_ptr<dpll_bb>
sptr;
51 virtual float gain()
const = 0;
52 virtual float freq()
const = 0;
53 virtual float phase()
const = 0;
Detect the peak of a signal.
Definition dpll_bb.h:41
virtual void set_gain(float gain)=0
virtual float gain() const =0
boost::shared_ptr< dpll_bb > sptr
Definition dpll_bb.h:44
virtual float decision_threshold() const =0
virtual void set_decision_threshold(float thresh)=0
static sptr make(float period, float gain)
virtual float phase() const =0
virtual float freq() const =0
synchronous 1:1 input to output with history
Definition sync_block.h:38
#define ANALOG_API
Definition gr-analog/include/gnuradio/analog/api.h:30
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition basic_block.h:46