PDA

View Full Version : Matlab - creating Gaussian noise


fizzziks
Sep30-09, 08:27 AM
Does anyone know how to create a matrix of complex Gaussian noise (with unit power = 1 and mean of zero)? I need to define a test sample for my algorithm, but I'm stuck at defining my test bench.

Any help would be appreciated, thanks!

farful
Sep30-09, 03:52 PM
A = randn(n,n)
B = randn(n,n)
C = A + j*B