 |
GNU Radio Manual and C++ API Reference
3.8.1.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
23 #ifndef INCLUDED_FEC_CONV_BIT_CORR_BB_H
24 #define INCLUDED_FEC_CONV_BIT_CORR_BB_H
45 typedef boost::shared_ptr<conv_bit_corr_bb>
sptr;
47 static sptr make(std::vector<unsigned long long> correlator,
59 virtual float data_garble_rate(
int taps,
float syn_density) = 0;
static const float taps[NSTEPS+1][NTAPS]
Definition: interpolator_taps.h:9
#define FEC_API
Definition: gr-fec/include/gnuradio/fec/api.h:30
The abstract base class for all 'terminal' processing blocks.
Definition: block.h:71
boost::shared_ptr< conv_bit_corr_bb > sptr
Definition: conv_bit_corr_bb.h:45
Correlate block in FECAPI.
Definition: conv_bit_corr_bb.h:41
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43