ATSC BitTimingLoop3. More...
#include <gnuradio/atsc/GrAtscBitTimingLoop3.h>
Public Member Functions | |
GrAtscBitTimingLoop3 (double ratio_of_rx_clock_to_symbol_freq) | |
virtual | ~GrAtscBitTimingLoop3 () |
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 | oDataType |
typedef atsc::syminfo | oTagType |
Protected Attributes | |
atsci_sssr | d_sssr |
atsci_interpolator | d_interp |
VrSampleIndex | d_next_input |
double | d_rx_clock_to_symbol_freq |
ATSC BitTimingLoop3.
This class accepts a single real input and produces two outputs, the raw symbol (float) and the tag (atsc_syminfo)
|
protected |
|
protected |
|
protected |
GrAtscBitTimingLoop3::GrAtscBitTimingLoop3 | ( | double | ratio_of_rx_clock_to_symbol_freq | ) |
|
inlinevirtual |
|
virtual |
|
inlinevirtual |
|
inline |
|
inline |
|
inline |
|
virtual |
|
protected |
|
protected |
|
protected |
|
protected |