SomeRandomGuy
- 55
- 0
Construct a [4, 7^2, 3] code. I know it exists because 7 is prime, so there are 6 MOLS. However, I am not quite sure how to go about constructing this code.
The discussion revolves around the construction of a [4, 7^2, 3] code using mutually orthogonal Latin squares (MOLS). Participants explore the implications of the notation, the requirements for constructing the code, and the relationship between MOLS and the code's parameters.
Participants express differing levels of understanding regarding the construction of the code and the implications of the notation. There is no consensus on the best approach to constructing the code, and some uncertainty remains about the requirements and definitions involved.
There are unresolved assumptions regarding the definitions of MOLS and the parameters of the code, as well as the implications of the minimum distance on the construction process.
shmoe said:MOLS=mutually orthogonal latin squares
I'm not positive what the (4,7^2,3) notation refers to, I'm guessing a 3-error correcting code with 7^2 codewords of length 4 (7 symbols each position?).
The construction I have in mind would make codewords of length 8 though. This is a pretty standard construction, and assuming it's what you're trying to do: are you having problems producing the MOLS or coming up with the code given a set of 6 MOLS? (or both?)
SomeRandomGuy said:Yes, MOLS is mutually orthogonal latin squares. the notation (4, 7^2, 3) referes to an [n, M, d] code where n is the length of each vector in the code, M is the number of vectors, and d is the minimum distance between them.
Anyway, I figured it our, so it's all good. Thanks for the responses.