I want an LDPC code for generating the LDPC parity-check matrix with the following inputs:
n= Total number of bits
m= number of parity bits
k=number of information bits.
The code should generate the Galleger matrix and the parity check matrix H with these inputs. Please suggest some sources.