 |
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_DIGITAL_FLL_BAND_EDGE_CC_H
24 #define INCLUDED_DIGITAL_FLL_BAND_EDGE_CC_H
88 typedef boost::shared_ptr<fll_band_edge_cc>
sptr;
99 make(
float samps_per_sym,
float rolloff,
int filter_size,
float bandwidth);
114 virtual void set_samples_per_symbol(
float sps) = 0;
131 virtual void set_rolloff(
float rolloff) = 0;
148 virtual void set_filter_size(
int filter_size) = 0;
157 virtual float samples_per_symbol()
const = 0;
162 virtual float rolloff()
const = 0;
167 virtual int filter_size()
const = 0;
172 virtual void print_taps() = 0;
boost::shared_ptr< fll_band_edge_cc > sptr
Definition: fll_band_edge_cc.h:88
Frequency Lock Loop using band-edge filters.
Definition: fll_band_edge_cc.h:83
synchronous 1:1 input to output with history
Definition: sync_block.h:37
#define DIGITAL_API
Definition: gr-digital/include/gnuradio/digital/api.h:30
A second-order control loop implementation class.
Definition: control_loop.h:61
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43