Hi,
My first post here J I am trying to build a PN generator with 5 bit shift register. I am using the following:
Primitive polynomial x^5+x^3+X+1 , [1,3,5] . keeping the following in mind;
(Input signal) XOR (PN sequence) = output signal
(Output signal) XOR (Pn sequence) = Input signal
Problem: I am not being able to generate the same input signal.
I am thinking that it has something to do with synchronizing (time delay) the input signal with the pn sequence but not being able to relate them together.
Any help would be highly appreciated. Thanks