8#ifndef INCLUDED_DVBS2RX_SYMBOL_SYNC_CC_H
9#define INCLUDED_DVBS2RX_SYMBOL_SYNC_CC_H
11#include <gnuradio/block.h>
40 typedef std::shared_ptr<symbol_sync_cc>
sptr;
77 int interp_method = 0);
Symbol Synchronizer Loop.
Definition symbol_sync_cc.h:38
static sptr make(float sps, float loop_bw, float damping_factor, float rolloff, int rrc_delay=5, int n_subfilt=128, int interp_method=0)
Return a shared_ptr to a new instance of dvbs2rx::symbol_sync_cc.
std::shared_ptr< symbol_sync_cc > sptr
Definition symbol_sync_cc.h:40
#define DVBS2RX_API
Definition include/gnuradio/dvbs2rx/api.h:19
Fixed-length double-ended queue with contiguous volk-aligned elements.
Definition gr_bch.h:22