You are on page 1of 1

13-2.

Compute the check character for the following Code 39 message: *BIG
FOOT*.
13-5. Determine the number of bits in error for a BER of 10 -6 and a message
that is 23 million bits long.
BER = error bits / total bits = 10^-6
=> error bits/(23*10^6) = 10^-6
error bits = 23

13-7. Determine the single-precision checksum for the following five-character


ASCII message: HOUSE.
13-12. Determine the LRC and VRC for the following message (use even parity
for LRC and odd parity for VRC): A S C I I sp C O D E
13-13. Determine the BCC for the following data- and CRC-generating
polynomials:
G(x) = x 7 + x 4 +x 2 + x 0 = 10010101
P(x) = x 5 + x 4 + x 1 + x 0 = 110011
13-19. Determine the Hamming bits for the ASCII character C (use odd parity
and two stop bits). Insert the Hamming bits into every other location starting
at the right.
ASCII C: 100 0011
starting bit : 0
ending bits : 11
parity bit :1
trasmitted signal:
11 1 100 0011 0
=
11110000110

You might also like