Block Error Rate
Understanding Block Error Rate
In coded systems, raw bit errors are corrected by FEC decoders (LDPC, Turbo, Convolutional). After decoding, a CRC check determines if the block is error-free. Block Error Rate measures the decoder's residual failure rate. As SNR decreases below the coding threshold, Block Error Rate transitions rapidly from near-zero to near-unity (the "waterfall" curve).
Block Error Rate is more meaningful than BER for packet-based systems because an errored packet is typically discarded and retransmitted (ARQ/HARQ), making per-block failure the relevant metric for throughput and latency analysis.
Relationship to BER (approximation):
BLER ≈ 1 − (1 − BER)L
L = block length in bits
For small BER: BLER ≈ L × BER
Block Error Rate Targets by Standard
| Standard | Block Size | Target | After ARQ |
|---|---|---|---|
| LTE eMBB | Up to 75 kbit | 10% | <0.1% |
| 5G URLLC | Up to 3.8 kbit | 10−5 | 10−6 |
| DVB-S2 | 64,800 bit | 10−7 | N/A |
| Wi-Fi 6 | Variable | <10% | <1% |
Frequently Asked Questions
Block Error Rate vs BER?
BER: individual bits. Block Error Rate: entire blocks pass/fail after FEC. One bit wrong = one block error. More relevant for packet systems.
Block size?
LTE: up to 75 kbit. 5G: up to 3.8 kbit per code block. DVB-S2: 64,800 bit. Larger blocks = more gain but more latency.
Typical targets?
LTE: 10% initial. DVB-S2: 10−7 QEF. URLLC: 10−5. Depends on retransmission availability.