22 #ifndef INCLUDED_BLOCKSAT_FRAME_SYNC_FAST_H
23 #define INCLUDED_BLOCKSAT_FRAME_SYNC_FAST_H
26 #include <gnuradio/block.h>
39 typedef boost::shared_ptr<frame_sync_fast>
sptr;
49 static sptr make(
float treshold,
int preamble_len,
int payload_len,
int n_init_peak,
int equalize,
int fix_phase,
int const_order,
int verbosity);
54 virtual float get_avg_timing_metric() = 0;
55 virtual float get_timing_rec_indicator() = 0;
56 virtual int get_state() = 0;
<+description of block+>
Definition: frame_sync_fast.h:36
boost::shared_ptr< frame_sync_fast > sptr
Definition: frame_sync_fast.h:39
#define BLOCKSAT_API
Definition: api.h:30