GNU Radio 3.7.1 C++ API
gr::analog::dpll_bb Class Reference

Detect the peak of a signal. More...

#include <dpll_bb.h>

Inheritance diagram for gr::analog::dpll_bb:

List of all members.

Public Types

typedef boost::shared_ptr
< dpll_bb
sptr

Public Member Functions

virtual void set_gain (float gain)=0
virtual void set_decision_threshold (float thresh)=0
virtual float gain () const =0
virtual float freq () const =0
virtual float phase () const =0
virtual float decision_threshold () const =0

Static Public Member Functions

static sptr make (float period, float gain)

Detailed Description

Detect the peak of a signal.

If a peak is detected, this block outputs a 1, or it outputs 0's.


Member Typedef Documentation


Member Function Documentation

virtual float gr::analog::dpll_bb::decision_threshold ( ) const [pure virtual]
virtual float gr::analog::dpll_bb::freq ( ) const [pure virtual]
virtual float gr::analog::dpll_bb::gain ( ) const [pure virtual]
static sptr gr::analog::dpll_bb::make ( float  period,
float  gain 
) [static]
virtual float gr::analog::dpll_bb::phase ( ) const [pure virtual]
virtual void gr::analog::dpll_bb::set_decision_threshold ( float  thresh) [pure virtual]
virtual void gr::analog::dpll_bb::set_gain ( float  gain) [pure virtual]

The documentation for this class was generated from the following file: