To output a standard 230V AC RMS from a full bridge converter using Sinusoidal Pulse Width Modulation (SPWM) at a maximum linear modulation index ($m_a = 1.0$), you need a DC bus voltage of exactly 325.3V DC. The governing formula for the fundamental RMS output voltage is $V_{rms} = (m_a \times V_{dc}) / \sqrt{2}$. Rearranging to solve for the DC bus yields $V_{dc} = (V_{rms} \times \sqrt{2}) / m_a$. Substituting the target values: $325.3 = (230 \times 1.414) / 1.0$. For a 120V AC RMS target (North American standard), the required DC bus drops to 169.7V DC. This baseline conversion assumes ideal switching, zero dead-time voltage drop, and operation strictly within the linear modulation region.
| Target AC RMS | Grid Variance | Required DC Bus ($m_a=1.0$) | Required DC Bus ($m_a=0.8$) | Peak AC Voltage |
|---|---|---|---|---|
| 184.0V | -20% | 260.2V | 325.3V | 260.2V |
| 207.0V | -10% | 292.7V | 365.9V | 292.7V |
| 230.0V | Nominal | 325.3V | 406.6V | 325.3V |
| 253.0V | +10% | 357.8V | 447.3V | 357.8V |
| 276.0V | +20% | 390.3V | 487.9V | 390.3V |
The Core Conversion Formula and Fixed Assumptions
The mathematical relationship between the DC bus and the AC output in a full bridge inverter topology is not a fixed hardware constant; it is dictated by the control algorithm. The assumption that fixes the answer above is the amplitude modulation index ($m_a$). In SPWM, $m_a$ is the ratio of the peak reference sine wave voltage to the peak carrier triangle wave voltage.
When $m_a = 1.0$, the converter operates at the absolute edge of the linear modulation region. The fundamental output voltage scales perfectly with the DC bus. However, if your control loop restricts $m_a$ to 0.8 to maintain headroom for current limiting or to reduce Total Harmonic Distortion (THD), the required DC bus voltage increases proportionally. As shown in Table 1, dropping $m_a$ to 0.8 forces the DC bus up to 406.6V to maintain a 230V RMS output.
Another critical assumption is ideal switching with zero dead-time. In physical hardware, you must insert a dead-time (typically 100ns to 2µs) between turning off one switch and turning on the complementary switch to prevent DC bus shoot-through. This dead-time inherently chops off the edges of the voltage pulses, causing a 2% to 5% drop in the effective output voltage. To compensate for a 2µs dead-time at a 20kHz switching frequency, your actual DC bus must be sized roughly 4% higher than the theoretical calculation (e.g., 338V DC instead of 325.3V DC).
System Shifts: 120V Single-Phase vs 230V vs 3-Phase Topologies
The conversion ratio shifts dramatically depending on the regional grid standard and whether you are driving a single-phase load or a three-phase industrial load. While a single-phase full bridge uses four switches to swing the full DC bus across the load, a standard three-phase Voltage Source Inverter (VSI) uses three half-bridge legs (six switches total). This topological difference changes the fundamental math.
| Target Output | Topology | Governing Formula ($m_a=1.0$) | Required DC Bus | Primary Application |
|---|---|---|---|---|
| 120V AC RMS (1-Phase) | Single-Phase Full Bridge | $V_{dc} = V_{rms} \times \sqrt{2}$ | 169.7V | US/Canada Residential, UPS systems |
| 230V AC RMS (1-Phase) | Single-Phase Full Bridge | $V_{dc} = V_{rms} \times \sqrt{2}$ | 325.3V | EU/UK/AU Residential, Solar Inverters |
| 208V AC L-L (3-Phase) | 3-Phase VSI (3 Half-Bridges) | $V_{dc} = V_{LL} / 0.612$ | 339.8V | US Commercial, VFD Motor Drives |
| 400V AC L-L (3-Phase) | 3-Phase VSI (3 Half-Bridges) | $V_{dc} = V_{LL} / 0.612$ | 653.6V | EU Industrial, EV Traction Inverters |
For 3-phase systems, the line-to-line RMS voltage ($V_{LL}$) is related to the DC bus by the factor $\frac{\sqrt{3}}{2\sqrt{2}}$, which simplifies to approximately 0.612 when $m_a = 1.0$. Therefore, to generate a standard European 400V 3-phase supply, the DC bus must be elevated to 653.6V. Attempting to generate 400V 3-phase from a standard 325V DC bus requires pushing the modulation index deep into overmodulation ($m_a > 1.15$), which transitions the output from a clean sine wave into a square wave, destroying the THD profile and overheating inductive loads.
When the Conversion Becomes Meaningless (The Power Factor Trap)
The voltage conversion formulas above are absolute; they dictate the open-circuit voltage the converter will synthesize. However, the conversion becomes practically meaningless if you are attempting to size the DC input source, trace widths, or heat sinks based on AC Real Power (Watts) without knowing the load's Power Factor (PF).
Voltage conversion is independent of PF, but current and thermal design are entirely dependent on it. The relationship is defined by $P_{real} = V_{rms} \times I_{rms} \times PF$. If you are designing a full bridge converter to deliver 2,000W to a load:
- At PF = 0.99 (Active PFC load): The RMS current is roughly 8.7A. The DC bus must supply ~2,020W, drawing about 6.2A from a 325V source.
- At PF = 0.60 (Heavy inductive motor load): The RMS current spikes to 14.5A to deliver the same 2,000W of real work. The apparent power (VA) is 3,333VA. The DC bus must now handle massive reactive power circulation, drastically increasing $I^2R$ conduction losses in the MOSFETs and requiring a DC link capacitor bank sized 65% larger to absorb the ripple current.
Frequently Asked Questions
Q: Can I just use a 230V DC bus to get 230V AC RMS without PWM?
A: Yes, if you run the full bridge in a pure square-wave switching mode (50% duty cycle per leg), the RMS output voltage equals the DC bus voltage ($V_{rms} = V_{dc}$). However, the output will contain massive odd-order harmonics (3rd, 5th, 7th), making it unsuitable for anything other than resistive heating elements or highly specialized transformer primaries.
Q: Why does my measured AC output read 15V lower than the formula predicts?
A: This is almost certainly due to dead-time voltage drop and the voltage drop across the switch's $R_{DS(on)}$ (for MOSFETs) or $V_{CE(sat)}$ (for IGBTs). Under heavy load, the physical switches drop 2V to 5V per conduction path. Measure the DC bus voltage under load at the capacitor terminals, not at the power supply, to get the true $V_{dc}$ value for your formula.






