#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_pn_correlator_cc_sptr | gr_make_pn_correlator_cc (int degree, int mask, int seed) |
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_pn_correlator_cc_sptr gr_make_pn_correlator_cc | ( | int | degree, | |
| int | mask, | |||
| int | seed | |||
| ) | [friend] |
1.5.8