Structure ClockRecConfig
Clock recovery configuration structure.
Namespace: dsp::telecom
Fields list
osf_en : int &
Input signal oversampling factor (e.g. ratio of input signal frequency vs symbol frequency)
ted_en : sptr< Ted > &
Timing error detector object (default is Gardner detector). A ted can be created with the ted_init() function.
itrp_en : sptr< tsd::filtrage::Interpolateur< cfloat > > &
Interpolator object (default is cardinal cubic spline interpolator). A interpolator can be created for instance with the itrp_sinc() function.
tc_en : float &
Time constant of the loop, in symbols (default is 5 symbols)
debug_active : bool &
Enable debug mode (generation of plots)
matched_filter_coefs : tsd::Vecf &