optic.comm.fec.readAlist
- readAlist(filename)
Read an ALIST file and reconstruct the binary parity-check matrix H.
- Parameters:
filename (str) – Path to the ALIST file.
- Returns:
H – Reconstructed binary parity-check matrix.
- Return type:
np.array of shape (m, n)