Re: LFSR sequence
sylvain wrote:
> Thanks Vladimir , thanks Tom.
>
> It would be at most a 12bit LFSR and I hopped that the resulting
> circuitry, if achivable, would be smaller than a ROM.
>
> Sylvain
Not quite actually. The output of a lfsr is a*(alpha)^j for the jth
secquence, where a is the seed and alpha is the primitive element. So,
you need to divide by 'a' and then take logarithm. Ofcourse if a =
000..1, then division by 1 is trivial and hence only taking log
suffices.
-rajesh
|