← Back to Projects
HardwareShipped

Hyperloop VFD Design Challenge

Analyzed a three-phase variable-frequency drive from AC rectification through DC-link energy storage and PWM inverter control.

Independent engineering analysis for Penn Hyperloop's recruitment process—not Hyperloop vehicle hardware. Maps 480 V three-phase AC through a diode rectifier, DC link, and PWM inverter so motor frequency/voltage control is understandable as a chain of energy conversions, with PWM carrier kept distinct from fundamental output frequency.

Engineering highlights

  • End-to-end VFD energy path: rectify → store → invert → motor
  • PWM switching frequency separated from fundamental motor frequency
  • Losses, EMI, ratings, and protection treated as first-class concerns
Date
Fall 2026
Focus
Power Electronics · Design Challenge
Build stage
Recruitment design challenge
Disciplines
Power Electronics · Motor Control · Engineering Design Challenge
Power ElectronicsVFDThree-Phase ACPWMMotor ControlPower SemiconductorsHyperloopDesign Challenge
Build snapshot
Hyperloop VFD Design Challenge media 1
Full write-up below. The hero is the short version. This is the build story: what I designed, what broke, and why I made the calls I did.

Motivation

Why I started this

What pulled me in, and what I wanted to get better at.

Why I built it

I started with limited intuition for how a variable-frequency drive actually turns fixed three-phase AC into controllable motor waveforms. I wanted a system-level map of every conversion stage and why it exists.

What interested me

The interesting part was the chain: rectify, store energy on a DC link, then switch that bus with PWM so the motor sees a controllable fundamental—not memorizing a block diagram.

What I wanted to learn

I wanted to separate PWM carrier frequency from fundamental output frequency, and to see losses, ratings, EMI, and protection as first-class design concerns—not afterthoughts once the motor spins in a slide deck.

System Overview

How the system fits together

Independent engineering analysis for Penn Hyperloop's recruitment process. The write-up follows a three-phase VFD path from 480 V AC input through rectification, DC-link storage, PWM inversion, and variable-frequency output to a motor.

01

6-diode rectifier

Converts fixed three-phase AC into a unidirectional DC bus candidate.

02

DC link

Stores energy and smooths the rectified voltage for the inverter.

03

PWM inverter

Uses semiconductor switches to synthesize controllable three-phase AC from the DC bus.

04

Motor

Converts the synthesized electrical waveform into mechanical behavior.

Data flow

480 V 3φ AC → rectifier → DC link → PWM inverter → variable-frequency 3φ AC → motor.

Control flow

PWM commands decide switch states; switch states decide which DC rail each phase sees over time.

Design Challenge Deep Dive

Independent engineering analysis completed as part of Penn Hyperloop's recruitment process. Not hardware designed for or used on a Hyperloop vehicle.

Energy conversion chain

01480 V 3φ AC
026-Diode Rectifier
03DC Link
04PWM Inverter
05Variable-Frequency 3φ AC
06Motor

Why convert AC → DC → AC?

Grid AC is fixed. Rectification makes a DC bus. The inverter then switches that bus with PWM to synthesize controllable three-phase output for the motor.

Grid / input AC

What is fixed about the incoming supply?

Frequency and waveform come from the utility side. The drive should not pretend those are free control knobs.

DC bus

What do you gain by stopping at DC?

A stored energy reservoir the inverter can draw from while synthesizing a new AC waveform.

Inverter synthesis

How does control show up electrically?

Switch states and PWM decide the effective voltage/frequency content delivered to the motor.

Output frequency

Fundamental output frequency is strongly related to motor electrical speed.

Output voltage

Output voltage matters for magnetic flux and torque-producing behavior; it is not optional garnish on frequency control.

PWM ≠ fundamental

PWM switching frequency is the carrier / chopping rate. It is not the same thing as the fundamental frequency the motor uses for speed. Mixing them confuses both control and EMI conversations.

Switching states

Six switches, one DC bus

A three-phase bridge connects each motor phase to either the DC+ or DC− rail. Hover or tap a state to see the educational current-path story.

DC+DC−
High

U

Low
High

V

Low
High

W

Low

Educational diagram · not a live simulation

U high-side and V low-side conduct; current leaves U and returns through V.

Engineering considerations

Switching losses

Every hard edge costs energy. Faster chopping is not free.

Conduction losses

On-state drops add heat even when switching looks gentle.

Thermal management

Losses that cannot leave the package become derating or failure.

Voltage / current ratings

Devices must survive bus peaks and motor current, not just average conditions.

DC-link ripple

A soft bus makes the inverter fight its own supply.

EMI

