GNU Radio's DVBS2RX Package
gr::dvbs2::NewBchCodec Class Reference

Wrapper for the new BCH Codec implementation. More...

#include <gr_bch.h>

Public Member Functions

 NewBchCodec (int N, int t)
 
void encode (const std::vector< int > &ref_bits, std::vector< int > &enc_bits)
 
void decode (const std::vector< int > &in_bits, std::vector< int > &dec_bits)
 

Detailed Description

Wrapper for the new BCH Codec implementation.

Constructor & Destructor Documentation

◆ NewBchCodec()

gr::dvbs2::NewBchCodec::NewBchCodec ( int N,
int t )

Member Function Documentation

◆ decode()

void gr::dvbs2::NewBchCodec::decode ( const std::vector< int > & in_bits,
std::vector< int > & dec_bits )

◆ encode()

void gr::dvbs2::NewBchCodec::encode ( const std::vector< int > & ref_bits,
std::vector< int > & enc_bits )

The documentation for this class was generated from the following file: