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.

in ADS, how to make array operation of dependent variables?

Status
Not open for further replies.

triple_core

Member level 3
Joined
Jun 18, 2007
Messages
59
Helped
2
Reputation
4
Reaction score
1
Trophy points
1,288
Activity points
1,699
I have 2 arrays:
e.g. A=[ indep(x) X]
=[0 0.1]
[1 0.2]
[2 0.3]
B=[ indep(Y) Y]
=[0 0.2]
[1 0.4]
[2 0.6]
If I want to have following results,
C= [indep(X*Y) X*Y]
[0 0.02]
[1 0.08]
[2 0.18]
How should I do?

Thanks!
 

Re: in ADS, how to make array operation of dependent variabl

What I really want to do is to multiply the two diagram and make integral for the gain.
The X axial is in fact the same, but the difinition is different in ADS, so I can't just write C=A*B

who can help me....

Thanks!
 

I also want to know . Could anyone help ?
 

Re: in ADS, how to make array operation of dependent variabl

triple_core said:
The X axial is in fact the same, but the difinition is different in ADS, so I can't just write C=A*B
If sweep_size(A)=sweep_size(B), you can do C=A*B directly.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top