To calculate the input power of a Switched-Mode Power Supply (SMPS), you can follow these steps:
1. Determine the Input Voltage (V_in):
- This is the voltage supplied to the SMPS. It is usually given in the specification of the power supply, such as 120V AC or 230V AC (depending on the region), or a DC voltage.
2. Determine the Input Current (I_in):
- The input current is the amount of current the SMPS draws from the power source. It can either be measured directly using an ammeter or found in the power supply's datasheet.
3. Calculate the Input Power (P_in):
- The input power is simply the product of the input voltage and input current.
\[
P_{in} = V_{in} \times I_{in}
\]
Where:
- \(P_{in}\) is the input power in watts (W),
- \(V_{in}\) is the input voltage in volts (V),
- \(I_{in}\) is the input current in amperes (A).
4. Consider Power Factor (for AC Inputs):
- If the SMPS operates on AC input, the power factor (\(PF\)) should be considered. The power factor accounts for the phase difference between the voltage and current waveforms in an AC circuit.
\[
P_{in} = V_{in} \times I_{in} \times PF
\]
Where \(PF\) is typically between 0 and 1. A typical SMPS may have a power factor close to 1, but it could be lower depending on the design.
Example for AC Input:
- Input voltage (\(V_{in}\)) = 230V AC
- Input current (\(I_{in}\)) = 2A
- Power factor (\(PF\)) = 0.9
The input power will be:
\[
P_{in} = 230V \times 2A \times 0.9 = 414W
\]
5. Efficiency Consideration:
- The efficiency of the SMPS determines how much of the input power is converted into output power. While calculating input power doesn't directly involve efficiency, understanding the efficiency helps you estimate the losses and actual power delivered to the load.
\[
\eta = \frac{P_{out}}{P_{in}} \times 100
\]
Where \( \eta \) is the efficiency in percentage, and \(P_{out}\) is the output power.
In summary, the input power calculation involves knowing the input voltage, current, and power factor for AC systems. For DC input, you just multiply the voltage and current.