Tuesday, June 29, 2021

How to Calculate and Design Uncontrolled Halfwave Rectifier with R Load | MATLAB Simulink

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:
Io,avg average output current
Io output current
Is,rms source current in rms value
Io,rms output current in rms value
Vm maximum voltage
Vd diode voltage
Vo,avg average output voltage
Vo output voltage
Vs,rms source voltage in rms value
Vo,rms output voltage in rms value
Vf forward voltage
Po,avg average output power
Po power output
Po,rms output power in rms value
ω angular frequency
t time
pf power factor
R resistor
S apparent power

Step 1: Theory
  1. The average load current, Io,avg
    Io,avg=Io=VoR=VmπR
    Vm=2×Vs,rms
    Io,avg=2×240
    Io,avg=10.80A

  2. The average load voltage, Vo,avg
    Vo,avg=Vo=IoR=Vmπ
    Vo,avg=2×240π
    Vo,avg=108.04V

  3. The average load power, Po,avg
    Po,avg=Po=Po,avgIo,avg=Io,avg2R=Vo,avg2R
    Po,avg=108.04210
    Po,avg=1167.26W

  4. The rms value of load current, Io,rms
    Io,rms=Vo,rmsR=Vm2R
    Io,rms=2×2402×10
    Io,rms=16.97A

  5. The rms value of load voltage, Vo,rms
    Vo,rms=Io,rmsR=Vm2
    Vo,rms=2×2402
    Vo,rms=169.71V

  6. The rms value of load power, Po,rms
    Po,rms=Vo,rmsIo,rms=Io,rms2R=Vo,rms2R
    Po,rms=169.71210
    Po,rms=2880.15W

  7. The power factor of the circuit, pf
    pf=Po,rmsS=Po,rmsVs,rmsIs,rms=Vo,rmsVs,rms
    Is,rms=Io,rms
    pf=169.71240
    pf=0.707
Step 2: Simulation
  1. 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.

  2. Rearrange, copy and paste, and rename blocks accordingly, as shown in the figure below.



  3. Click Series RLC Branch block and change the parameters to "Branch type:" to R, "Resistance (ohms):" to  10, and "Measurement" to None.


  4. Click Diode block and change all the parameters to 0 and unclick Show measurement port.


  5. Click Scope > File and set the Number of Input Ports > More... > Number of input ports: change to 4.


  6. Click Mean blocks and change the parameter "Fundamental frequency (Hz):" to 50. Other parameters change to 0.


  7. 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.


  8. 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.


  9. After setting all the parameters, change Stop Time to 2 and run the simulation.

  10. Click Scope block to shows the result of waveform  Io,rms, Vo,rms, Vs,rms, and Vd.


  11. Display shows the result of Io,avgVo,avg, Po,avgIo,rmsVo,rmsPo,rms,  and pf.



Discussion
  1. The value of parameters for theory and simulation are almost equal.
  2. 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.

Video:

That all from me. If you have any suggestions, please write in the comment section. Thank you for your time 👷.





No comments:

Post a Comment