GNU Radio 3.7.2 C++ API
|
ATSC BitTimingLoop. More...
#include <gnuradio/atsc/GrAtscBitTimingLoop.h>
Public Member Functions | |
GrAtscBitTimingLoop () | |
virtual | ~GrAtscBitTimingLoop () |
virtual const char * | name () |
virtual int | forecast (VrSampleRange output, VrSampleRange inputs[]) |
virtual int | work (VrSampleRange output, void *o[], VrSampleRange inputs[], void *i[]) |
void | set_mu (double a_mu) |
void | set_no_update (bool a_no_update) |
void | set_loop_filter_tap (double tap) |
void | set_timing_rate (double rate) |
Protected Types | |
typedef float | iType |
typedef float | oType |
Protected Member Functions | |
iType | produce_sample (const iType *in, unsigned int &index) |
double | filter_error (double e) |
Protected Attributes | |
VrSampleIndex | next_input |
gr_mmse_fir_interpolator | intr |
double | w |
double | mu |
iType | last_right |
gr_single_pole_iir< double, double, double > | loop |
bool | debug_no_update |
double | d_loop_filter_tap |
double | d_timing_rate |
ATSC BitTimingLoop.
This class accepts a single real input and produces a single real output
|
protected |
|
protected |
GrAtscBitTimingLoop::GrAtscBitTimingLoop | ( | ) |
|
inlinevirtual |
|
protected |
|
virtual |
|
inlinevirtual |
References debug_no_update.
|
inline |
References d_timing_rate.
|
virtual |
|
protected |
|
protected |
Referenced by set_timing_rate().
|
protected |
Referenced by set_no_update().
|
protected |
|
protected |
|
protected |
Referenced by set_loop_filter_tap().
|
protected |
Referenced by set_mu().
|
protected |
|
protected |