Calculating the input power of a **Switch Mode Power Supply (SMPS)** involves understanding how the power supply converts input electrical energy into output energy. SMPS is designed to convert electrical power efficiently by switching components (like transistors) on and off rapidly to regulate voltage and current.
### Steps to Calculate the Input Power of an SMPS:
1. **Understand Key Parameters**:
Before calculating the input power, you need to identify and measure the key electrical parameters of the SMPS, including:
- **Input voltage (V_in)**: The voltage supplied to the SMPS from the power source.
- **Input current (I_in)**: The current drawn by the SMPS from the power source.
- **Output voltage (V_out)**: The voltage supplied by the SMPS to the load.
- **Output current (I_out)**: The current supplied to the load by the SMPS.
- **Efficiency (η)**: The efficiency of the SMPS, which indicates how much input power is converted into output power without being lost as heat or other losses. SMPS are generally very efficient, often between 80% and 95%.
These parameters are often provided in the SMPS specification or can be measured.
2. **Formula for Input Power**:
The **input power (P_in)** is the total electrical power drawn from the power source. It's calculated as:
\[
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).
This formula gives the power that is supplied to the SMPS.
3. **Relating Input Power to Output Power and Efficiency**:
The relationship between the **input power** and **output power** is determined by the efficiency of the SMPS. Efficiency (\(\eta\)) is defined as the ratio of the output power to the input power:
\[
\eta = \frac{P_{out}}{P_{in}} \times 100
\]
Therefore, to calculate the input power, you can rearrange this formula:
\[
P_{in} = \frac{P_{out}}{\eta}
\]
where:
- \(P_{out}\) is the output power,
- \(\eta\) is the efficiency of the SMPS, expressed as a decimal (e.g., 90% efficiency is \(0.90\)).
4. **Example Calculation**:
Let’s go through an example where:
- Input voltage (\(V_{in}\)) = 120V,
- Output voltage (\(V_{out}\)) = 12V,
- Output current (\(I_{out}\)) = 2A,
- Efficiency (\(\eta\)) = 85% (or 0.85 in decimal form).
First, calculate the output power:
\[
P_{out} = V_{out} \times I_{out} = 12V \times 2A = 24W
\]
Now, use the efficiency to find the input power:
\[
P_{in} = \frac{P_{out}}{\eta} = \frac{24W}{0.85} \approx 28.24W
\]
So, the input power required for this SMPS is approximately 28.24 watts.
5. **Calculating Input Current**:
If you know the input voltage and the input power, you can also calculate the input current:
\[
I_{in} = \frac{P_{in}}{V_{in}}
\]
Using the same example, with \(P_{in} = 28.24W\) and \(V_{in} = 120V\):
\[
I_{in} = \frac{28.24W}{120V} \approx 0.235A
\]
The SMPS would draw about 0.235A of current from a 120V supply.
### Conclusion:
To calculate the input power of an SMPS, you can either measure the input voltage and current directly or use the efficiency and output power to calculate it indirectly. The key relationship is that input power is the output power divided by the efficiency. Keep in mind that higher efficiency means less power is lost as heat, making the SMPS more energy-efficient.