How can i generate gaussian noise in Matlab without using imnoise function??

1 view (last 30 days)
I want to generate a gaussian noise with certain peak and standard deviation. In imnoise function there is no parameter to give the peak value.

Answers (1)

Image Analyst
Image Analyst on 14 Feb 2015
You can use randn(). Look it up in the help.

Community Treasure Hunt

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

Start Hunting!