I've been learning error correction mechanisms for very noisy AWGN channels. I've read about Hybrid ARQ systems that use FEC coding in conjunction with ARQ systems which sounds like a good starting point for these type of channels.
I was thinking of a setup that follows the next example:
First transmission of Packet #1 - RS(38,8) Received a NAK Second transmission of Packet #1 - additional FEC bytes such that at the receiver it gets RS(46,16) Received ACK
My question is, is it possible to pre-process the packet with 16 FEC bytes and only decode the message with 8 of the FEC bytes at the receiver?
This way it would be great as the second transmission only sends the next 8 parity bytes, reducing the overhead significantly.