I am a 3rd-year B.Tech Electrical Engineering student at KDK College of Engineering, Nagpur.
My core interests lie at the intersection of Power Electronics,Industrial Automation (PLC/SCADA), and Data Science.
I am passionate about building efficient electrical systems and leveraging data-driven insights to solve complex engineering problems.
Currently, I am expanding my expertise through projects in VLSI design and participating in the Aspire Leaders Program (Cohort 1).
This repository contains a MATLAB/Simulink model of a 6-pulse thyristor bridge. It is designed to convert 3-phase AC into a controllable DC output by adjusting the firing angle (
- Open MATLAB R2021a or later.
- Navigate to the project directory.
- Open the Simulink model file:
- Set the firing angle α in the Pulse Generator blocks.
- Click Run to observe input voltage, output voltage, and load current waveforms.
- Circuit Topology: 6-Thyristor bridge configuration for full-wave rectification .
- Control: Uses six synchronized Pulse Generators for precise SCR triggering .
- Load: Includes a Series RL Load to study inductive filtering and current behavior .
The waveforms demonstrate the transition from AC to DC:
- Input Voltage: Shows the three-phase sinusoidal input with switching transients .
- Output Voltage (Yellow): Shows the 6-pulse rectified DC waveform .
- Load Current (Purple): Shows a smoothed DC current due to the inductive load .
| Firing Angle (α) | Average Output Voltage (Vdc) | Observation |
|---|---|---|
| 30° | High | Near-continuous conduction |
| 60° | Medium | Increased ripple |
| 90° | Low | Reduced DC output |
As the firing angle increases, the average DC output voltage decreases, validating the theoretical relationship between Vdc and α.
- Increasing firing angle α reduces the average DC output voltage.
- The RL load ensures smoother current due to inductive filtering.
- Output voltage ripple increases with higher firing angles.
- System demonstrates 6-pulse rectification characteristics.
👉 Download Full Waveform Result (PDF)
The average output voltage (
- Harmonic analysis and Total Harmonic Distortion (THD) evaluation.
- Closed-loop control using PI/PID controller.
- Hardware implementation using SCR triggering circuits.
- Comparison with uncontrolled and semi-controlled rectifiers.
📌 This project demonstrates the practical application of power electronics principles through simulation-based analysis.
