GNU Radio 3.4.0 C++ API
gr_fll_band_edge_cc.h File Reference
#include <gr_sync_block.h>
Include dependency graph for gr_fll_band_edge_cc.h:

Go to the source code of this file.

Classes

class  gr_fll_band_edge_cc
 Frequency Lock Loop using band-edge filters. More...

Functions

gr_fll_band_edge_cc_sptr gr_make_fll_band_edge_cc (float samps_per_sym, float rolloff, int filter_size, float alpha, float beta)

Function Documentation

gr_fll_band_edge_cc_sptr gr_make_fll_band_edge_cc ( float  samps_per_sym,
float  rolloff,
int  filter_size,
float  alpha,
float  beta 
)

Build the FLL

Parameters:
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
alpha(float) Loop gain 1
beta(float) Loop gain 2