AC-AC Converters
Learning Objectives
- Explain what an AC-AC converter does and why direct AC-to-AC conversion is harder than AC-DC or DC-DC.
- Distinguish between transformer-based voltage-only conversion and true AC-AC power converters (cycloconverters, matrix converters, AC choppers).
- Explain the operating principle of a cycloconverter and where it's used.
- Explain the operating principle of a matrix converter and its advantages over a DC-link approach.
- Identify practical applications for AC-AC conversion, especially variable-frequency drives.
Quick Answer
An AC-AC converter changes AC power from one voltage, frequency, or waveform to another — for example, converting fixed 50 Hz grid power into variable-frequency AC to control a motor's speed. The simplest AC-AC devices are transformers, which change voltage but not frequency; true power-electronic AC-AC converters (AC voltage controllers, cycloconverters, and matrix converters) can also change frequency, current, or phase relationships using switching devices. This matters because most industrial motors and generators are inherently AC machines, and being able to control their speed and torque electronically — without wasteful mechanical gearboxes or resistive control — depends entirely on AC-AC (or AC-DC-AC) conversion technology.
Why AC-AC Is Different
Rectifiers and inverters convert between AC and DC, and DC-DC converters shuttle between DC voltage levels — in all these cases, there's a "quiet" DC intermediate stage that a capacitor or inductor can hold steady. Direct AC-to-AC conversion is trickier because both sides of the converter are constantly changing polarity, so switches must be genuinely bidirectional — they need to block and conduct current in both directions, not just one. This is why most simple industrial AC-AC applications historically used transformers (for voltage-only, same-frequency conversion) or an AC-DC-AC approach (rectify to a DC bus, then invert back to AC at the desired frequency) — the DC bus decouples the input and output frequencies so ordinary unidirectional devices can be used on each side.
Transformers: Voltage-Only AC-AC
A transformer is technically an AC-AC converter, though a purely passive, magnetic one — no switching semiconductors involved. Two coils sharing a magnetic core transfer power via mutual induction; the output voltage scales with the turns ratio between primary and secondary. A transformer changes voltage magnitude but never frequency, and it has no ability to actively regulate output under varying load beyond its natural (small) voltage drop. That's exactly why it's not classified alongside "true" AC-AC power converters even though it does convert AC to AC.
AC Voltage Controllers (AC Choppers)
The simplest semiconductor AC-AC converter uses a pair of antiparallel thyristors (or a TRIAC) in series with the load, controlling the RMS voltage delivered by adjusting the firing angle within each half-cycle — exactly analogous to a phase-controlled rectifier, but for an AC load rather than a DC one. This is the technology behind household light dimmers and simple AC motor speed controllers, where frequency stays fixed at the line frequency but voltage (and hence power delivered) is throttled.
Cycloconverters
A cycloconverter synthesizes a lower-frequency AC output directly from a higher-frequency AC input by selectively switching between the positive and negative half-cycles of the input supply using thyristors, without an intermediate DC stage. Two sets of thyristor bridges — one for the positive output half-cycle, one for the negative — are fired in a pattern that builds up a stepped approximation of a lower-frequency sine wave. Cycloconverters are naturally line-commutated (like phase-controlled rectifiers), which makes them robust and efficient at very high power, but they can typically only output a frequency well below the input frequency (roughly a third or less), which limits their use to large, low-speed drives — classically, cement mill and ship propulsion drives.
Matrix Converters
A matrix converter is the modern, fully flexible AC-AC converter: it connects each of three input phases to each of three output phases through nine bidirectional switches (arranged in a 3×3 matrix), giving it complete freedom to synthesize an output voltage and frequency largely independent of the input, without any DC-link capacitor. Because there's no bulky electrolytic capacitor storing energy, matrix converters can be smaller and more reliable (capacitors are a common failure point in AC-DC-AC drives), and they permit bidirectional power flow naturally. Their downside is the complexity of the control algorithm needed to safely commutate current between bidirectional switches without ever creating a short circuit or an open circuit on the input side.
Real-World Example
A variable frequency drive (VFD) controlling an industrial pump or elevator motor is, functionally, an AC-AC converter — it takes fixed 50/60 Hz grid power and delivers variable-frequency, variable-voltage AC to the motor to control its speed. Most commercial VFDs actually implement this as AC-DC-AC: a rectifier front end creates a DC bus, and an IGBT inverter with PWM control synthesizes the variable-frequency output — because this approach is cheaper, more mature, and easier to control than a cycloconverter or matrix converter, even though it's technically two conversions chained together rather than one direct AC-AC stage.
Common Mistakes
| Misconception | Why It's Wrong | Correct Understanding |
|---|---|---|
| "A transformer and a cycloconverter do the same job." | A transformer only changes voltage magnitude at the same frequency and cannot regulate output actively; a cycloconverter actively synthesizes a different output frequency using switching devices. | Transformers are passive, frequency-preserving voltage converters. Cycloconverters (and matrix converters) are active semiconductor converters capable of genuine frequency conversion — a fundamentally different and more powerful capability. |
| "AC-AC converters always avoid a DC stage, since that's the whole point of 'direct' conversion." | Most commercially deployed variable-frequency drives use an AC-DC-AC (rectifier + inverter) approach rather than a true single-stage AC-AC converter like a cycloconverter or matrix converter. | While cycloconverters and matrix converters achieve genuinely direct AC-to-AC conversion, the AC-DC-AC approach is far more common in practice because it's cheaper, simpler to control, and more mature — it's still functionally delivering an "AC-AC" conversion at the system level. |
| "Bidirectional switches in AC-AC converters work just like a single diode or thyristor pointed the 'right way'." | AC circuits reverse polarity every half-cycle, so a switch that only blocks/conducts in one direction cannot handle both halves of the waveform on its own. | True AC-AC converters need switches capable of blocking and conducting in both directions (e.g., two thyristors in antiparallel, or a TRIAC), since the voltage and current polarity across the switch reverses continuously. |
Comparison and Connections
| Converter Type | Frequency Change? | Commutation | Typical Power Level | Typical Use |
|---|---|---|---|---|
| Transformer | No (voltage only) | N/A (passive) | Any | Voltage step-up/down, isolation |
| AC Voltage Controller (Chopper) | No (voltage/power only) | Line (natural) | Low-medium | Light dimmers, simple motor speed control |
| Cycloconverter | Yes (output < input/3 typically) | Line (natural) | Very high | Large low-speed drives (cement mills, ship propulsion) |
| Matrix Converter | Yes (flexible) | Forced (active control) | Medium-high | Compact drives avoiding DC-link capacitors |
| AC-DC-AC (rectifier + inverter) | Yes (flexible) | Mixed | Wide range | Most modern VFDs and motor drives |
Practice Questions
Recall
- Name two "true" semiconductor-based AC-AC converter types besides a plain transformer. Answer guidance: Cycloconverter and matrix converter (AC voltage controller/chopper is also acceptable).
- What is the key structural difference between a cycloconverter and an AC-DC-AC drive? Answer guidance: A cycloconverter directly synthesizes the output AC waveform from the input AC without a DC intermediate stage; an AC-DC-AC drive rectifies to DC first, then inverts back to AC.
Understanding 3. Explain why AC-AC conversion requires bidirectional switches, unlike a simple DC-DC buck converter. Answer guidance: In AC circuits, both the voltage and the current direction reverse every half-cycle, so a switch must be able to block and conduct in both directions to handle both polarities; a DC-DC converter deals with unidirectional voltage/current, so ordinary unidirectional switches and diodes suffice. 4. Why do cycloconverters have a practical maximum output frequency limited to a fraction of the input frequency? Answer guidance: Because the cycloconverter must synthesize the lower-frequency output waveform by piecing together segments of the higher-frequency input's half-cycles, and it needs enough input cycles per output cycle to approximate a smooth waveform — pushing the output frequency too close to the input frequency leaves too few segments to work with, degrading waveform quality.
Application 5. A shipyard needs to drive a very large, low-speed propulsion motor directly from the ship's AC generator, at extremely high power. Which AC-AC converter type is traditionally used, and why? Answer guidance: A cycloconverter — it handles very high power efficiently using line-commutated thyristors and naturally suits large, low-speed drives where the output frequency is a small fraction of the input frequency. 6. A compact industrial drive needs to avoid bulky, failure-prone electrolytic capacitors while still achieving flexible frequency control. Which converter architecture addresses this need? Answer guidance: A matrix converter — because it has no DC-link capacitor, connecting input and output phases directly through bidirectional switches, reducing size and improving reliability.
Analysis 7. Compare the reliability implications of an AC-DC-AC drive versus a matrix converter for a mission-critical application where downtime is very costly. Answer guidance: AC-DC-AC drives rely on a DC-link electrolytic capacitor, which is one of the most common wear-out failure points in power electronics (especially under heat and ripple current stress); matrix converters eliminate this capacitor, potentially improving long-term reliability, at the cost of a more complex control algorithm that must be verified not to introduce its own failure modes. 8. Analyze why most commercial variable-frequency drives still use the AC-DC-AC approach rather than cycloconverters or matrix converters, despite the latter offering "direct" conversion. Answer guidance: AC-DC-AC drives benefit from decades of mature, well-understood design and control techniques, use widely available and cost-effective components (diode/thyristor rectifiers and IGBT inverters), and the DC bus simplifies control by decoupling input and output frequency/voltage entirely; cycloconverters are limited to very high power/low frequency niches, and matrix converters, while promising, require more sophisticated (and historically less mature) control and commutation strategies, making them less common outside specialized applications.
FAQ
Q1: Is a transformer really an AC-AC converter? Technically yes — it converts AC to AC — but it's a passive magnetic device with no active control, no frequency change capability, and no semiconductor switching. In power electronics, "AC-AC converter" more specifically refers to active, semiconductor-based converters like AC voltage controllers, cycloconverters, and matrix converters.
Q2: Why is direct AC-AC conversion less common than AC-DC-AC in industrial drives today? Because the DC-link approach (rectify then invert) uses simpler, well-proven unidirectional devices and decouples input and output frequency completely, making control much easier. Direct AC-AC converters (cycloconverters, matrix converters) need bidirectional switches and more sophisticated commutation control, which historically made them more complex and costly except in niche high-power applications.
Q3: What's the practical difference between a cycloconverter and a matrix converter? A cycloconverter uses line-commutated thyristors and can only step frequency down significantly (to a fraction of the input frequency); a matrix converter uses actively controlled bidirectional switches and can synthesize almost any output frequency, higher or lower than the input, with more flexibility but more complex control.
Q4: How does a light dimmer relate to AC-AC converters? A household light dimmer is a simple AC voltage controller — a TRIAC (bidirectional thyristor) that delays turn-on within each half-cycle of the AC waveform, reducing the RMS voltage (and hence brightness) delivered to the bulb, at the same 50/60 Hz frequency.
Q5: Why can't we just use a DC-DC-style buck converter approach for AC-AC conversion? Buck converter switches and diodes are unidirectional — they assume current flows one way. AC waveforms reverse polarity every half-cycle, so the switches and any diodes in the path would block current during half of every cycle unless replaced with bidirectional switches designed to handle both polarities.
Quick Revision
- AC-AC converters change AC voltage, frequency, or waveform — from simple transformers to fully active converters.
- Transformers: passive, change voltage only, no frequency change, no active regulation.
- AC voltage controllers (choppers): thyristor/TRIAC-based, adjust RMS voltage via firing angle at fixed frequency (e.g., light dimmers).
- Cycloconverters: direct AC-AC frequency conversion using line-commutated thyristors; output frequency limited to a fraction of input; used in very high-power, low-speed drives.
- Matrix converters: 3×3 bidirectional switch matrix, no DC-link capacitor, flexible frequency/voltage control, complex commutation control required.
- AC-DC-AC (rectifier + inverter): most common real-world approach for variable-frequency drives; decouples input/output frequency via a DC bus.
- Bidirectional switches (needed for true AC-AC) must block and conduct in both current directions, unlike DC-DC converter switches.
- Removing the DC-link capacitor (as in matrix converters) can improve reliability since capacitors are a common failure point.
- Applications: motor speed control (VFDs), large ship/cement-mill drives (cycloconverters), light dimmers (AC choppers).
- Harmonic and waveform-quality concerns apply here just as with rectifiers/inverters — stepped waveforms cause extra motor losses.
Related Topics
Prerequisites: Rectifiers and Inverters, Power Semiconductor Devices.
Related Topics: DC-DC Converters, Motor Drives, Power Quality/Power Factor Correction.
Next Topics: Motor Drives, Power Supply Design.