A half-wave rectifier is a rectifier that converts ac to dc and widely used for low-power applications. However, the practical application of this circuit is limited and worth studying in detail. Figures (i) and (ii) show the circuit and a voltage waveform of an uncontrolled half-wave rectifier with the resistive load that has a 240 V source of voltage at a frequency of 50 Hz with the load resistor 10 Ω.
First, determine the values of (a) the average load current, (b) the average load voltage, (c) the average load power, (d) the rms value of load current, (e) the rms value of load voltage (f) the rms value of load power and (g) the power factor of the circuit. After that, design the rectifier using Simulink MATLAB. Finally, compare the simulation result with the theory.
 |
(i) The circuit of uncontrolled half-wave rectifier with resistive (R) load |
 |
(ii) The voltage waveform of uncontrolled half-wave rectifier with resistive (R) load |
List of symbols:
average output current
output current
source current in rms value
output current in rms value
maximum voltage
diode voltage
average output voltage
output voltage
source voltage in rms value
output voltage in rms value
forward voltage
average output power
power output
output power in rms value
angular frequency
time
power factor
resistor
apparent power
Step 1: Theory
- The average load current,
The average load voltage,
- The rms value of load current,
The rms value of load voltage,
The rms value of load power,
The power factor of the circuit,
Step 2: Simulation
For simulation, open the Simulink Library Browser and add blocks (Scope, AC Voltage Source, Diode, Series RLC Branch, RMS, Mean, Display, Voltage Measurement, Current Measurement, Goto, From, powergui, Product and Divide) to model.
Rearrange, copy and paste, and rename blocks accordingly, as shown in the figure below.
Click Series RLC Branch block and change the parameters to "Branch type:" to R, "Resistance (ohms):" to 10, and "Measurement" to None.
Click Diode block and change all the parameters to 0 and unclick Show measurement port.
Click Scope > File and set the Number of Input Ports > More... > Number of input ports: change to 4.
Click Mean blocks and change the parameter "Fundamental frequency (Hz):" to 50. Other parameters change to 0.
Click RMS blocks and change the parameters "Fundamental frequency (Hz):" to 50, "Initial RMS value:" to 240, "Sample time:" to 0, and click True RMS value.
- Click AC Voltage Source block and change the parameters "Peak amplitude (V):" to 240*sqrt(2), "Phase (deg:)" to 0, "Frequency (Hz):" to 50, "Sample time:" to 0 and "Measurement" to None.
- After setting all the parameters, change Stop Time to 2 and run the simulation.
- Click Scope block to shows the result of waveform , , , and .
- Display shows the result of , , , , , , and .
Discussion
- The value of parameters for theory and simulation are almost equal.
- The waveform generated from the simulation is identical to the theory waveform.
Conclusion
The objection of this experiment is to compare the theory and simulation in terms of parameters value and waveform. The result shows that the value of the parameter of the theory is almost equal to simulation; the same goes for the waveform. Hence, the experiments were held successfully.
That all from me. If you have any suggestions, please write in the comment section. Thank you for your time 👷.