Info
この質問は閉じられています。 編集または回答するには再度開いてください。
how i can fix noise estimated value everytime if i reopened matlab.
1 回表示 (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (0 件)
この質問は閉じられています。
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!