If i generate the complex gaussian in this method,are the sub-matrix all complex gaussian?

조회 수: 6 (최근 30일)
The main goal is to create 4 complex gaussian matrix ,h1~h4,each gaussian matrix is 4 by 1 matrix,and the direct method is
h1=sqrt(1/2)*(randn(4,1)+1i*randn(4*1));
h2=sqrt(1/2)*(randn(4,1)+1i*randn(4*1));
h3=sqrt(1/2)*(randn(4,1)+1i*randn(4*1));
h4=sqrt(1/2)*(randn(4,1)+1i*randn(4*1));
But if i want to use this method
H=sqrt(1/2)*(randn(4,4)+1i*randn(4*4));
for n=1:4
h{n}=H(1:4,n)
end
We know that h{1},h{2},h{3},and h{4} are all 4 by 1 matrix,but are they all complex gaussian ?If not,is there any way to generate lots of complex gaussain,except the first method i provide?

답변 (0개)

카테고리

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