23 #ifndef INCLUDED_GR_DPLL_BB_H
24 #define INCLUDED_GR_DPLL_BB_H
48 unsigned char d_restart;
49 float d_pulse_phase, d_pulse_frequency,d_gain,d_decision_threshold;
53 int work (
int noutput_items,
54 gr_vector_const_void_star &input_items,
55 gr_vector_void_star &output_items);
GR_CORE_API gr_dpll_bb_sptr gr_make_dpll_bb(float period, float gain)
Detect the peak of a signalIf a peak is detected, this block outputs a 1, or it outputs 0's...
Definition: gr_dpll_bb.h:41
Definition: gr_sync_block.h:27
shared_ptr documentation stub
Definition: shared_ptr_docstub.h:15
#define GR_CORE_API
Definition: gr_core_api.h:30
virtual int work(int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items)
just like gr_block::general_work, only this arranges to call consume_each for you ...