Skip to content

Design of a Bridge Rectifier with Capacitor Filter for AC to DC Conversion

Notifications You must be signed in to change notification settings

sunnyiisc/Rectifier-with-Capacitor-Filter

Repository files navigation

Rectifier-with-Capacitor-Filter

Design of a Bridge Rectifier with Capacitor Filter for AC to DC Conversion

Tasks:

Designing the circuit given below:

  • Simulate the circuit with idealities and non-idealities.
  • Measure the power factor and compare the power factors for both cases.

rectifier_capacitor_filter_circuitsiagram

Specifications:

  • Average output Power = 100W
  • Input Voltage = 20V rms @50Hz

Working on the Design

Component Values from matlab/octave:

Values of the components is calculated according to the specification from the simulation of the program click here

Simulation of the Circuit:

The Circuit can be simulated with spice, here I used gEDA for building the cirucuit netlist and then simulated it with the stimulus designed by me. I used the model of the diode too that is included in the netlist file.


Final Design and Simulation Results

SPECIFICATIONS FOR THE RECTIFIER 
  • Output Power, W = 10.00
  • Input voltage, volts = 20.00
  • Input voltage tolerance, percent = 20.00
  • Peak to peak output ripple, percent = 10.00
  • Supply frequency, Hz = 50.00  
CAPACITOR SELECTION
  • Capacitor value, uF = 390.56
  • Voltage should be >, V = 28.94
  • Rms value of current, A = 0.98  
DIODE SELECTION
  • PIV, V = 33.94
  • Avg. current, A = 0.35
  • Rms value of current, A = 0.89

Circuit Schematic without non-idealities:

schematic_without non idealities

Input and Output Waveform:

3_4

Input Current wrt Voltage Waveform:

3_5

Circuit Schematic with non-idealities:

Non-idealities considered are as follows:

  • ESR (Effective Series Resistance) of the capacitor is considered.
  • Inductive effect of the load is considered. (say 10mH)

schematic_with non idealities

Input Current and Voltage Waveform:

6


Power Factor Calculations:

Where,

  • Vm : Peak Voltage
  • Im : Peak current
  • V : Instantaneous Voltage
  • I : Instantaneous Current

Reference Power is the power dissipated across a pure resistive load with the value of voltage and current maximum to be Vm and Im respectively.

Power Factor without non-idealities:

As per the data,

  • Vm = 20 V
  • Im = 5.2 A
  • Vrms = 16 V
  • Irms = 0.64 A
  • Real Power = 10 Watts (Design Basis)
  • Reference Power = 52 W
  • Power factor = 0.192 (Leading)

Power Factor with non-idealities:

As per the data,

  • Vm = 20 V
  • Im = 4.8 A
  • Vrms = 15.5 V
  • Irms = 0.645 A
  • Real Power = 10 Watts (Design Basis)
  • Reference Power = 48 W
  • Power factor = 0.208 (Leading)

Releases

No releases published

Packages

No packages published