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

Wrapper for gr-dvbs2rx's original BCH Decoder. More...

#include <gr_bch.h>

Public Member Functions

 GrBchDecoder (int k, int n, int t)
 
void decode (const std::vector< int > &in_bits, std::vector< int > &dec_bits)
 

Detailed Description

Wrapper for gr-dvbs2rx's original BCH Decoder.

Constructor & Destructor Documentation

◆ GrBchDecoder()

gr::dvbs2::GrBchDecoder::GrBchDecoder ( int k,
int n,
int t )

Member Function Documentation

◆ decode()

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

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