API Documentation

code

Functions

make_ldpc(n_code, d_v, d_c[, systematic, …])

Create an LDPC coding and decoding matrices H and G.

encode(tG, v, snr[, seed])

Encode a binary message and adds Gaussian noise.

decode(H, y, snr[, maxiter])

Decode a Gaussian noise corrupted n bits message using BP algorithm.