Skip to content

mschiffn/rhombic_grids

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rhombic Grids for Coherent Plane-Wave Compounding

GitHub GitHub repository size GitHub stargazers GitHub forks View on File Exchange Watch on YouTube ko-fi

Simple MATLAB implementation of the rhombic grid [1] for coherent plane-wave compounding.

CIRS040

⚙️ Getting Started

  1. Clone the repository or download the release to your local hard drive.
git clone https://github.com/mschiffn/rhombic_grids
  1. Add the repository to your MATLAB path using
addpath( genpath( './rhombic_grids' ) )
  1. Run the script example.m

Folder Structure

The repository has the following structure:

.
├── +auxiliary      # auxiliary functions (e.g., dimension and size check)
├── +illustration   # illustration functions (e.g., logarithmic compression)
├── +windows        # classes for various window functions (e.g., boxcar, Hann, Tukey)
├── das_pw.m        # delay-and-sum (DAS) algorithm for arbitrary grids
├── data_RF.mat     # measurement data from tissue phantom
├── example.m       # main script
├── LICENSE         # license file
└── README.md       # this readme

The package +windows contains an exemplary class hierarchy to manage various types of window functions.

Image Formation

The script example.m shows the workflow to reproduce the results in [1].

📓 References

  1. M. F. Schiffner, "Rhombic grids reduce the number of voxels in fast pulse-echo ultrasound imaging," 2022 IEEE Int. Ultrasonics Symp. (IUS), Venice, Italy, Oct. 2022, pp. 1–4. DOI:10.1109/IUS54386.2022.9958278 arXiv Watch on YouTube