25 #ifndef INCLUDED_DIGITAL_BURST_SHAPER_CC_H
26 #define INCLUDED_DIGITAL_BURST_SHAPER_CC_H
69 typedef boost::shared_ptr<burst_shaper_cc>
sptr;
92 static sptr make(
const std::vector<gr_complex> &
taps,
93 int pre_padding=0,
int post_padding=0,
94 bool insert_phasing=
false,
95 const std::string &length_tag_name=
"packet_len");
100 virtual int pre_padding()
const = 0;
105 virtual int post_padding()
const = 0;
111 virtual int prefix_length()
const = 0;
117 virtual int suffix_length()
const = 0;
#define DIGITAL_API
Definition: gr-digital/include/gnuradio/digital/api.h:30
Include this header to use the message passing features.
Definition: logger.h:131
static const float taps[NSTEPS+1][NTAPS]
Definition: interpolator_taps.h:9
Burst shaper block for applying burst padding and ramping.
Definition: burst_shaper_cc.h:65
The abstract base class for all 'terminal' processing blocks.A signal processing flow is constructed ...
Definition: block.h:60
boost::shared_ptr< burst_shaper_cc > sptr
Definition: burst_shaper_cc.h:69