Forum Discussion
Altera_Forum
Honored Contributor
11 years ago --- Quote Start --- i have problems: How to creat noise gaussian or normal noise in vhdl ??? and how to simulate sine wave and sin wave+ noise in modelsim altera --- Quote End --- shift register based prbs can generate pseudo random noise. LUTs also can be used to store whatever type of noise you get from tools like matlab e.g. gaussian. You add noise signal to your signal sample by sample. sine wave can be generated from luts by hand or nco compiler.