Bjorn Gustavsson


Arctic University of Norway

Active since 2016

Followers: 0   Following: 0

Message

Bjorn Gustavsson

Statistics

  • First Answer

View badges

Feeds

View by

Answered
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 ago | 0