Is it possible to achieve 25%+ error correction capability when output cannot be bigger than 175% of input? I was looking for Reed-Solomon code. With 255 output symbols, I can have 145 input symbols. (145 * 1.75 < 255)
That means (110/2)/255 * 100% = 21.5%
Is there any method or other error correction code to achieve 25%+? Thanks