Lekshmi B S
Member level 1

i want to get statistical gaussian noise...i read that wgn, awgn and randn generates pseudorandom noises...so will it be better to use this equation which creates gaussian distribution..?
noise=(sqrt(1/(((2*pi)^N)*det(Q))))*(exp((-x'*inv(Q)*x)/2));
where Q is the noise covariance matrix.
noise=(sqrt(1/(((2*pi)^N)*det(Q))))*(exp((-x'*inv(Q)*x)/2));
where Q is the noise covariance matrix.