GNU Radio 3.5.1 C++ API
|
PN code sequential search correlator. More...
#include <gr_pn_correlator_cc.h>
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_CORE_API gr_pn_correlator_cc_sptr | gr_make_pn_correlator_cc (int degree, int mask, int seed) |
PN code sequential search correlator.
Receives complex baseband signal, outputs complex correlation against reference PN code, one sample per PN code period
gr_pn_correlator_cc::gr_pn_correlator_cc | ( | int | degree, |
int | mask, | ||
int | seed | ||
) | [protected] |
gr_pn_correlator_cc::~gr_pn_correlator_cc | ( | ) |
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.
GR_CORE_API gr_pn_correlator_cc_sptr gr_make_pn_correlator_cc | ( | int | degree, |
int | mask, | ||
int | seed | ||
) | [friend] |