how to generate complex Gaussian random variable matrix with 0 mean and different values of variance other than unity?

12 views (last 30 days)
how to generate complex Gaussian random variable matrix with 0 mean and different values of variance other than unity?

Answers (1)

Deepak Rathore
Deepak Rathore on 8 Jun 2018
use this
sqrt(var/2)*(randn(1,N)+i*randn(1,N))

Categories

Find more on Random Number Generation in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!