Grappa algorithm matlab code
Introduce MRI parallel Imaging
Parallel imaging is the use of phased array coils (sometimes called multi coil arrays) for the purpose of faster scanning. For example, the purpose of using parallel Imaging is to reduce the scan time, such as magnetic resonance imaging scan in abdominal if use the parallel imaging method can reduce the patient’s time that holding breath.
Parallel imaging application
Parallel imaging is most useful for applications that have abundant SNR. One of the most successful applications has been to contrast-enhanced MR angiography.
Reducing the scan time is beneficial for catching the peak of the bolus and shorter breath-hold times.
Another general way to use parallel imaging is for artifact reduction for each train pulse sequence such as EPI or RARE. EPI suffers from geometric distortion due to off-resonant spins, whereas RARE suffers from blurring due to T2 decay. Parallel imaging reduces the total number of k-space lines, which in turn can reduce the echo train length.
Parallel imaging reconstruction algorithm catgorized
Parallel imaging methods can generally be categorized as either k-space methods or image space methods
- k-space lines method:
Such as SMASH, GRAPPA, in which missing k-space lines are restored prior to the Fourier transform. - image space method:
Such as SENSE, in which aliasing is removed in image space after the Fourier transform.
What is Grappa
The Grappa algorithm means additional gradient data beyond the original set are measured to obtain the weights. This is called a ’self-calibrating’ technique; it utilizes a limited set of ‘auto-calibration signal’ (ACS) points in k-space to get the weights.
Picture Source: http://mriquestions.com/grappaarc.html
We can explain grappa algorithm that how many coils we have will calculate how many three-dimensional kernels. Each coil’s kernel will be used to fit the k-space data lines that are not sampled per channel, respectively. For example, we have eight coils, then we have to calculate eight three-dimensional kernels, and these eight three-dimensional will be used to fit the eight channel’s k-space data lines that not sampled.
The coil arrangement and choice of kernel size, all of them will influence the effect of reconstruction. From a physical point of view, The image domain changes gently, so the image domain can be represented by a large kernel, and transformed into the frequency domain, we can use a small kernel to fit the unsampled k-space data lines.