求助:ADS 变量表达式问题!
时间:10-02
整理:3721RD
点击:
对于一个输出量Vout,它10KHz处的值怎么表示?
Vout(10KHz)?
Vout(10KHz)?
首先利用what()函数察看这个变量的因变量是什么.
其次,利用Vout[::,n,::],其中n为10KHz的矢量组10KHz处的index.
use a function what(Vout) in data display. It will show the dependency, how many points, type etc.
for your data use the expression freq[1000] then it should show 10kHz.
if not then adjust to freq[1001 or 999] then it will definitely show as 10KHz.
Put this the number in Vout[999 or 1000 or 1001] to get the required 10KHz response.
