This software provides functions for the fast, hardware-accelerated simulation of therapeutic ultrasound beams. The package consists of C/C++ libraries with a MATLAB interface and interface functions to FOCUS.
The software is developed at the Ferrarra Laboratory in the Department of Biomedical Engineering at the University of California at Davis and is supported by NIH3R21EB009434 and by ARRA supplement 3R21EB009434-01S1.
Current Release:
Version | Date | Comment |
---|---|---|
0.0.2 | 2011-01-09 | Added Windows and Linux versions. |
0.0.1 | 2010-11-09 | Initial Release of OSX version. |
We provide two user interfaces to our code: A native interface (indicated by the ML prefix) and an interface that tries to replicate the function calls of FOCUS. If you use the FOCUS interface, ensure that you have FOCUS installed and running on your machine. In case of OSX, where no FOCUS binaries are provided, our functions can be used to replace some of FOCUS' functionality. The examples below only use FOCUS' MATLAB files and do not rely on the binaries.
The code shown in blue boxes shows our native interface, the code shown in green boxes uses FOCUS' interface.
Keep in mind that any call to MATLAB involves copying data from MATLAB to C/C++ to the GPU. This may slow down some operations tremendously.
Fast ultrasound beam prediction for linear and regular two-dimensional arrays using a general-purpose graphics processing unit
Abstract Book of the 2010 IEEE International Ultrasonics Symposium (IUS), San Diego, CA , IEEE, UFFC pp. 619, P5-M4-9 October 11-14 2010 [conference] | |
Abstract: In our preliminary work, we have demonstrated that ultrasonic drug release using mild hyperthermia is feasible; temperature sensitive drug delivery particles are injected and allowed to accumulate within a region of interest, typically over 6-24 hours. Ultrasound is then scanned through the volume of interest to locally increase the temperature by 2-4 degree celsius for a short period, releasing a drug and increasing its efficacy. In order to translate these methods, ultrasound AND drug dose must each be predicted and validated. We have made great strides on drug dose—we now tackle ultrasound dose for this special problem of mild hyperthermia. Predicting the 3-D heating profile in tissue as a function of time requires knowledge of the acoustic beam intensity as a function of time as it is steered in 3-D space. Ultrasound beams generated from an aperture large enough to deliver the acoustic power necessary for tissue heating must be focused to some degree in order to work at reasonable depths from the aperture face and at depth-of-fields that are not much larger that the desired heating region. Focusing necessitates that the beam be scanned in order to treat larger volumes, such as the volume encompassing a tumor. The beam scanning is accomplished dynamically, in real time, and knowledge of the beam is necessary in order to make predictions on where energy is being deposited and how much is being deposited. This information is important for predicting thermal dose according to Arrhenius-based methods such as Cumulative Equivalent Minutes at 43°C CEM4). In summary, we present our initial results using GPUs to accelerate the prediction of large-scale acoustic fields relevant to ultrasound hyperthermia. The FNM was chosen over other methods due to its rapid convergence and accuracy in the near- field up to the surface of the radiator. Algorithms for regularly-sampled 1-D and 2-D RSM Times (in milliseconds) FNM Times (in milliseconds) piston-arrays were presented and benchmarked to demonstrate the power of GPU- MinAccuracy 1.0% 0.1% 0.01% 1.0% 0.1% 0.01% Abscissas based field prediction for scenarios commonly found in ultrasound therapy. Our goal of generating the complex acoustic field for a volume containing 10 million points within 1 second is easily achieved using the algorithms and hardware presented. Our future goal is to incorporate this new ability into our ultrasound hyperthermia system for purposes of treatment planning and thermal dose prediction and control. | |
Function approximations to accelerate 3-D beam predictions for thermal dose calculations.
Proceedings of the 2009 IEEE International Ultrasonics Symposium pp. 1777-1779 September 20-23 2009 [ISBN: 978-1-4244-4389-5] [conference] | |
Abstract: We demonstrate that ultrasound beam predictions are accelerated by 22x using a fast approximation to evaluate complex exponentials with insignificant errors compared to full precision calculations. Since TAP is the more relevant quantity for thermal diffusion-limited heating, the small error of less than 0.1% indicates a better measure of the fast approximation compared to maximum intensity error of less than 1%. It appears in these preliminary results that errors in the beam prediction can be reduced by selecting a value for L closer to that which minimizes error for sine/cosine pairs based on the Pythagorean trigonometric identity. The same methodology may be applied to other beam prediction algorithms to speed their execution at a relatively minor degradation in accuracy. |