GNU Radio 3.4.2 C++ API
gr_pn_correlator_cc Class Reference

PN code sequential search correlator. More...

#include <gr_pn_correlator_cc.h>

Inheritance diagram for gr_pn_correlator_cc:

List of all members.

Public Member Functions

virtual 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
 ~gr_pn_correlator_cc ()

Protected Member Functions

 gr_pn_correlator_cc (int degree, int mask, int seed)

Friends

gr_pn_correlator_cc_sptr gr_make_pn_correlator_cc (int degree, int mask, int seed)

Detailed Description

PN code sequential search correlator.

Receives complex baseband signal, outputs complex correlation against reference PN code, one sample per PN code period


Constructor & Destructor Documentation

gr_pn_correlator_cc::gr_pn_correlator_cc ( int  degree,
int  mask,
int  seed 
) [protected]
gr_pn_correlator_cc::~gr_pn_correlator_cc ( )

Member Function Documentation

virtual int gr_pn_correlator_cc::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

gr_pn_correlator_cc_sptr gr_make_pn_correlator_cc ( int  degree,
int  mask,
int  seed 
) [friend]

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