22#ifndef INCLUDED_GFDM_SYNC_CC_H
23#define INCLUDED_GFDM_SYNC_CC_H
26#include <gnuradio/block.h>
40 typedef boost::shared_ptr<sync_cc>
sptr;
50 static sptr make(
int n_subcarriers,
int cp_length,
int frame_len, std::vector<gr_complex> preamble,
51 const std::string &gfdm_tag_key =
"gfdm_block");
#define GFDM_API
Definition: api.h:30
<+description of block+>
Definition: sync_cc.h:38
boost::shared_ptr< sync_cc > sptr
Definition: sync_cc.h:40
static sptr make(int n_subcarriers, int cp_length, int frame_len, std::vector< gr_complex > preamble, const std::string &gfdm_tag_key="gfdm_block")
Return a shared_ptr to a new instance of gfdm::sync_cc.
Definition: add_cyclic_prefix_cc.h:30