Show me results of P_probe[0], P_probe[1] and P_probe[2].
1. Yes, the value of P_probe2[0] and P_roble2[3] is negative and the absolute values are very samll comparing with P_probe2[1]
Surely respond to my question.
Show me numerical values of P_probe[0], P_probe[1] and P_probe[2].
Would you please help to explain,
why the value is negative and why the values are very small?
I think it is due to numerical error.
Order of your 1-Tone HB Analysis is 3, it is too small.
Increase Order, e.g. Order=15, then show followings.
(1) Order=3
P_probe[0], P_probe[1], P_probe[2], P_probe[3]
(2) Order=15
P_probe[0], P_probe[1], P_probe[2], P_probe[3], ...., P_probe[15]
Numerical Lists as Watt
and
Plot dBm(P_probe) as Y-axis with X-axis as index or frequency.
2. In your equation "Eff=P_probe1[0] / sum(P_probe2)", what does sum(P_probe2) means, is it equal to P_probe2[1]?
They are not same strictly.
However they are almost same, I think.
3. When i use the he function Eff=P_probe1[0] / P_probe2[1] to calculate the efficiency,
does this function include the impedance mismatch?
No.
Use Eff=P_probe1[0] / dbmtow(PindBm) instead.
Here PindBm is a available power of Port1.
P_probe2[1] = dbmtow(PindBm) * (1 - |S11|**2)