Back to projects

System Level Design · Mixed-Signal System

Compressed Ultrasound Imaging System

Eight-PMUT compressed-sensing 3D ultrasound imager on a single 6-layer mixed-signal PCB, HV pulser transmit path, low-noise receive front end, and simultaneous-sampling data acquisition.

Status
Completed May 2026 · UC Berkeley M.Eng Capstone · Berkeley Sensor & Actuator Center (Liwei Lin Lab) · Team of 6
Stack
KiCad (6-layer mixed-signal PCB) · Teensy 4.1 (on-board microcontroller) · VCA5807 low-noise variable-gain amplifier · AD7606C-18 18-bit 8-channel simultaneous ADC · HV2707 + TC4427 high-voltage pulser front end · LM2733 / LM27761 / TPS22918 power management

Overview

A hardware–software co-designed compressed ultrasound imaging system that reconstructs a sparse 3D scene from only eight PMUT (piezoelectric micromachined ultrasonic transducer) sensors, rather than the hundreds typically required. By driving the array with optimized, mutually-incoherent transmission profiles and pairing it with a physics-based forward model and GPU-accelerated reconstruction, the system images a 1 m × 1 m × 1 m field of view.

This was a six-person M.Eng capstone in the Liwei Lin Lab. My contribution was the PCB implementation: the single 6-layer mixed-signal PCB that drives the PMUTs, captures their echoes, and streams digitized data to the host. The control firmware, PMUT characterization, forward model (k-Wave), and FISTA reconstruction were handled by other team members.

Mentorship: I mentored an undergraduate researcher in PCB design throughout this project — guiding them through schematic capture, layout, and board bring-up.

What I did

Results

MetricValue
Sensors8 PMUTs on a single board (75 mm × 50 mm aperture)
PCB6-layer mixed-signal, fabricated and assembled
Acquisition18-bit, 8-channel simultaneous sampling
Transmit drive15 Vpp HV pulses at PMUT resonance
Reconstruction field of view1 m × 1 m × 1 m (22,321-voxel grid)

Approach and key decisions

Co-design instead of brute force. The defining choice was to make eight sensors do the work of hundreds. Both the array layout and the transmission frequency/delay profiles are optimized for low mutual coherence (using a Gram-matrix metric, L-BFGS-B with multiple restarts), so each acquisition yields maximally distinguishable measurements, the prerequisite for sparse compressed-sensing reconstruction. The hardware exists to make those diverse measurements cleanly.

Mixed-signal discipline drove the PCB. With 15 V switching pulsers sitting next to a microvolt-scale receive front end on one board, signal integrity was the hard constraint. The split-plane, split-ground 6-layer stackup is what keeps the digital and high-voltage switching currents from contaminating the analog echo path the ADC has to read.

Hardware-discretized optimization. Optimized transmission frequencies (40–60 kHz, 2 kHz steps) and delays (0–200 µs, 10 µs steps) were projected onto the grid the Teensy can actually produce, so the optimizer’s output is directly implementable rather than theoretical.

Figures

System

System overview: target object on the left, the assembled PMUT imaging PCB in the center collecting sparse data, and a computer running the compressed-sensing reconstruction on the right. End-to-end system: target, optimized sparse-sensor electronics, then 3D reconstruction (report Fig. 1).

Block diagram of the electronic system showing the transmit pipeline (pulsers driving the PMUTs) and receive pipeline (amplifier into ADC). Electronic system diagram: transmit (pulsers) and receive (amplifier into ADC) pipelines (report Fig. 2).

Schematics

Top-level hierarchical schematic with sub-sheets for each subsystem. Top schematic: each sub-sheet is one subsystem of the electronic system (report Fig. 3).

Teensy microcontroller schematic. Teensy 4.1 controller sub-sheet (report Fig. 4).

Power management system schematic. Power management: boost and charge-pump rails with sequencing (report Fig. 5).

ADC schematic. AD7606C-18 8-channel simultaneous-sampling ADC (report Fig. 6).

Amplifier schematic. VCA5807 low-noise variable-gain receive amplifier (report Fig. 7).

Pulsers schematic. High-voltage transmit pulsers (TC4427 drivers) (report Fig. 8).

Transmit/receive switch schematic. TR-switch (HV2707) isolating the receive front end from the HV pulses (report Fig. 9).

PMUT breakout header schematic. PMUT array breakout headers (report Fig. 10).

PCB

Six-layer PCB layout of the ultrasound imaging board. 6-layer mixed-signal PCB layout with partitioned analog/digital planes (report Fig. 11).

Photograph of the assembled "Liwei Lin Lab Intelligent Ultrasound Imaging V1" board with a Teensy controller and the analog front-end, ADC, and pulser ICs populated. Assembled board: physical realization after fabrication and assembly (report Fig. 12).