23 #ifndef INCLUDED_NOAA_HRPT_PLL_CF_H
24 #define INCLUDED_NOAA_HRPT_PLL_CF_H
42 static sptr make(
float alpha,
float beta,
float max_offset);
44 virtual void set_alpha(
float alpha) = 0;
45 virtual void set_beta(
float beta) = 0;
46 virtual void set_max_offset(
float max_offset) = 0;
#define NOAA_API
Definition: gr-noaa/include/gnuradio/noaa/api.h:30
shared_ptr documentation stub
Definition: shared_ptr_docstub.h:15
NOAA HRPT PLL.
Definition: hrpt_pll_cf.h:36
synchronous 1:1 input to output with historyOverride work to provide the signal processing implementa...
Definition: sync_block.h:37
boost::shared_ptr< hrpt_pll_cf > sptr
Definition: hrpt_pll_cf.h:40