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.

Variance and complex numbers

Status
Not open for further replies.

Wild Life

Member level 1
Member level 1
Joined
May 4, 2011
Messages
34
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
1,565
Hello everybody, I made a project for a VHDL variance calulator:

E(x^2) -(E(x))^2

thats ok for real numbers, but if I have a complex number, what have I to do?

I can easily have two Variances, one for Real part and one for Imaginary part:

E(Re(C)^2) -(E(Re(C)))^2
E(Im(C)^2) -(E(Im(C)))^2

Is it the correct way? or should I have only one result for one complex number? And how to calculate it?
 

The variance of a complex number "x" is defined as:

var = E{|x - E{x}|^2}

if x = a + j*b then E{x} = E{a} + j*E{b}
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top