Dashboard PE Power Exam Prep Power Electronics & Controls Converters & rectifiers Inverter PWM — sinusoidal PWM, modulation index, SVPWM

Inverter PWM — sinusoidal PWM, modulation index, SVPWM

How comparing a sine with a triangle generates a clean AC sine at the output; m_a / m_f, over-modulation, and the 3-φ third-harmonic injection that boosts V_LL by 15 %.

Sophomore ~11 min

Step 1 — The basic inverter: DC bus + switching → AC at the fundamental

0.55×
m_a m_f V_1

Reference notes

Use Next → on the narrator to walk through inverter PWM: from square wave through sinusoidal PWM, modulation index, over-modulation, and three-phase third-harmonic / SVPWM injection.

The basic inverter

An inverter converts DC to AC. Topologies:

Switches are IGBTs for ≤ 1700 V, MOSFETs for < 600 V, and IGCTs / SiC MOSFETs for higher voltages or higher switching frequencies.

Square-wave inverter

Switch once per half-cycle of the desired AC fundamental.

V1,peak = 4·Vdc/π ≈ 1.273·Vdc (for full-bridge ±V_dc swing)

Output contains odd harmonics 3rd, 5th, 7th, ... at 1/h amplitudes. THD ≈ 48 %. Used only on the cheapest low-power UPS — modern drives never use square-wave mode.

Sinusoidal PWM (SPWM)

The standard for modern inverters. Two waveforms:

Comparator: when sine > triangle, upper switch ON (+V_dc/2). When sine < triangle, lower switch ON (−V_dc/2). Output is a train of variable-width pulses at f_carrier whose average traces the sine.

Modulation index m_a and frequency ratio m_f

ma = Vm,mod / Vm,tri (amplitude ratio)
mf = fcarrier / fmodulating (frequency ratio)

In the linear region (0 ≤ m_a ≤ 1):

V1,peak = ma · Vdc/2 (half-bridge) V1,peak = ma · Vdc (full-bridge)

Harmonics cluster around f_carrier and its multiples — far above the fundamental, so they're easily filtered by the motor's own leakage inductance.

Typical industrial choices:

Over-modulation

When m_a > 1, the modulating sine's peaks exceed the triangle's peaks. The inverter saturates at those peaks (held at +V_dc or −V_dc), reducing pulse-width modulation effectiveness near the peaks of the sine.

Three-phase PWM + third-harmonic injection / SVPWM

A three-phase inverter has three half-bridges. Each phase compares its own modulating sine (offset by 120°) against the same triangular carrier. Output is three quasi-sinusoidal phases.

The third-harmonic injection trick: add −(1/6) × sin(3·ω·t) to each phase's modulating signal. The third harmonic is in phase across all three phases and CANCELS in the line-to-line voltage. But it lowers the peak of each phase modulating signal — allowing m_a_eff up to ~1.155 in the linear region.

Line-to-line VLL,peak boost ≈ 15 % vs plain SPWM

Space-Vector PWM (SVPWM) achieves the same result via a different geometric approach — switching the inverter through 8 discrete voltage vectors. Output line voltages are mathematically identical to third-harmonic SPWM but the implementation is more straightforward in a digital controller. Every modern motor drive uses SVPWM or its equivalent.

Take-away. Compare a sine modulating signal with a triangle carrier; the comparator output drives the inverter switches. m_a = V_m_mod / V_m_tri scales output linearly from 0 to 1. m_f = f_c / f_1 is typically 15–40. Square-wave is m_a ≫ 1 saturated. Three-phase systems boost V_LL by ~15 % via third-harmonic injection (or equivalent SVPWM). Harmonics cluster around f_c, easily filtered.

Keyboard shortcuts