May 2010
Beginner to intermediate
264 pages
7h 26m
English
Binary field arithmetic is used in coding. The basic rules are very simple. Addition is as follows:

This also corresponds to the exclusive OR or XOR operator in digital logic. Subtraction results are identical to addition; there is no distinction between the two operations.
Multiplication is as follows:

Division is not defined or allowed.
Linearity means that if two input codewords are input to a system, X1 and X2, the output result is the same as if the sum of two codewords X1+X2 were input instead. A more mathematical ...