 |
GNU Radio C++ API Reference
3.10.12.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
11 #ifndef INCLUDED_GR_PN_CORRELATOR_CC_H
12 #define INCLUDED_GR_PN_CORRELATOR_CC_H
33 typedef std::shared_ptr<pn_correlator_cc>
sptr;
45 static sptr make(
int degree,
int mask = 0,
int seed = 1);
static sptr make(int degree, int mask=0, int seed=1)
Make PN code sequential search correlator block.
synchronous N:1 input to output with history
Definition: sync_decimator.h:26
PN code sequential search correlator.
Definition: pn_correlator_cc.h:30
#define DIGITAL_API
Definition: gr-digital/include/gnuradio/digital/api.h:18
GNU Radio logging wrapper.
Definition: basic_block.h:29
std::shared_ptr< pn_correlator_cc > sptr
Definition: pn_correlator_cc.h:33