[Math] Good coding theory books

book-recommendationcoding-theoryreference-request

Next week starts my coding theory course and I am really looking forward to it.

Can anybody suggest to me good coding theory books? I've already taken a cryptography class last semester and I studied it with Handbook of Applied Cryptography by Alfred J. Menezes; I found it very useful. Is there a coding theory book like this with many examples?

Thank you in advance!

Best Answer

Macwilliams and Sloane's The Theory of Error-Correcting Codes is excellent though its about 40 years old at this point, but everyone who is serious about coding theory needs to own this book.

A book I quite like that's more recent is R.M. Roth's Introduction to Coding Theory -- has a bit of a CS flavor to the approach. For engineering (esp. applications), I think Error correction coding by Moon is good.

For LDPC codes and the like, Richardson's Modern coding theory or Mackay's information theory book are good points to start from.

Related Question