Jump to content

Recommended Posts

Posted

Consider a message D, presented by the following polynomial

x19 +x17 + x16 +x13 +x12 + x11 + x9 + x5 + x2 + 1

Calculate the CRC code R for that message using a “generator-polynomial”

x7 + x5 + x4 + x3 + x2 + 1.

Represent in binary code the message to be sent (D and R).

Generate 3-bit burst error and show the checking procedure (10 points)

 

************************************************** *****************

D = 10110011101000100101

G = 10111101

 

Divide using XOR

 

Added 7 0's to D

 

101100111010001001010000000/10111101

 

Transmitted message = 10001100101010110101

R= 111001

 

Now I need to generate a 3-bit burst error and I assume that could be anywhere. How do I show the check procedure?

 

Any suggestions?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.