GNU Radio 3.5.1 C++ API
|
Go to the source code of this file.
Classes | |
class | digital_fll_band_edge_cc |
Frequency Lock Loop using band-edge filters. More... | |
Functions | |
DIGITAL_API digital_fll_band_edge_cc_sptr | digital_make_fll_band_edge_cc (float samps_per_sym, float rolloff, int filter_size, float bandwidth) |
DIGITAL_API digital_fll_band_edge_cc_sptr digital_make_fll_band_edge_cc | ( | float | samps_per_sym, |
float | rolloff, | ||
int | filter_size, | ||
float | bandwidth | ||
) |
Build the FLL
samps_per_sym | (float) Number of samples per symbol of signal |
rolloff | (float) Rolloff factor of signal |
filter_size | (int) Size (in taps) of the filter |
bandwidth | (float) Loop bandwidth |