Appearance
Chapter 7 — Rectifiers and converters
Everything in Module 2 comes together here. We take the sources of Chapter 4, the switching devices of Chapter 5, and the numerical care of Chapter 6, and build the converters that dominate modern grids: a half-wave rectifier, a full-bridge rectifier, a buck DC-DC converter, and finally a closed-loop power controller that uses all of it at once. For each we will predict a number by hand and then read it off the simulator — the Module 1 habit — so you finish the module able to check a power-electronic waveform, not just watch it.
Learning objectives
By the end of this chapter you should be able to:
- Explain how a reservoir capacitor smooths a rectified waveform, and estimate the output ripple from
, , and the ripple frequency. - Say why a full bridge ripples at twice the line frequency and is easier to smooth than a half-wave stage.
- Derive the buck converter's output as
from inductor volt-second balance, and estimate its current ripple. - Read conduction intervals, ripple, and average quantities off a converter, and explain how a closed loop holds an output at a setpoint.
7.1 The half-wave rectifier
A single diode plus a reservoir capacitor is the simplest AC-to-DC stage.
The diode conducts only near each positive peak (Chapter 5), recharging the capacitor toward the source peak; for the rest of the cycle it blocks and the load drains the capacitor with time constant
The source is
With a mean
Now run it and compare. The simulator reports Vdc riding between about
7.2 The full-bridge (Graetz) rectifier
Four diodes arranged in a bridge steer both half-cycles of the source to the load with the same polarity.
Two things change versus half-wave. First, both half-cycles are used, so the output is refreshed twice per line cycle — the ripple frequency is
The source is
Run it: the simulator holds Vdc between about
7.3 The buck (step-down) converter
Rectifiers turn AC into DC. A buck converter turns a DC voltage into a lower, adjustable DC voltage, by chopping and averaging.
An IGBT connects the switch node
The L-C filter passes that average and attenuates the switching ripple. The inductor current ripple over one period follows from
Run the buck and check all three predictions:
Voutsettles at about— within of the ideal (the tiny shortfall is the IGBT and diode on-state drops). - The inductor current
ILaverages about, exactly . ILripples aboutpeak-to-peak, matching the we just computed.
Change the duty reference and
7.4 Closing the loop: PWM power control
The converters above run open-loop: you set a duty and take whatever output results. The last sample closes the loop, and in doing so exercises every idea in Module 2 at once — a fitting capstone.
Open the PWM power controller in app →
(Full description: PWM power control.)
The goal is to hold the average power delivered to a V_R and current I_R are multiplied to instantaneous power, low-pass filtered to P_avg, and compared with P_ref; the PI controller turns the resulting error into a PWM duty that gates the IGBT. Here is how Module 2's pieces show up:
- Source (Ch 4): the
bus, behind a small series resistance. - Control domain (Ch 4): the setpoint, summer, PI, multiply, and filter blocks, discretized and solved alongside the network.
- Switch (Ch 5): the IGBT, gated by the PWM, with its two-state conductance.
- Numerics (Ch 6): a
step resolves the switching so the measured power is meaningful.
Run it and plot error and P_avg: the PI raises the duty until P_avg reaches error collapses toward zero and stays there. A PI controller drives its steady-state error to zero by construction — it keeps integrating any residual error into the duty until there is none left. That is closed-loop control riding on top of a switching converter, and it is exactly the machinery Module 5 will generalize to generator excitation and governors.
7.5 Summary
- A reservoir capacitor smooths a rectified waveform; the peak-to-peak ripple is roughly
. - A half-wave rectifier refreshes once per line cycle (
) and, with , ripples heavily; a full bridge refreshes twice ( ) and, with , is far flatter. - A buck converter outputs
by inductor volt-second balance, with current ripple ; the simulator confirms both to a fraction of a percent. - Closing the loop with a PI controller holds an output at its setpoint by modulating the duty — combining the source, control, switch, and numerical machinery of the whole module.
7.6 Problems
Problem 7.1. In the half-wave rectifier you enlarge the reservoir capacitor from
Solution 7.1
Problem 7.2. The full-bridge output ripples at
Solution 7.2
The bridge conducts on both half-cycles (one diagonal diode pair per half-cycle), so the load is refreshed twice per line period — hence
Problem 7.3. A buck converter runs from
Solution 7.3
From
Problem 7.4. For the buck sample (
Solution 7.4
In steady state the capacitor carries no average current, so the entire average inductor current flows into the load:
Problem 7.5. In the closed-loop PWM controller, explain why the PI drives the steady-state power error to zero, and what sets the final duty cycle.
Solution 7.5
The integral term of a PI controller keeps accumulating as long as any error remains, continuously adjusting the duty until the error is zero; only a zero-error condition leaves the integrator (and thus the duty) steady. The final duty is whatever value makes the delivered average power equal the setpoint for the given bus and load — the controller finds it automatically rather than it being dialed in by hand, which is the advantage of closed-loop operation over the fixed-duty buck of §7.3.
7.7 References
- N. Mohan, T. Undeland, and W. Robbins, Power Electronics: Converters, Applications, and Design, Wiley — rectifiers, DC-DC converters, and ripple analysis.
- H. W. Dommel, Electromagnetic Transients Program (EMTP) Theory Book, Bonneville Power Administration — the network solution with switching devices.
- J. Arrillaga and N. R. Watson, Power Systems Electromagnetic Transients Simulation, IET Power and Energy Series 39 — power-electronic systems and their EMT representation.
Previous: Chapter 6 — Numerical issues of switching · Next: Module 3 — Transmission lines and cables.
You have completed Module 2. You can now model sources and control blocks, switching devices and their state logic, the numerical hazards of switching, and the rectifiers and converters that build on them — and check every result against a hand calculation.
