Computing a parity check matrix given the minimum code distance

328 Views Asked by At

As per the title, I would like to know if it is possible to construct a parity check matrix given the length of the code, dimension and the minimum distance of the code. For example, if I would like to construct a parity matrix for this code C[22, 13, 5], how do I go about doing this?