DSPRelated.com

LFSR flat frequency

Started by thomas_lpc in Matlab DSP19 years ago 4 replies

Hello, LFSR (linear feedback shift register) generate flat spectrum and I prosssed the output of LFSR for DFT to see...

Hello, LFSR (linear feedback shift register) generate flat spectrum and I prosssed the output of LFSR for DFT to see flat spectrum and it does generate. Somebody suggests mathamatical model to prove LFSR generate flat spectrum. I would ap


Digital Filter Test with LFSR

Started by Thomas Patrick in Matlab DSP19 years ago 2 replies

Hi guys, It is a known fact that LFSR generate flat spectrum, I choosed LFSR to test my 3rd order polyphase comb decimation...

Hi guys, It is a known fact that LFSR generate flat spectrum, I choosed LFSR to test my 3rd order polyphase comb decimation filter with decimation factor of 256. I am wondering what would be the lenght of LFSR ? it should be 4 bit or 8 bit or 10 bit ?? All generate flat spectrum. What c


LFSR implementation in Matlab simulink

Started by htun...@gmail.com in Matlab DSP17 years ago

Hi, How to implement the LFSR of 18bit sequence long with 7bit output in Matlabe simulink? I have rough idea of using pn sequence generator and...

Hi, How to implement the LFSR of 18bit sequence long with 7bit output in Matlabe simulink? I have rough idea of using pn sequence generator and have already read the help. The purpose of using this is to lower the spur level before phase bits truncation. Please guide me how to use pn sequence generator.