thexinchen / A-Mode_Beamforming_in_Ultrasound_Imaging

Creating a scanline from ultrasound echo data using beamforming.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A-Mode Beamforming in Ultrasound Imaging

Problem:

There are many imaging modes available on an ultrasound scanner such as Amplitude mode, Brightness mode, Motion mode, etc. All latter imaging modes are built upon the fundamental imaging mode - Amplitude mode or A-mode. In brief, the working principle of A-mode is pulse-echo sensing that is similar to those used by bats and whales for navigation. A-mode works by sending a focused ultrasound pulse in one direction using an array transducer into the human body. The same transducer is then used to listen to the ultrasound echoes bounced back from different parts of the body. From the received echoes, a so-called scanline that contains information about the tissue structure along the ultrasound pulse direction (at different body depths) can be deduced.

Solution:

This program will generate a scanline from echoes received from an ultrasound array transducer, imaging two wires (echo data stored in text files).

About

Creating a scanline from ultrasound echo data using beamforming.


Languages

Language:C++ 71.1%Language:C 28.9%