Bjorn Gustavsson
Arctic University of Norway
2016년부터 활동
Followers: 0 Following: 0
Feeds
답변 있음
How can i add 20% additive guassian noise to each and every element of vector
If I get you right this should do it: function A_p_noise = addgaussiannoise(A,N2S) A_p_noise = A.*(1+N2S*randn(size(A)))...
How can i add 20% additive guassian noise to each and every element of vector
If I get you right this should do it: function A_p_noise = addgaussiannoise(A,N2S) A_p_noise = A.*(1+N2S*randn(size(A)))...
9년 초과 전 | 0
