In my attached circuit, Pin is varied from -10 to 20 dBm. There are two ways to calculate RF-to-DC conversion efficiency, and I do not know which one is correct. This is because I still do not understand whether the power received by the antenna is Pin or the power measured by Probe ( Pin_Probe.p ).
Pdc_Watt = 0.5 * real(Vout[0] * conj(Iout.i[0]))
1/ PCE1 = Pdc_Watt / dbmtow(Pin) * 100
2/ PCE2 = Pdc_Watt / Pin_Probe.p[1] * 100
Any suggestion would be highly appreciated. Thank you very much for your time.