Wrapper for the new BCH Codec implementation.
More...
#include <gr_bch.h>
|
| 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) |
|
Wrapper for the new BCH Codec implementation.
◆ NewBchCodec()
gr::dvbs2::NewBchCodec::NewBchCodec |
( |
int | N, |
|
|
int | t ) |
◆ 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: