then which type of above noise is?

if i generate noise using
n=0+(std)*randn(size)
then which type of above noise is? gaussian,salt & pepper ,speckle or it is other

Answers (1)

Walter Roberson
Walter Roberson on 13 Mar 2013
gaussian.

3 Comments

vipul utsav
vipul utsav on 13 Mar 2013
Edited: vipul utsav on 13 Mar 2013
then,if i generate noise n=0+sqrt(100)*randn(size(I)) with '100' variance
and i added noise into image I and generate noisy image.
now i generate noisy image using imnoise(I,'gausssian',0,0.01) with '0.01' variance.
then i compare both noisy image, then i show that noisy image with '0.01' variance look more noisy compared to noisy image with '100' variance.
why this happened(because both noise is type of gaussian)?
Check class() of the two results.
both are double.

Sign in to comment.

Tags

Asked:

on 13 Mar 2013

Community Treasure Hunt

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

Start Hunting!