21#ifndef INCLUDED_FEC_LDPC_GEN_MTRX_ENCODER_H
22#define INCLUDED_FEC_LDPC_GEN_MTRX_ENCODER_H
boost::shared_ptr< ldpc_G_matrix > sptr
Definition: ldpc_G_matrix.h:58
LDPC generator matrix encoder.
Definition: ldpc_gen_mtrx_encoder.h:49
virtual bool set_frame_size(unsigned int frame_size)=0
Sets the uncoded frame size to frame_size.
virtual double rate()=0
Returns the coding rate of this encoder.
static generic_encoder::sptr make(const code::ldpc_G_matrix::sptr G_obj)
Build an encoding FEC API object.
Definition: generic_encoder.h:35
boost::shared_ptr< generic_encoder > sptr
Definition: generic_encoder.h:49
#define FEC_API
Definition: gr-fec/include/gnuradio/fec/api.h:30
Include this header to use the message passing features.
Definition: basic_block.h:45