how to add noise for digital sequence

Status
Not open for further replies.

anveshyadav

Newbie level 2
Joined
May 22, 2011
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,290
adding gaussian random noise to the digital sequence points with known varience :-? :-? :-? :-? :-? :-?:-?
 

The function "randn" returns gaussian random variables.
If your sequence is "a", this should work.
a = a + sqrt(desiredvariance)*randn(size(a))
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…