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.

Help me understand a pair of sequences

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
Pls help

I hv a query, pls expain it for me

We hv two sequence A and B

A=[x1, -x2*]
B=[x2, x1*]

Could you please tell me why the inner product of 2 sequences A and B is zero?

A.B= x1x2* - x2*x1 = 0?

Thank u
 

Re: Pls help

when We have two sequence A and B

A=[x1, -x2*]
B=[x2, x1*]

A.B /= x1x2* - x2*x1 = 0? !!!!!!!!!!!!!
A.B = x1.x2 - x2*x1*

so, if x1 and x2 are real then A.B = 0
 

Re: Pls help

A and B contain elements which r complex conjgates of one another when dier scaler product is taken da result is zeron dats da condition for orthogonality of 2 complex thingie whether dey r vectors, signals or smthign else!!
 

Pls help

hinhungoc

I don't think your equation A.B= x1x2* - x2*x1 reflects your problem:
A=[x1, -x2*]
B=[x2, x1*]

Wouldn't it be A.B= x1x2 - x2*x1*??

If not, do you have a mistake with your vectors A or B?

Added after 7 minutes:

honhungoc (sorry about the misspelling)

If your vectors are (rather):
A=[x1,-x2*] and
B=[x2*,x1], then the dot becomes x1x2* - x2*x1 as you indicated in your post.

If so, this does have to be zero, because multiplication of complex numbers is commutative.
(i.e. x1x2* = x2*x1, so x1x2* - x2*x1 = x1x2* - x1x2* = 0)
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top