 |
GNU Radio Manual and C++ API Reference
3.8.2.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
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;
virtual void set_gain(float gain)=0
virtual float phase() const =0
#define ANALOG_API
Definition: gr-analog/include/gnuradio/analog/api.h:30
synchronous 1:1 input to output with history
Definition: sync_block.h:38
virtual float decision_threshold() const =0
boost::shared_ptr< dpll_bb > sptr
Definition: dpll_bb.h:44
virtual void set_decision_threshold(float thresh)=0
static sptr make(float period, float gain)
Detect the peak of a signal.
Definition: dpll_bb.h:41
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43
virtual float freq() const =0
virtual float gain() const =0