23#ifndef INCLUDED_NOAA_HRPT_PLL_CF_H
24#define INCLUDED_NOAA_HRPT_PLL_CF_H
40 typedef boost::shared_ptr<hrpt_pll_cf>
sptr;
42 static sptr make(
float alpha,
float beta,
float max_offset);
NOAA HRPT PLL.
Definition: hrpt_pll_cf.h:37
virtual void set_max_offset(float max_offset)=0
static sptr make(float alpha, float beta, float max_offset)
virtual void set_alpha(float alpha)=0
boost::shared_ptr< hrpt_pll_cf > sptr
Definition: hrpt_pll_cf.h:40
virtual void set_beta(float beta)=0
synchronous 1:1 input to output with history
Definition: sync_block.h:38
#define NOAA_API
Definition: gr-noaa/include/gnuradio/noaa/api.h:30
Include this header to use the message passing features.
Definition: basic_block.h:45