Bjorn Gustavsson
Arctic University of Norway
自 2016 起处于活动状态
Followers: 0 Following: 0
Bjorn Gustavsson
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)))...
8 years 前 | 0