Forum Discussion
Altera_Forum
Honored Contributor
16 years agoWhite Noise Spectrum
I have use a simple LFSR to generare random number to generate white noise. Set of random number are pass through to FFT(power in db vs freq). However, the freq response is increasing at low freq. Th...
Altera_Forum
Honored Contributor
16 years agoO.K. I took as granted, that you are using a maximum length LFSR. Apparently it's not the case. Read about primitive polynomials that
generate maximum length sequences, e.g. in:http://en.wikipedia.org/wiki/lfsr Altera has a LFSR generator in the DDR2 IP test design, you'll also find various HDL code eamples on the internet.