Exercise

Consider the shift register with

R = Z/2Z     and     s = 1 + X + X3.

If the initial states are (g0,g1,g2,g3) = (0,0,1,1), then what is the polynomial g = g0 + g1X + g2X2 + ··· + g9X9?

X2 + X3 + X4 + X8 + X9

1 + X + X4 + X5 + X8 + X9

X2 + X3 + X4 + X5 + X8 + X9