Fast edges couple into nearby control and sensor circuitry.

Switching frequency

Trades loss, audible noise, filter size, and EMI against control smoothness.

Motor current

Sets device stress, cable needs, and protection thresholds.

Protection

Overcurrent, overvoltage, and desat-style protections are part of the design, not a bumper sticker.

Engineering Breakdown

Broken down by discipline

Each block covers the goal, the design, what broke, what changed, and what shipped.

01AC → DC front end

AC → DC front end

Goal

Explain why fixed grid AC is rectified before motor control happens.

Design

Three-phase diode bridge into a DC link so later stages are not fighting the grid's fixed waveform directly.

Challenges

  • Rectified voltage is not yet a finished motor supply.
  • Ripple and energy storage become the inverter's problem if the link is weak.

Iterations

  • Map the power path on paper.
  • Separate rectifier job from inverter job.

Final implementation

Documented rectifier + DC-link roles as the front half of the VFD chain.

02DC → AC inversion

DC → AC inversion

Goal

Show how six switches and PWM create controllable three-phase output.

Design

High-side / low-side bridge per phase, with PWM shaping the effective waveform while the fundamental sets motor-relevant frequency content.

Challenges

  • People confuse PWM switching frequency with the fundamental the motor 'hears.'
  • Switching and conduction losses show up as heat even when the topology looks correct.

Iterations

  • Educational switching-state walkthrough.
  • Frequency / voltage / PWM distinction cards.

Final implementation

Stage cards plus switching demo for intuition, not a full circuit simulator.

Key Design Decisions

Calls I actually made

What else was on the table, what I picked, and why it still made sense once the hardware was real.

01

Why AC → DC → AC instead of 'just change the AC'

The problem

Incoming grid AC has fixed characteristics; motors want controllable frequency and voltage relationships.

Alternatives considered

  • Try to control the motor directly from fixed grid AC
  • Rectify to a DC bus, then synthesize controllable three-phase with PWM

Tradeoffs

The extra conversion stages add semiconductors, capacitors, losses, and EMI work—but they buy waveform control.

Why I chose this

Use the DC bus as an energy buffer and let the inverter synthesize the motor waveform.

02

Keep PWM carrier and fundamental frequency distinct

The problem

Switching rate and motor electrical frequency are easy to conflate when first learning VFDs.

Alternatives considered

  • Talk about 'the frequency' as one number
  • Separate carrier (switching) from fundamental (motor-relevant)

Tradeoffs

Mixing the two makes speed/torque intuition and EMI/loss conversations fall apart.

Why I chose this

Treat PWM as the mechanism; treat fundamental frequency/voltage as the motor-facing command.

Evolution

How it got here

Bench bring-up, CAD fits, soldering, and the demos in between. Not just the final photo.

  1. Map

    Draw the energy path

    Forced every stage to answer what enters, what leaves, and why the stage exists.

    No media for this milestone yet.
  2. Control

    Connect PWM to switch states

    Linked abstract PWM talk to high-side / low-side conduction paths on a three-phase bridge.

    No media for this milestone yet.
  3. System

    Add the non-ideal list

    Losses, thermal, ratings, ripple, EMI, and protection as first-class considerations.

    No media for this milestone yet.

Results & Validation

What held up

What worked in the end, what I can show for it, and where it's still limited.

System-level VFD map

Power-flow diagram

Clear story from 480 V three-phase AC through rectifier, DC link, inverter, and motor.

PWM vs fundamental distinction

Frequency / voltage section

Documented so motor behavior is not confused with switching rate.

No invented numbers

Engineering considerations

Ratings and measured results are left as considerations / TODOs rather than fake datasheet claims.

Limitations

  • No proprietary challenge figures are reproduced on this page.
  • Switching demo is educational, not a SPICE-accurate model.
  • Specific device ratings remain to be filled if you want datasheet callouts later.

Reflection

Looking back

What surprised me, what I'd redo, and questions I'm still chewing on.

What surprised me

  • The VFD stopped being a mysterious box and became a sequence of energy conversions with clear jobs.
  • PWM frequency and fundamental frequency answer different questions.

What I would redesign

  • Add annotated waveform screenshots if you want measurement evidence on-page.
  • Optionally drop in a hand-drawn or CAD inverter diagram under public/projects/hyperloop-vfd/.

Future improvements

  • Carry the same stage-by-stage 'why' habit into other power-electronics learning.
  • Practice loss and thermal estimates once a specific switch family is chosen.

Questions that emerged

  • Which DC-link ripple budget is realistic for the motor current you care about?
  • How should switching frequency trade EMI against losses in a pod packaging constraint?