MATLAB: How to generate additive white guassian noise

noise

I have a sine wave,I want to generate additive white guassian noise with zero mean and unit variance and want to add,kindly help,which command to use and i want to plot these two signals

Best Answer

See randn() and plot().