2D Matrix FEC

The matrix FEC policy combines row- and column FEC.
This gives the advantage of being able to recover more than one lost packet per row AND recover more than one lost packet per column.
In addition, the added latency compared to column FEC is negligible(可以忽略的).
When using the 2D parity matrix scheme with a specific set of parameters the term XOR(L, D) is usually used to describe this in written text.

Matrix FEC packet arrangement
2D Matrix FEC_第1张图片
Matrix FEC packet arrangement

2D Matrix FEC_第2张图片
Matrix FEC
Irrecoverable packet loss
2D Matrix FEC_第3张图片
Irrecoverable packet loss

Matrix transmission order

native packet order
2D Matrix FEC_第4张图片
Matrix transmission order
2D Matrix FEC_第5张图片
Irrecoverable error when using naive packet ordering
Burst loss resilient packet order
2D Matrix FEC_第6张图片
Burst loss resilient packet order

References:

https://www.diva-portal.org/smash/get/diva2:787373/FULLTEXT01.pdf

你可能感兴趣的:(2D Matrix FEC)