Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

What is the concept of per dimension in modelling MIMO as complex Gaussian variable?

Status
Not open for further replies.

amir_rastegar2003

Advanced Member level 4
Joined
Aug 21, 2006
Messages
103
Helped
27
Reputation
54
Reaction score
13
Trophy points
1,298
Location
Iran(my love)
Activity points
1,830
hi friends.

as you khow, we model MIMO channel as complex Gaussian random variable with variance 0.5 per dimension.

what is the concept of per dimention and how we can do it in MATLAB?

thanks a lot.
 

need help about MIMO

Hi
It means that random variables are complex with variance 1, so real part and imag part have variance 0.5.
Z = X + j Y
Var(Z) = 1;
Var(X) = Var(Y) = 0.5
it is easy in MATLAB, try this:
z = sqrt(0.5).*randn + j.*sqrt(0.5).*randn
 
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top