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.

[SOLVED] Convolutional codes (error correction)

Status
Not open for further replies.

manhattene

Newbie level 3
Joined
Jul 10, 2013
Messages
3
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
21
Hi everyone,

I'm thinking about implementing an error-correcting convolutional code.
My question is related to the error correcting capability of these codes. For example how many errors are corrected when using a rate R=1/2 and a constraint length K=3 ? Is there a formula to calculate this number?
If a convolutional code is said to correct 2 errors what does it mean exactly ? Does it mean a maximum number of 2 errors every x bits ? If so, how is x calculated?

Many thanks.
 

Hi everyone,

I'm thinking about implementing an error-correcting convolutional code.
My question is related to the error correcting capability of these codes. For example how many errors are corrected when using a rate R=1/2 and a constraint length K=3 ? Is there a formula to calculate this number?
If a convolutional code is said to correct 2 errors what does it mean exactly ? Does it mean a maximum number of 2 errors every x bits ? If so, how is x calculated?

Many thanks.

A convolutional code is described by three integers, n, k, and K, where the ratio k/n has the same code significance that it has for block codes. The integer parameter K is a parameter known as the constraint length; it represents the number of k-tuple stages in the encoding shift register.
With regard to the expression t=(d-1)/2 (where d is the free distance, t - error correcting capability in bits) we can say that the code can, with maximum likelihood decoding, correct t errors within a few constraint lengths, where "few" here means 3 to 5. The exact length depends on how the errors are distributed.
 
...If a convolutional code is said to correct 2 errors what does it mean exactly ?...

The amount of detectable bit errors is related to minimum distance d parameter.
For instance, d=2 means that 2 bits can be corrected.

350px-Hamming%287%2C4%29.svg.png



+++
 

Thank you very much for the detailed answer lomaxe :)

correct t errors within a few constraint lengths, where "few" here means 3 to 5. The exact length depends on how the errors are distributed.

I searched for this information but I could not find it. All the papers online are talking about encoding and decoding convolutional codes but not about their error correcting capabilities!
It would be really nice if you can give me the source where I can find it !
 

You can find it in the book "Digital Communications" by Bernard Sklar. It's a very good book.
 
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top