I need to design binary linear n,k- code for a transmission channel fulfilling the following requirements:
Probability of error during transmission for one bit is 0,1, or 10%.
The code must ensure transmission probability of an entire word of 0,999, or 99,9%.
Is there a way to design a code based on these requirements? Currently I'm just guessing which code can fit the requirements and testing it afterwards, which seems inefficient. Thank you