Ultrasound C++ Project

Using C++ to create a main and header file used to read ultrasound information into a new file. This replicates A-mode, resulting in a single waveform. It can then be processed through Excel, depicting a graphical representation.

Concepts Used:

  • Object-Oriented Programming
  • Use of a custom header file
  • File I/O

Find my project on Github