23 #ifndef INCLUDED_GR_PN_CORRELATOR_CC_H
24 #define INCLUDED_GR_PN_CORRELATOR_CC_H
55 virtual int work(
int noutput_items,
56 gr_vector_const_void_star &input_items,
57 gr_vector_void_star &output_items);
Galois Linear Feedback Shift Register using specified polynomial maskGenerates a maximal length pseud...
Definition: gri_glfsr.h:35
shared_ptr documentation stub
Definition: shared_ptr_docstub.h:15
#define GR_CORE_API
Definition: gr_core_api.h:30
PN code sequential search correlator.
Definition: gr_pn_correlator_cc.h:43
GR_CORE_API gr_pn_correlator_cc_sptr gr_make_pn_correlator_cc(int degree, int mask=0, int seed=1)
Definition: gr_sync_decimator.h:27
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 ...