 |
GNU Radio C++ API Reference
3.10.12.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
12 #ifndef INCLUDED_GR_DIFF_ENCODER_BB_H
13 #define INCLUDED_GR_DIFF_ENCODER_BB_H
34 typedef std::shared_ptr<diff_encoder_bb>
sptr;
@ DIFF_DIFFERENTIAL
Definition: diff_coding_type.h:19
Differential decoder: y[0] = (x[0] + y[-1]) % M.
Definition: diff_encoder_bb.h:31
diff_coding_type
Definition: diff_coding_type.h:18
synchronous 1:1 input to output with history
Definition: sync_block.h:26
#define DIGITAL_API
Definition: gr-digital/include/gnuradio/digital/api.h:18
static sptr make(unsigned int modulus, enum diff_coding_type coding=DIFF_DIFFERENTIAL)
std::shared_ptr< diff_encoder_bb > sptr
Definition: diff_encoder_bb.h:34
GNU Radio logging wrapper.
Definition: basic_block.h:29