If we have the following message bits
11010001010001001010
we split this meassage into blocks of 5 bits, then we use two dimensional matrix for error correction to give the sent frame
But what if we have a message with odd bits , for example :
1010010
To how many blocks we can split it? Is there any method to specify the number of bits per block ?