Saturday, January 20, 2018

channelcoding - Generate Minimum distance codes



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

digital communications - Understanding the Matched Filter

I have a question about matched filtering. Does the matched filter maximise the SNR at the moment of decision only? As far as I understand, ...