I am trying to generate a set of linear block codewords of length n and have minimum hamming distance dmin. I understand Hamming codes but they are not flexible with n. One possible way I can think of is brute force search. But when trying to code this in MATLAB I am not sure how to proceed.
Google search helped me find this link where it does exactly what I want. Code Generation Tool
Also I would appreciate any other methods/algorithms which can achieve this in a more efficient way.
No comments:
Post a Comment