22#ifndef INCLUDED_AIS_FREQEST_H
23#define INCLUDED_AIS_FREQEST_H
26#include <gnuradio/sync_block.h>
39 typedef boost::shared_ptr<freqest>
sptr;
49 static sptr make(
float sample_rate,
int data_rate,
int fftlen);
#define AIS_API
Definition: api.h:30
<+description of block+>
Definition: freqest.h:37
boost::shared_ptr< freqest > sptr
Definition: freqest.h:39
static sptr make(float sample_rate, int data_rate, int fftlen)
Return a shared_ptr to a new instance of ais::freqest.
Definition: corr_est_cc.h:29