Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

What are perfect cyclic codes?

Status
Not open for further replies.

David83

Advanced Member level 1
Joined
Jan 21, 2011
Messages
410
Helped
45
Reputation
92
Reaction score
45
Trophy points
1,308
Activity points
3,639
Hi,

What are perfect cyclic codes?

Thanks in advance
 

the codes which generate the longest possible sequence. If we have register N bits the best codes (polynomials) will generate sequence with length 2^N
 
the codes which generate the longest possible sequence. If we have register N bits the best codes (polynomials) will generate sequence with length 2^N

Thank you luben
 

a perfect code is a code where an equal number of received values decode to the same message for all messages (loose translation).
a cyclic code is a code where all cyclic shifts of a codeword are also codewords.

A perfect cyclic code would have both properties. for example, the binary golay code, G23, can be formulated as a perfect cyclic code.

luben may be thinking of LFSR's and maximal length sequences (2^N -1), though somewhat mixes this with a de Bruijen sequence (2^N).
 

a perfect code is a code where an equal number of received values decode to the same message for all messages (loose translation).

What do you mean by this? Can you elaborate more, please?
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top