How to generate white guassian noise, given standard deviation.

Hi all, With due respect, I wanna ask that if i am given standard deviation only, what i should do to generate white Gaussian noise. And I want to add this noise in a 1D data. Thanks in anticipation :) take care

 Accepted Answer

doc randn
See section on Random Numbers from Normal Distribution with Specific Mean and Variance

5 Comments

Thanks a lot. It is really helpful :)
the noise generated by randn is white Gaussian noise??
E.g., you can read this link for a description of Gaussian white noise and normally distributed data
Talha, yes it is. Each sample you get from randn() is an independent sample - there is no correlation between adjacent samples in time or space so it's white.
Thanks, Image Analyst :) (y) and James Tursa

Sign in to comment.

More Answers (0)

Categories

Tags

Asked:

on 22 May 2015

Edited:

on 23 May 2015

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!