atsc_fpll Class Reference

#include <atsc_fpll.h>

Inheritance diagram for atsc_fpll:

Inheritance graph
[legend]
Collaboration diagram for atsc_fpll:

Collaboration graph
[legend]

List of all members.


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

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
gri_agc_ff agc
gr_single_pole_iir< float,
float, float > 
afci
gr_single_pole_iir< float,
float, float > 
afcq

Friends

atsc_fpll_sptr atsc_make_fpll ()


Member Function Documentation

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

void atsc_fpll::reset (  )  [inline]

void atsc_fpll::initialize (  ) 


Friends And Related Function Documentation

atsc_fpll_sptr atsc_make_fpll (  )  [friend]


Member Data Documentation

double atsc_fpll::initial_freq [protected]

Referenced by initialize().

double atsc_fpll::initial_phase [protected]

Referenced by initialize().

bool atsc_fpll::debug_no_update [protected]

gr_nco<float,float> atsc_fpll::nco [protected]

Referenced by initialize(), and work().

Referenced by work().

gr_single_pole_iir<float,float,float> atsc_fpll::afci [protected]

Referenced by initialize(), and work().

gr_single_pole_iir<float,float,float> atsc_fpll::afcq [protected]

Referenced by initialize(), and work().


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

Generated on Thu Mar 27 14:49:59 2008 for GNU Radio 3.1.1 by  doxygen 1.5.5