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

조회 수: 5 (최근 30일)
how to generate complex Gaussian random variable matrix with 0 mean and different values of variance other than unity?

답변 (1개)

Deepak Rathore
Deepak Rathore 2018년 6월 8일
use this
sqrt(var/2)*(randn(1,N)+i*randn(1,N))

카테고리

Help CenterFile Exchange에서 Creating and Concatenating Matrices에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by