Search All of the Math Forum:
Views expressed in these public forums are not endorsed by
Drexel University or The Math Forum.
|
|
sudesh
Posts:
15
Registered:
11/2/11
|
|
pseudo random image with values -1 and 1 , zero mean and Gaussian distribution
Posted:
May 5, 2012 5:38 AM
|
|
My requirement is - to use a pseudo-noise generator to generate a pseudo random image with values -1 and 1 , zero mean and Gaussian distribution. help!!!
I am trying to use imnoise
noiseI=imnoise(I,'gaussian',0,0.01); but could not able to find the way the value would be -1 and 1 only.
|
|
|
|