How to generate white guassian noise, given standard deviation.

17 views (last 30 days)
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

James Tursa
James Tursa on 22 May 2015
doc randn
See section on Random Numbers from Normal Distribution with Specific Mean and Variance
  5 Comments
Image Analyst
Image Analyst on 23 May 2015
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.
Talha Khan
Talha Khan on 23 May 2015
Edited: Talha Khan on 23 May 2015
Thanks, Image Analyst :) (y) and James Tursa

Sign in to comment.

More Answers (0)

Categories

Find more on Random Number Generation in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!