 |
GNU Radio Manual and C++ API Reference
3.8.2.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
23 #ifndef BURST_SHAPER_H
24 #define BURST_SHAPER_H
67 typedef boost::shared_ptr<burst_shaper<T>>
sptr;
93 bool insert_phasing =
false,
94 const std::string& length_tag_name =
"packet_len");
burst_shaper< float > burst_shaper_ff
Definition: burst_shaper.h:119
virtual int pre_padding() const =0
boost::shared_ptr< burst_shaper< T > > sptr
Definition: burst_shaper.h:67
burst_shaper< gr_complex > burst_shaper_cc
Definition: burst_shaper.h:120
virtual int suffix_length() const =0
Burst shaper block for applying burst padding and ramping.
Definition: burst_shaper.h:65
static const float taps[NSTEPS+1][NTAPS]
Definition: interpolator_taps.h:9
virtual int prefix_length() const =0
#define DIGITAL_API
Definition: gr-digital/include/gnuradio/digital/api.h:30
The abstract base class for all 'terminal' processing blocks.
Definition: block.h:72
virtual int post_padding() const =0
static sptr make(const std::vector< T > &taps, int pre_padding=0, int post_padding=0, bool insert_phasing=false, const std::string &length_tag_name="packet_len")
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43