Lekshmi B S
Member level 1
- Joined
- Apr 22, 2013
- Messages
- 34
- Helped
- 2
- Reputation
- 4
- Reaction score
- 2
- Trophy points
- 1,288
- Location
- India
- Activity points
- 1,514
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.