Designing a code appropriate for the transmission channel

58 Views Asked by At

I need to design binary linear n,k- code for a transmission channel fulfilling the following requirements:

  1. Probability of error during transmission for one bit is 0,1, or 10%.

  2. 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