POCS进行磁共振成像部分傅立叶重建

收录时间:2013-12-05
资源分类:Matlab 工具:MATLAB 8.0 (R2012b)

POCS笛卡尔局部傅里叶变换对MRI数据进行快速和强大的重建

MRI Partial Fourier reconstruction with POCS

POCS (Projection Onto Convex Sets) is often used to reconstruct partial Fourier MRI data.

This implementation works with 2D or 3D data on a Cartesian grid. It is optimized for speed and automatically detects the asymmetrically sampled dimension.

 

Input data is generally assumed to be a multi-channel k-space signal, with the first dimension for the channels (or coils). You can, however, pass a pure 2D array.

 

 [im, kspFull] = pocs( kspIn, iter, watchProgr )

 

 === Input ===

 

   kspIn: Reduced Cartesian MRI Data-Set

               Any dimension may be reduced,

               but only one reduction dim. is allowed due to Physics/Math.

 

               Allowed shapes for kspIn are...

                 ... Ny x Nx

                 ... Nc x Ny x Nx

                 ... Nc x Ny x Nx x Nz

 

               With Nc == number of receive Channels / Coils.

 

               kspIn can either be a zero-padded array, so the partial Fourier property is obvious.

               Or kspIn can be the measured data only, then we try to find k-space centre automagically

               and create a zero-padded array with the full size, first.

               Errors are however more likely to occur in the latter case.

 

   iter: No. of iterations

   (optional) default: iter = 20

               Try on your own if larger iter improves your results!

 

   watchProgr: true/false; Whether the progress of the reconstruction should

   (optional) be monitored in an image window.

               In 3D data, only the central partition will be shown.

 

 === Output ===

 

   im: Reconstructed Images (channels not combined)

 

   kspFull: Reconstructed full k-space data (just the Fourier transformed im)

文件下载列表
pocs.zip (11.9KB)  
附件内容(只显示3中的2个)
pocs.m  pocs_example.m  
标签: 数据重建 核磁共振 
更多

目前尚无评论

用户反馈   关于我们
Copyright (©) ZHIHUISHI.COM 2013 All Rights Reserved.
京ICP备18060134号-3