#include <LDPC1.hpp>
List of all members.
Public Member Functions |
void | init (double chan_code_rate, int msg_length, int seed, bool load_from_file, string filename) |
void | chan_encode (bvec message, bvec &code_word) |
void | chan_decode (vec &soft_input, bvec &message_hat) |
double | chan_code_rate (void) |
int | message_length (void) const |
int | word_length (void) |
int | seed (void) |
Detailed Description
This class is not part of the API.
Definition at line 30 of file LDPC1.hpp.
The documentation for this class was generated from the following files: