23 #ifndef INCLUDED_GR_PLL_FREQDET_CF_H
24 #define INCLUDED_GR_PLL_FREQDET_CF_H
57 float mod_2pi (
float in);
60 int work (
int noutput_items,
61 gr_vector_const_void_star &input_items,
62 gr_vector_void_star &output_items);
64 float phase_detector(
gr_complex sample,
float ref_phase);
Definition: gri_control_loop.h:28
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
std::complex< float > gr_complex
Definition: gr_complex.h:26
GR_CORE_API gr_pll_freqdet_cf_sptr gr_make_pll_freqdet_cf(float loop_bw, float max_freq, float min_freq)
Implements a PLL which locks to the input frequency and outputs an estimate of that frequency...
Definition: gr_pll_freqdet_cf.h:51
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 ...