CRC Encoding Efficiency Explained | Generated by AI

Home 2026.02

Question: In cyclic redundancy check (CRC), if the codeword has k information bits and r redundancy bits are added during encoding, what is the encoding efficiency?

Answer:

The correct answer is D. k/(k+r).

Explanation:

Encoding efficiency (also called code rate or information rate) measures how much of the total transmitted bits actually carry useful information.

Therefore, the encoding efficiency is defined as:

Efficiency = (number of information bits) / (total number of bits in the codeword) = k / (k + r)

This matches option D.

Quick memory tip (as provided):
“信息位k,总长k+r,效率k/(k+r)”

Why the other options are incorrect:

So the correct choice is indeed D.

References:


Back Donate