A **Switched-Mode Power Supply (SMPS)** is a type of power supply that efficiently converts electrical power using high-frequency switching. Unlike traditional linear power supplies, which dissipate excess energy as heat, an SMPS regulates the output voltage by rapidly switching on and off and using various components to step up, step down, or invert the input voltage. Here are the main components of an SMPS:
### 1. **Input Rectifier and Filter**
- **Rectifier:** Converts the incoming AC (Alternating Current) voltage into DC (Direct Current). In an SMPS, the AC mains voltage is typically rectified using a bridge rectifier circuit.
- **Filter:** This smooths out the rectified DC voltage. Capacitors and inductors are used to remove ripples and provide a more constant DC voltage.
### 2. **Power Switching Device (Transistor)**
- The switching device is the core of an SMPS. Common devices include **MOSFETs (Metal-Oxide-Semiconductor Field-Effect Transistors)** or **IGBTs (Insulated-Gate Bipolar Transistors)**.
- This transistor switches the input voltage on and off at a high frequency, often in the tens or hundreds of kilohertz (kHz). The duty cycle of this switching determines how much energy is passed to the output.
### 3. **Transformer (for isolated SMPS designs)**
- The transformer in an SMPS serves a dual purpose: isolation and voltage conversion (step-up, step-down, or inversion). Unlike the bulky transformers in linear supplies, SMPS transformers operate at high frequencies, allowing for a much smaller size.
- The high-frequency switching enables this transformer to step up or step down the voltage with greater efficiency and smaller form factors.
### 4. **Output Rectifier and Filter**
- **Rectifier:** In the case of a step-down or isolated SMPS, the high-frequency AC voltage needs to be rectified back to DC. This is done using fast-recovery diodes, or in modern designs, **Schottky diodes** or **synchronous rectification** techniques are used for higher efficiency.
- **Filter:** Similar to the input filter, this stage smooths the rectified voltage to remove any residual switching noise or ripple. Capacitors and inductors are used here.
### 5. **Feedback Circuit**
- The feedback loop is crucial for regulating the output voltage. It compares the output voltage with a reference voltage to determine any deviation from the desired value.
- **Opto-couplers** are often used in isolated SMPS designs to transmit this feedback signal across the isolation boundary between the output and control circuit.
- The feedback signal is fed to the control circuit to adjust the duty cycle of the switching transistor, maintaining the correct output voltage.
### 6. **Control Circuit (PWM Controller)**
- This circuit controls the switching of the power transistor. It typically uses a **Pulse Width Modulation (PWM)** technique to adjust the duty cycle (the ratio of on-time to off-time of the switch).
- The control circuit receives the feedback from the output and adjusts the switching accordingly to keep the output voltage constant under varying loads or input conditions.
### 7. **Snubber Circuit**
- The snubber circuit protects the switching device (transistor) from voltage spikes caused by the fast switching action and the inductive nature of transformers and other components.
- It usually consists of resistors and capacitors and is designed to absorb or suppress these transients.
### 8. **EMI (Electromagnetic Interference) Filter**
- SMPS designs inherently produce high-frequency noise due to the rapid switching of the transistor. EMI filters, usually made of inductors and capacitors, are used to reduce this noise to prevent it from radiating into the surrounding environment and interfering with other electronics.
---
### Working Overview of an SMPS:
1. **AC Input**: AC mains voltage is rectified and filtered into a DC voltage.
2. **Switching**: The DC voltage is chopped (switched) at high frequency by the power transistor, generating a high-frequency AC signal.
3. **Voltage Transformation**: This high-frequency AC is transformed (if isolation or voltage adjustment is needed) by the transformer.
4. **Rectification and Filtering**: The output is rectified back to DC and filtered to remove ripples.
5. **Feedback**: The output voltage is constantly monitored and compared to the desired value, and the PWM control adjusts the switching transistor’s duty cycle to regulate the output voltage.
---
### Common SMPS Topologies:
- **Buck Converter**: Steps down the input voltage.
- **Boost Converter**: Steps up the input voltage.
- **Buck-Boost Converter**: Can either step up or step down the input voltage.
- **Flyback Converter**: Provides electrical isolation and steps up or down the input voltage.
These components work together to provide a highly efficient, regulated, and stable power output in applications ranging from low-power devices like mobile chargers to high-power industrial equipment.