Project 2
Synthetic Aperture Ultrasound Imaging with Robotic Tracking Technique
Team Members: Haichong Kai Zhang, Ezgi Ergun
Mentors: Dr. Emad Boctor, Xiaoyu Guo, Alexis Cheng

  -  experimental_data_processing.m
The code that reads data (poses) from the machine, formats it to the SA algorithm and FieldII structure, compensates for CC, does reconstruction

  -  sa_reconstruction.m
The synthetic aperture reconstruction algorithm

  -  sa_simulation.m
Simulation of 2 pose scenario

  -  test_uncertainty.m
Simulate uncertainty.

  -  fieldII folder
Toolbox made by Jrgen Arendt Jensen. Simulates ultrasound.
http://field-ii.dk/

  - other_code folder
 - cc_check_experimental_data.m
Does CC and tells us how much compensation we need to introduce in experimental_data_processing.m
 - DAS_single.m
Simplified version of SA. Used for faster testing

