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

Individual Project
Fall 2022
Developer
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.
The B-mode program uses scanline data calculated from the A-mode program to output the final ultrasound image.