random noise matlab.

 Respuesta aceptada

David Young
David Young el 1 de Abr. de 2011

1 voto

There are many choices you might make for the distribution of the noise. For independent additive Gaussian noise you could do this:
noisyImage = originalImage + noiseAmplitude * randn(size(originalImage));

1 comentario

Faris
Faris el 3 de Abr. de 2011
ok. i'm doing like this:
Mr=Lr+0.5*randn(size()); %Lr is 64x64 image
is it correct?

Iniciar sesión para comentar.

Más respuestas (0)

Etiquetas

Preguntada:

el 1 de Abr. de 2011

Community Treasure Hunt

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

Start Hunting!

Translated by