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!