Skip to content

Latest commit

 

History

History
51 lines (42 loc) · 1.82 KB

ee367.md

File metadata and controls

51 lines (42 loc) · 1.82 KB
layout title image comments
page
Single Element Ultrasound Imaging with Compressed Sensing
assets/images/ee367/EE367_WilliamMeng_poster.jpg
true

March 2021

For my EE 367 final project, I simulated a simplified model of a single element, 2D ultrasound imaging with compressed sensing, based on a technique developed by Kruizinga et al.

Please see the following media for more details:

  • Poster
  • Video
  • Report
  • [Presentation](assets/pdf/EE 367 Final Project Presentation.pdf)

The code is available in the Github repository.


<script type="text/javascript" src="assets/js/generategallery.js"></script> <script> var prefix = "ee367/" var filenames = [ "Fig1.png", "DelayProfile.png", "Rotations.png", "Image Formation Model.png", "Fig4_highres.png", ]; var captions = [ "Comparison of conventional single-element ultrasound vs compressed sensing.", "Modeling the phase mask as a delay profile.", "Example of 4 i.i.d. rotations of the delay profile, and the resulting pulse-echo fields.", "The linear image formation model.", "Ground truth image and reconstructions with various techniques and parameters.", ]; var images = filenames.map(function (i){ return prefix + i; }) generateGalleryHTML(images, captions); </script>
<script type="text/javascript" src="assets/js/gallery.js"></script>