How can i generate gaussian noise in Matlab without using imnoise function??
Show older comments
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
on 14 Feb 2015
0 votes
You can use randn(). Look it up in the help.
Categories
Find more on Descriptive Statistics in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!