Purchase Solution

Binary Cyclic Codes

Not what you're looking for?

Ask Custom Question

Determine all binery cyclic codes of length 5.

Note: To find all cyclic codes of length n, find all ideals in B[x]/x^2+1
Note: If 1 is an Ideal (I) then R = I.

Example:
n=2
R=B[x]/x^2+1, x^2=1

R={o,1,x,1+x}

Ideals <0> = 0
<1> = R
x = (0, x, x^2...)
= (1,...
= R
<1+x> = (1+x, 0, x+x^2, 1+x^2)
x+x^2 = x+1
1+x^2 = 1+1 = 0 so,

<1+x> = (1+x, 0)

Therefore:

Ideal Code Words
<0> 00
<1> 00
01
10
11
x = <1>
<1+x> 00
11

Purchase this Solution

Solution Summary

Binary Cyclic Codes are emphasized.

Purchase this Solution


Free BrainMass Quizzes
C++ Operators

This quiz tests a student's knowledge about C++ operators.

Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.

Basic Networking Questions

This quiz consists of some basic networking questions.

Javscript Basics

Quiz on basics of javascript programming language.

Word 2010: Tables

Have you never worked with Tables in Word 2010? Maybe it has been a while since you have used a Table in Word and you need to brush up on your skills. Several keywords and popular options are discussed as you go through this quiz.