21#ifndef INCLUDED_GFDM_SHORT_BURST_SHAPER_IMPL_H
22#define INCLUDED_GFDM_SHORT_BURST_SHAPER_IMPL_H
32 const int d_pre_padding;
33 const int d_post_padding;
40 const std::string &length_tag_name);
44 int work(
int noutput_items,
45 gr_vector_int &ninput_items,
46 gr_vector_const_void_star &input_items,
47 gr_vector_void_star &output_items);
Definition: short_burst_shaper_impl.h:30
~short_burst_shaper_impl()
short_burst_shaper_impl(int pre_padding, int post_padding, const std::string &length_tag_name)
int calculate_output_stream_length(const gr_vector_int &ninput_items)
int work(int noutput_items, gr_vector_int &ninput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items)
<+description of block+>
Definition: short_burst_shaper.h:37
Definition: add_cyclic_prefix_cc.h:30