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.

Independent complex zero mean Gaussian variables?

Status
Not open for further replies.

honhungoc

Member level 1
Joined
Dec 29, 2006
Messages
38
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,288
Activity points
1,543
Hi
Can anyone here give me more explanation abt independent complex zero mean Gaussian variables?

Regard,
 

Hi
It is looklike another IID random variables.
All samples and real part and imag part are independent.
If Z is complex zero mean guassian random variable with variance sigma2,
Z = sqrt(sigma2/2)*randn(1,1) + j*sqrt(sigma2/2)*randn(1,1)
 

I want to ask abt the meaning of that matter
Its regarded to noise
 

It just means the noise is complex. Both real and imaginary parts are zero mean Gaussian distributed. And they are mutually independent as well.
 

Hi ,

I kow what u mean for CZMCSG R.V.

Use this in matlab to generate this.

rand(0,1/sqrt(2),NR,NT).

But as u must need complec channel stuff for MIMO, so use this with it.

complex(rand(0,1/sqrt(2),NR,NT),rand(0,1/sqrt(2),NR,NT))

This will generate a complex ZMCSG (zero mean circulalry symmetric Gaussian) Random variable.

I guess will help you.

Press helped me !!!!

Arif Khan
 

    honhungoc

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top