ADS simulation equation fuction

Status
Not open for further replies.

John_li

Full Member level 5
Joined
Aug 6, 2005
Messages
272
Helped
9
Reputation
18
Reaction score
1
Trophy points
1,298
Activity points
2,945
hi all,
I want to get the result of the C_Varactor value of VCO,so i used two equation to get it in the display windows:
1.C_Varactor =-1/(2*pi*freq[0,0]*imag(Z11[0]))
2.C_Varactor =-1/(2*pi*freq*imag(Z(1,1)))
But i get the different result.Why?what are the difference between freq[0,0] and freq, Z11[0] and Z(1,1)?
[/quote]
 

@DS simulation equation fuction

freq and Z11 are arrays. And Z11=Z(1,1). Z11[0] means Z11[frequnecy_index=0]

So the first equation will give C_Varactor values at frequency index 0, which is, the start frequency of the your simulation. The second equation will return an arrary of C_Varactor, while freq is one of the independent variables.
 
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…