Two Messages M(x), 10bit length
Generator G(x) = X^5 + X^4 + x + 1
Generated Messages: T1(x) , T2(x)
Noise: For 1st message E1(x) =100000010000001
Noise: For 2nd message E2(x) =100000001110011
Can we detect the errors for both of messages?
Basically I don't know how to approach this because I don't even know the original messages M(x). If I knew at least the final the messages T1 and T2 , I would divide them with G(x) and if it was 0 then everything is alright, else there is a problem. Now, here what am I supposed to do? Is there some part of my theory that I am missing?
Btw, it is not an assignment/schoolwork or something... I just found this question on the internet and it is bugging A LOT me to be honest.
Thanks in advance!
~Stv
You don't need to know the messages to verify if the errors can be detected. You know that T1(x) and T2(x) are divisible by G(x) with reminder zero (because they were constructed to be like that!).
The errors can't be detected if E1(x) divided by G(x) gives reminder zero! Same for E2(x)!
Note: sorry for the formatting! I'm mobile...