Group code

From HandWiki

In coding theory, group codes are a type of code. Group codes consist of [math]\displaystyle{ n }[/math] linear block codes which are subgroups of [math]\displaystyle{ G^n }[/math], where [math]\displaystyle{ G }[/math] is a finite Abelian group.

A systematic group code [math]\displaystyle{ C }[/math] is a code over [math]\displaystyle{ G^n }[/math] of order [math]\displaystyle{ \left| G \right|^k }[/math] defined by [math]\displaystyle{ n-k }[/math] homomorphisms which determine the parity check bits. The remaining [math]\displaystyle{ k }[/math] bits are the information bits themselves.

Construction

Group codes can be constructed by special generator matrices which resemble generator matrices of linear block codes except that the elements of those matrices are endomorphisms of the group instead of symbols from the code's alphabet. For example, considering the generator matrix

[math]\displaystyle{ G = \begin{pmatrix} \begin{pmatrix} 0 0 \\ 1 1 \end{pmatrix} \begin{pmatrix} 0 1 \\ 0 1 \end{pmatrix} \begin{pmatrix} 1 1 \\ 0 1 \end{pmatrix} \\ \begin{pmatrix} 0 0 \\ 1 1 \end{pmatrix} \begin{pmatrix} 11 \\ 1 1 \end{pmatrix} \begin{pmatrix} 0 0 \\ 0 0 \end{pmatrix} \end{pmatrix} }[/math]

the elements of this matrix are [math]\displaystyle{ 2\times 2 }[/math] matrices which are endomorphisms. In this scenario, each codeword can be represented as [math]\displaystyle{ g_1^{m_1} g_2^{m_2} ... g_r^{m_r} }[/math] where [math]\displaystyle{ g_1,... g_r }[/math] are the generators of [math]\displaystyle{ G }[/math].

See also

References

Further reading