ADS : access to data with variable

Status
Not open for further replies.

Tucco

Junior Member level 1
Joined
Jan 13, 2009
Messages
18
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,283
Visit site
Activity points
1,419
Hi,
I tried to make this:
-Sweep a x variable 1 to 100
-performs S parameter simulation (20 freqs)

and I wish
Diff (x) =dB(S21)(x) -dB(S21)(x-1)

Is it possible in ADS ?

Because X and S21 are [100,20] arrays , I tried to write this measurement equation in my schmatic : Diff=dB(S21)-dB(S21)[indep(X,2),::] and many other manners....

but it doesn't work !

HELP ME PLEASE !!!!!!!!!!!
 

If you write those equations directly, it will not work."Diff" function is reserved by ADS and it calculates the simple numerical first derivative.
Instead, you should use-for instance-"Differential_sparameters".
 

OK,
I write "Diff" to simply the post, my real variable is "my_diff_S21"...

Another idea ?
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…