GNU Radio 3.7.1 C++ API
atsc_fpll Class Reference

ATSC FPLL (2nd Version)A/D --> GrFIRfilterFFF ----> GrAtscFPLL ----> More...

#include <fpll.h>

Inheritance diagram for atsc_fpll:

List of all members.

Public Member Functions

int work (int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items)
 just like gr::block::general_work, only this arranges to call consume_each for you
void reset ()
void initialize ()

Protected Attributes

double initial_freq
double initial_phase
bool debug_no_update
gr::nco< float, float > nco
analog::kernel::agc_ff agc
filter::single_pole_iir< float,
float, float > 
afci
filter::single_pole_iir< float,
float, float > 
afcq

Friends

ATSC_API atsc_fpll_sptr atsc_make_fpll ()

Detailed Description

ATSC FPLL (2nd Version)

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


Member Function Documentation

void atsc_fpll::reset ( ) [inline]
int atsc_fpll::work ( int  noutput_items,
gr_vector_const_void_star input_items,
gr_vector_void_star output_items 
) [virtual]

just like gr::block::general_work, only this arranges to call consume_each for you

The user must override work to define the signal processing code

Implements gr::sync_block.


Friends And Related Function Documentation


Member Data Documentation

filter::single_pole_iir<float,float,float> atsc_fpll::afci [protected]
filter::single_pole_iir<float,float,float> atsc_fpll::afcq [protected]
double atsc_fpll::initial_freq [protected]
double atsc_fpll::initial_phase [protected]
gr::nco<float,float> atsc_fpll::nco [protected]

The documentation for this class was generated from the following file: