A Python implementation of an LDPC (Low-Density Parity-Check) Encoder and Decoder built from scratch using NumPy and Matplotlib, without any external LDPC libraries. The project demonstrates the ...
Should we implement the Viterbi Decoder on the CPU to avoid PCIe latency, or batch multiple candidates on the GPU? What are your favorite open-source FEC libraries (Turbo/LDPC) that we could interface ...