error-correction
Error Correction Advice?
I have an application that ideally would allow 25% of errors to be corrected with an original message that would be 12 to 16 bytes (8-bit bytes) long.The constraints are the message cannot be retransm[详细]
2022-12-21 14:15 分类:问答Introducing errors in client-server transmission
I\'m in a Math class about coding theory and we have to do a project for our term mark. My project is a client with an echo server, which shows what errors were introduced in the trip from the client[详细]
2022-12-16 18:38 分类:问答error detection/correction/recovery in serial protocols
I have some designing to do for a serial protocol and am running into some questions that I figure must have been considered elsewhere.[详细]
2022-12-13 12:27 分类:问答error correcting codes aimed at slow CPUs transmitting to fast CPUs
I\'m looking for a forward error-correcting code that is relatively easy/fast to encode on a microcontroller; decode will be done on a PC so it can be more complicated.[详细]
2022-12-13 12:24 分类:问答error correction code upper bound
If I want to send a d-bit packet and add another r bits for 开发者_Python百科error correction code (d>r)[详细]
2022-12-10 17:15 分类:问答Reed-Solomon Decoding
I\'ve got a sequence of 28 bytes, which are supposedly encoded with a Reed-Solomon (28, 24, 5) code. The RS code uses 8-bit symbols and operates in GF(28). The field generator polynomial is 开发者_如何[详细]
2022-12-10 00:31 分类:问答