OFDM icon indicating copy to clipboard operation
OFDM copied to clipboard

add FEC

Open devang opened this issue 8 years ago • 2 comments

Viterbi

devang avatar Nov 19 '17 02:11 devang

We can use: https://github.com/gnuradio/gnuradio/pull/660

devang avatar Nov 19 '17 02:11 devang

@devang agree, that we have to think about FEC. Viterbi is not the best FEC for OFDM. Because OFDM has a block nature -- block code seems like a better choice. I am big fan of LDPC. Soft-bit LDPC decoder on 60+ bit block size has BER/SNR properties very close to Shannon limit. Also if we aim to make OFDM symbol size configurable, we can generate reasonable LDPC code matching OFDM symbol size. I have another repo for LDPC project ;) https://github.com/drom/LDPC

drom avatar Nov 19 '17 05:11 drom