Source Code
On the following pages you can find selected publications and the related source codes. Feel free to use them, but please respect the licence agreement (source code files) and cite the respective publications.
streamBEM : Coil Design using a Boundary Element Method and stream functions
Using these Matlab scripts, you will be able to optimize coils based on different criteria. Please refer to the publication
Bringout, G. and Buzug, T. M.: Coil Design for Magnetic Particle Imaging: Application for a Preclinical Scanner, IEEE Transactions on Magnetics, 51(2), 5100808, 2014, DOI: 10.1109/TMAG.2014.2344917
for more details.
This script requires 3 other scripts:
- SphericalHamornics
- regu package from C Hansen for the Tikhonov implementation
- OPTI TOOLBOX from J. Currie for the QP implementation
You can download a version here or visit the development repository.
SphericalHarmonics
These scripts are an implementation of the spherical harmonics series expension, as presented in:
Bringout, G. and Buzug, T. M.: A robust and compact representation for magnetic fields in magnetic particle imaging, In: Deutsche Gesellschaft für Biomedizinische Technik Jahrestagung, 646-650, 2014, DOI: 10.1515/bmt-2014-5009.
You can download a version here or visit the development repository.