gr-baz Package
|
ATSC BitTimingLoop. More...
#include <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 |
double | d_loop_filter_tap |
double | d_timing_rate |
FILE * | fp_loop |
FILE * | fp_ps |
ATSC BitTimingLoop.
This class accepts a single real input and produces a single real output
|
protected |
|
protected |
GrAtscBitTimingLoop::GrAtscBitTimingLoop | ( | ) |
|
inlinevirtual |
|
protected |
|
virtual |
|
inlinevirtual |
|
inline |
References loop, and gr_single_pole_iir< o_type, i_type, tap_type >::set_taps().
|
inline |
|
inline |
References d_timing_rate.
|
virtual |
|
protected |
|
protected |
Referenced by set_timing_rate().
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
Referenced by set_loop_filter_tap().
|
protected |
Referenced by set_mu().
|
protected |
|
protected |