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!