Given a generator base for a (n,k) linear binary code, it returns the minimum distance, the weight distribution, the generator matrix, a list with the all the codewords and the parity check matrix. In addition, it computes the probability of bit error and the error correction capability of the code. |