|
Post Closed as "off topic" by Simon Thomas, Mark Sapir, David Roberts, Felipe Voloch, Andres Caicedo
|
||||
|
|
||||
|
3 | deleted 32 characters in body | ||
|
I have an exercise want to write a linear code above the binary alphabet (a linear transformation {0,1}^n --> {0,1}^m where m is polynomial in n) using Reed Solomon code, and the restriction is that the Hamming distance divided by the length of the coded word will be at list 0.4 . The trick in this exercise thing is that Reed Solomon is a non-binary code, but it operate . It operates above an alphabet of a large field. The first thing you might think to do to overcome the problem is to choose some large power of a prime q>=m to be the size of the field F(q) and convert every log(q) bits into a letter in F(q) , then code the word using RS and then convert the coded word back into binary. The problem with this solution is that the Hamming distance divided by the length of the word before converting to binary was (m-n+1)/m, but after converting into binary is (m-n+1)/(m*log(q)) because the number of different bits (in the worse case) stays m-n+1 but every letter in F(q) is now represented by log(q) bits so the length of the word is m*log(q) . (m-n+1)/(m*log(q)) goes to 0 when m,q go to infinity. And so, the restriction that the hamming distance divided by the length will be at list 0.4 doesn't hold. Any suggestions to a solution? |
||||
|
2 | added 313 characters in body | ||
|
I have an exercise to write a linear code above the binary alephabeta alphabet (that is, a linear transformation {0,1}^n --> {0,1}^m with where m is polynomial in n) using reed solomon Reed Solomon code, and the restriction is that the Hamming distance divided by the length of the coded word will be at list 0.4 . The trick in this exercise is that the Reed Solomon work is a non-binary code, but it operate above an Alefbeta alphabet of a larg large field, that is, it is not a binary code. The first thing you might think to do to overcome the problem is to choose some large power of a prime q>=m that field to be the size of the field F(q) and convert every log(q) bits into a letter in F(q) , then code the word using RS and then convert the coded word back into binary. The problem with this solotion solution is that while the humming Hamming distance divided by the length of the word before converting to binary was (m-n+1)/m, but after converting into binary is (m-n+1)/(m*log(q)) which because the number of different bits (in the worse case) stays m-n+1 but every letter in F(q) is now represented by log(q) bits so the length of the word is m*log(q) . (m-n+1)/(m*log(q)) goes to 0 when m,q go to infinity. One of And so, the restriction in the exercise is that the hamming distance divided by the length will be at list 0.4 for every natural ndoesn't hold. Any suggestions to a solution? |
||||
|
1 |
|
||

