Electrical – How to find power efficiency in DC-DC converter circuit

cmosdc/dc converter

We are currently simulating a dcdc converter called the LTC3108.

The input voltage is 500mV and the output is 3.3V through the dcdc converter.

Here we have to calculate the efficiency of the circuit

efficiency = E_out / E_in = I_load * V_out / I_IN * V_IN

The load resistance and the capacitor were placed on the output side, and the output voltage and output current of the resistor were measured.

So, the calculation is that we need to know the voltage and the current. Now the simulation values are as follows.

So, you can see that efficiency calculation is strange …

How do I calculate it?

E_out / E_in = (500mV * (-267.72mA)) / 3.3V * 33uA = -1225.

What is strange? I want get % value.

enter image description here

Best Answer

E_out / E_in = ... But then you fill in the input values for Eout and the output values for Ein???

Why not take it in 2 steps:

Input power= 0.5V*0.268A = 0.134W

Output power: 3.3V * 33uA = 109 uW.

Then Pout/Pin = 109uW/0.134W = 0.000813 = 0.081 %

The 1225 you get is simply 1/0.000813.

Your output power is very low which is unsurprising as your load is a 100 k resistor which means only little current can flow meaning almost no power is dissipated in the load.

It is quite pointless to calculate efficiency with such a light load! In this situation the quiescent current is determining the power consumption.