C++ · Ultrasound Imaging

Beamforming C++ Program

A C++ ultrasound imaging project focused on algorithms, data processing, and A-mode / B-mode output generation.

Beamforming C++ Program project image
Type

Individual Project

Duration

Fall 2022

Role

Developer

Skills

C++ · Algorithms

About the Project

In this project, I completed an A-mode and B-mode program used in ultrasound imaging. Throughout the project, I used C++ algorithms and linked-list structures to process and display imaging data.

The A-mode program processes imported data and outputs a graph. The B-mode program processes the scanline data and outputs an ultrasound image.

Final Product

From the A-mode program, the ultrasound dataset is processed and displayed as a graph showing the final echo data calculations.

A-mode beamforming graph

The B-mode program uses scanline data calculated from the A-mode program to output the final ultrasound image.

B-mode ultrasound image
Back to projects