 |
GNU Radio Manual and C++ API Reference
3.8.2.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
24 #ifndef INCLUDED_FEC_POLAR_DECODER_SC_SYSTEMATIC_H
25 #define INCLUDED_FEC_POLAR_DECODER_SC_SYSTEMATIC_H
61 make(
int block_size,
int num_info_bits, std::vector<int> frozen_bit_positions);
71 std::vector<int> frozen_bit_positions);
73 unsigned char* d_u_hat_vec;
74 unsigned char* d_frame_vec;
75 unsigned char retrieve_bit_from_llr(
float llr,
const int pos);
76 void sc_decode(
float* llrs,
unsigned char* u);
77 void extract_info_bits_reversed(
unsigned char* outbuf,
const unsigned char* inbuf);
~polar_decoder_sc_systematic()
Class holds common methods and attributes for different decoder implementations.
Definition: polar_decoder_common.h:40
#define FEC_API
Definition: gr-fec/include/gnuradio/fec/api.h:30
static generic_decoder::sptr make(int block_size, int num_info_bits, std::vector< int > frozen_bit_positions)
Standard systematic successive cancellation (SC) decoder for POLAR codes.
Definition: polar_decoder_sc_systematic.h:48
void generic_work(void *in_buffer, void *out_buffer)
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43
boost::shared_ptr< generic_decoder > sptr
Definition: generic_decoder.h:75