gr-baz Package
|
Detect the peak of a signal. More...
#include <baz_dpll_bb.h>
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, float relative_limit=1.0, float ignore_limit=1.0, const std::string length_tag="", bool verbose=false, bool unlocked=false) |
Detect the peak of a signal.
If a peak is detected, this block outputs a 1, or it outputs 0's.
typedef boost::shared_ptr<dpll_bb> gr::baz::dpll_bb::sptr |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
static |
|
pure virtual |
|
pure virtual |
|
pure virtual |