• 易迪拓培训,专注于微波、射频、天线设计工程师的培养
首页 > ADS > ADS FAQ > ADS Harmonic Balanced Warning

ADS Harmonic Balanced Warning

录入:edatop.com    点击:
Hi,

I am doing simulation in ADS 2013 for OIP3 (3rd order Intermodulation) and P1dB (1dB compression).

Attach below is my OIP3 Setup.



P1dB Setup



The problem is when I'm simulate both controller, there are warning:
"For source Port1, (1xFreq[2] = 2.001e+09 Hz) is 1e+06 Hz away from the closest analysis frequency at 2e+09 Hz. The maximum allowed frequency difference is 2000Hz."

To solve this warning, I add another Freq[2] is XdB simulator (HB3).

Is this the correct way to solve the warning? or I can just ignore the warning?

Thanks in advance

Remove GHz from Analysis controler and signal source.
Instead, set GHz to f1 and f2.

Show me ADS netlist.

Define second frequency in HB controller instead VAR block.( f2 does not vary in your case..)
Like this..



Or like this.. Use a Parameter Sweep Block



Hi Pancho,

Attach is my ADS netlist. The generated netlist is after I add Freq[2] in XdB Simulator.

GO3B_V1_netlist.txt

Thanks

Hi Bigboss,

I won't have any problem when I run P1dB and OIP3 separately (means I activate only one simulator at time). But if I want to simulate both parameters at the same time, the error message pop-out.

I tried both of your opinions but the error is still there.

What else can I do? Does the error really affect the simulation result?

Thanks

You can't do both simulation simultaneously.While one simulations is changing 2 carriers, other one should change single carrier only.
HB cannot discriminate which one is which..P1dB Compression Point simulation needs one single carrier at one single frequency but OIP3 needs 2 carriers ,,
Disable one simulation controller while the other is in progress.

Code:
f1=2
Spacing = 0.001
f2=f1+Spacing
Pin=-35

Port:PORT1  N__83 0 Num=1  Z=50 Ohm \
Freq[1]=f1 GHz Freq[2]=f2 GHz \
P[1]=dbmtow(Pin) P[2]=dbmtow(Pin) \
Noise=yes Pac=polar(dbmtow(0),0) Temp=Temp
Your PORT1 setting is two tones, Freq[1] and Freq[2].

However, if HB1 analysis is one tone analysis for Freq[1], HB can not treat "Freq[2]=f2 GHz P[2]=dbmtow(Pin)".

This is your mistake.

If if HB1 analysis is one tone analysis for Freq[1], PORT1 has to be one tone, "Freq[1]=f1 GHz P[1]=dbmtow(Pin)".

[Conclusion]
PORT1 Setting is wrong for HB1 which is one tone analysis.

Hi bigboss and Pancho,

Now I'm understand my mistake. Like what bigboss said, I need to simulate 1 parameter at time.

This is because I used PORT1 to simulate OIP3 which needs 2 supply. I need to have just 1 supply for p1dB simulation.

Is there any way we can simulate both parameters at the same time?

Thanks

If you set P[2]=0 in PORT1, you can treat PORT1 by 1tone HB Analysis.

Code:
f1=2
Spacing = 0.001
f2=f1+Spacing
Pin_dBm=-35
en=1
Pin1_W=dbmtow(Pin_dBm)
Pin2_W=dbmtow(Pin_dBm)

Port:PORT1  N__83 0 Num=1  Z=50 Ohm \
Freq[1]=f1 GHz Freq[2]=f2 GHz \
P[1]=Pin1_W P[2]=en*Pin2_W \
Noise=yes Pac=polar(dbmtow(0),0) Temp=Temp
Set en=0 via Parameter_Sweep Controler for 1tone HB Analysis.

However no one do such thing, since it is not cool.

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

上一篇:Re: Is there possibility to force a filter topology in DA_LClowpassMatch in ADS?
下一篇:impedance matching methods | ADS matching tool

ADS培训课程推荐详情>>

  网站地图