View Single Post
  #7 (permalink)  
Old 07-05-2009, 04:31 PM
Nicholas Kinar
Guest
 
Posts: n/a
Default Re: Generating Maximum Length Sequence using Galois LFSR

Thanks, Steve!


> Here is the simplest one for m=12:
>
> 0x05eb
>
> It is probably bit reversed from the OP's set-up,
> The leadign coefficient of one is deleted from
> this constant.
>


Yes, it appears that the Galois shift register requires bit reversed
versions.


> (Unlike the OP, I always put the LS term of the polynomial
> in the lsb of a binary word, but after looking at OP's
> code it seems more compact to do it his way.)
>
> Steve


Yeah, it's kind of an interesting way of doing things.
Reply With Quote