Community Profile

photo

M Shrinivas Prabhu


Last seen: 2 years ago Active since 2021

Statistics

Content Feed

View by

Question


Can anyone help me on implementing gaussian noise on an ecg signal? If you want i can share my code. The problem is gaussian noise is 0 always.
sig = 1/abs(Fs) for i = 1:L gauss(i) = exp(-(i*i)/(2*sig*sig))/(sig*sqrt(pi*2)); dist(i) = gauss(i)+ x(i); i end sub...

2 years ago | 2 answers | 0

2

answers