Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
how i can fix noise estimated value everytime if i reopened matlab.
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
I have implemented noise estimation algorithm in matlab,and i have added noise using 'randn' function.now i run this program in matlab and i take value of noise estimated.
now i close the matlab. and reopened it. and open the above program and i view the value of noise estimated, it is little different from previos value. i khow why this done. because randn function adds the different value at every pixel generally everytime and total deviation of noise matrix makes is equal to standard deviation that i have defined in ''sd*randn''.
so how i can fix noise estimated value everytime if i reopened matlab.
0 Kommentare
Antworten (0)
Diese Frage ist geschlossen.
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!