optimization for a flat S21 in ADS
For example, if the magnitude is around 20dB, then the region is around 18-20dB.
if the magnitude is around 10dB, then the region is around 8-10dB.
Thanks.
If you change Type ">" to "Inside", the optimizer will do it.
Thank you. "Inside" helps to define a region. However, it still requires to enter the specific "max" and "min" value. For example, I have to define the "max" to be 20, and the "min" to be "18".
Is there a way that I don't need to define the exact value of the "max" and "min"? I only need to the deviation region of the S21 to be 2dB. Whatever 10dB-12dB or 20dB-22dB.
I never tried that, but maybe you can use a composite goal like
max(db(S21))-min(db(S21))
Example:
max(db(S21[5::11]))-min(db(S21[5::11]))
I think what you are trying to do is to reduce the ripple within a band.
Why not try the ripple function of ADS? See page 370 of http://literature.cdn.keysight.com/l...df/expmeas.pdf
The function ripple works. Thanks.