ATSC FPLL (2nd Version) More...
#include <gnuradio/atsc/GrAtscFPLL.h>
Public Member Functions | |
GrAtscFPLL (double a_initial_freq) | |
virtual | ~GrAtscFPLL () |
virtual const char * | name () |
virtual void | initialize () |
virtual int | work (VrSampleRange output, void *o[], VrSampleRange inputs[], void *i[]) |
void | set_initial_phase (double phase) |
void | set_no_update (bool a_no_update) |
Protected Types | |
typedef float | iType |
typedef float | oType |
Protected Attributes | |
double | initial_freq |
double | initial_phase |
bool | debug_no_update |
gr_nco< float, float > | nco |
gr_agc | agc |
gr_single_pole_iir< float, float, float > | afci |
gr_single_pole_iir< float, float, float > | afcq |
ATSC FPLL (2nd Version)
Used as follows: float float A/D –> GrFIRfilterFFF -—> GrAtscFPLL -—>
We use GrFIRfilterFFF to bandpass filter the signal of interest.
This class accepts a single real input and produces a single real output
|
protected |
|
protected |
GrAtscFPLL::GrAtscFPLL | ( | double | a_initial_freq | ) |
|
inlinevirtual |
|
virtual |
|
inlinevirtual |
|
inline |
References initial_phase.
References debug_no_update.
|
virtual |
|
protected |
|
protected |
|
protected |
|
protected |
Referenced by set_no_update().
|
protected |
|
protected |
Referenced by set_initial_phase().
|
protected |