Matlab - creating Gaussian noise

  • Context: MATLAB 
  • Thread starter Thread starter fizzziks
  • Start date Start date
  • Tags Tags
    Gaussian Matlab Noise
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 16K views
fizzziks
Messages
25
Reaction score
0
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!
 
Physics news on Phys.org
A = randn(n,n)
B = randn(n,n)
C = A + j*B