• 易迪拓培训,专注于微波、射频、天线设计工程师的培养
首页 > ADS > ADS FAQ > ADS - about function- dbpolar()

ADS - about function- dbpolar()

录入:edatop.com    点击:
Hi ,I met a strange problem. Why the dbpolar() is not valid in my design ?All other function are OK~As pho below~
Is there any one met the same problem ?

BTW,how to display this point, 0.23/14 (dB/ang) ,on the smith chart ?

thanks very much~~

help~~~~~

Sorry, no idea

"dbpolar()" is not available as "Measurement Expressions", although it is available as "Simulator Expressions".

See the followings.
http://edocs.soco.agilent.com/displa...nt+Expressions
http://edocs.soco.agilent.com/displa...or+Expressions

Use "A1=10**(0.2872/20.0)*exp(j*14*pi/180.0)" instead of "A1=dbpolar(0.2872, 14)".

Or use "A1=polar(10**(0.2872/20.0), 14)"

Of course you can define your "dbpolar()" function which is available as Measurement Expressions.

Save following as "SHOME/hpeesof/expressions/ael/dbpolar.ael"

defun dbpolar(dBX, Angle_deg)
{
return 10**(dBX/20.0) * exp(j*Angle_deg*pi/180.0);
}

or

defun dbpolar(dBX, Angle_deg)
{
return polar(10**(dBX/20.0), Angle_deg);
}

And add load("dbpolar"); in the following.
"SHOME/hpeesof/expressions/ael/user_defined_fun.ael"

Then restart ADS.

Thanks a lot~~~~So great~~~

申明:网友回复良莠不齐,仅供参考。如需专业帮助,请学习易迪拓培训专家讲授的ADS视频培训课程

上一篇:Avago HSMP-481x diode into ADS
下一篇:Is it possible to import X-Y column data and display in ADS

ADS培训课程推荐详情>>

  网站地图