Recover source data from received RaptorQ encoding symbols.
Decoding process (RFC 6330 §5.4)
- The receiver knows the ISI of each received symbol.
- A G_ENC row of the constraint matrix is built per ISI via Tuple[K', ISI], and the LDPC+HDPC rows are always present (with D = 0).
- The system A·C = D is formed and solved for C.
- The first K encoding symbols are regenerated from C and concatenated to produce the original source data.
received must contain at least K' symbols (the first K' G_ENC
rows plus the S+H LDPC+HDPC rows give the full L×L system).
Summary
Functions
Decode received symbols to recover original source data.