Effacer les filtres
Effacer les filtres

give me a description about the code below

1 vue (au cours des 30 derniers jours)
Ashitha
Ashitha le 31 Juil 2013
function im_o = Add_noise( im, v )
seed = 0; randn( 'state', seed ); noise = randn( size(im) ); % noise = noise/sqrt(mean2(noise.^2)); im_o = double(im) + v*noise; function im_o = Add_noise( im, v )
  1 commentaire
dpb
dpb le 31 Juil 2013
I'd described it as poorly/not formatted.
What, specifically, is the question?

Connectez-vous pour commenter.

Réponses (0)

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by