22#ifndef INCLUDED_GFDM_SHORT_BURST_SHAPER_H
23#define INCLUDED_GFDM_SHORT_BURST_SHAPER_H
26#include <gnuradio/tagged_stream_block.h>
39 typedef boost::shared_ptr<short_burst_shaper>
sptr;
49 static sptr make(
int pre_padding,
int post_padding,
50 const std::string &length_tag_name=
"packet_len");
#define GFDM_API
Definition api.h:30
<+description of block+>
Definition short_burst_shaper.h:37
static sptr make(int pre_padding, int post_padding, const std::string &length_tag_name="packet_len")
Return a shared_ptr to a new instance of gfdm::short_burst_shaper.
boost::shared_ptr< short_burst_shaper > sptr
Definition short_burst_shaper.h:39
Definition add_cyclic_prefix_cc.h:30