Gnuradio Pseudo Noise sequence

Hi,

In gnuradio, they use Pseudo noise sequence generated from 15 bits LFSR
(sequence in packet_utils.py). Now I’m implementing the whitening in
hardware. I like to know the configuration of that 15 bits LFSR?

PN

On Wed, Nov 23, 2011 at 10:42 PM, Phone Naing MYINT <
[email protected]> wrote:

PN

I believe this is what you are looking for:

http://gnuradio.org/redmine/projects/gnuradio/repository/revisions/master/annotate/gnuradio-core/src/lib/general/gri_lfsr_15_1_0.h

Tom