Matlab Code

My Links

Home
My Blog
C++ Code
Matlab Code

My Thesis
Publications

MMRRCC
BMB
BGS
Penn Home

Partial Fourier Reconstruction
Reconstruct magnetic resonance images acquired using a partial Fourier acquisition. Includes options for both zero filling or homodyne reconstruction of kspace data.

Follow the instructions in PartialFourierExample.m.

PartialFourier.tar.bz2
PartialFourier.zip
Make a 3d Sphere
This Matlab function creates a highly homogeneous 3d radial sampling scheme using a spiral algorithm. For Windows, you need to compile the .cpp separately using the mex function in Matlab - the .glx won't work.

With this function there is no need to specify the angular sampling density using azimuthal or polar coordinates - only the total number of spokes. Very nice, I like.

This is useful for navigators as well...

Follow the instructions in get3dSphereExample.m

get3dSphere.tar.bz2
get3dSphere.zip
Nearest Neighbor Regridding Algorithm
coming soon...