Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.
If you require an implementable noise generator to test in actual hw, you can generate pseudorandom sequences by using linear feedback shift registers (LFSRs), so check that out.
What distribution would you like your noise to have? are you using it as a channel noise emulator to simulate your communication list as additive Gaussian noise? In that case, simple LFSR would not work for you.
In order to generate Gaussian pn noise (white), you can use BOX-MULLER approach. It generates a pseudo-random Gaussian distributed noise from two uniformly distributed random sequence (which you can get from 2 LFSRs).
Xilinx has an IP for it if you are interested and there are some implementation reports on IEEE.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.