How can a $[8,4,4]_7$ linear code construct, a $[16,5,8]_2$ code?

61 Views Asked by At

I'm given a code $[8,4,4]_7$ linear code how can I construct a $[16,5,8]_2$ code.

I am thinking $(u,u)$ construction and take a sub-code of it but that would give me a $d$ of 4 and not 8

1

There are 1 best solutions below

0
On

Using $(u,u+v)$ construction will work, where $u=[8,4,4]_2, v=[8,1,8]_2$(a trivial code). In fact, $[16,5,8]_2$ is a Reed-Muller code $RM(1,4)$.