I would like to calculate the efficiency of my rectifier design. I have the plots of output DC Voltage. How can I define an equation for Efficiency calculation and see its relevant plots and table format for different input power levels (pin) and varying Resistor values (R) ??
To calculate power efficiency (PE) you can use these equations easily:
Pout = 0.5*real(V*conj(I)) V:voltage across your main element and I: Current
PDC = real(V_DC*I_DC)
Eff = mag(Pout/pDC)