defaultalt Technical University of Denmark
CT image of lungs and heart 31655 Medical Imaging Systems
    Main page
DTU Teaching Center for Fast
Ultrasound Imaging
Field II JAJ

Plan

Menu Line

Teams 2023

Menu Line

Course material

Menu Line
Programs
Menu Line

Exercises

Menu Line
   Exercise 1
   Exercise 2
   Exercise 3
   Exercise 4
   Exercise 5
   Exercise 6
   Exercise 7
    MR data ex. 7
Menu Line

Ultrasound Data

Menu Line
CT Data
Menu Line

Papers

Menu Line

Teachers

Menu Line

Description

Menu Line
Learning objectives
Menu Line
News
Menu Line

About this site

Menu Line


MR data for Exercise 7


The MR data for exercise 7 is contained in the file MRdata.mat. The data can be downloaded here. It contains the raw MR data used for the reconstruction. Note that the file is very large (28 MBytes), so it might take some time to download.

The EPI MR raw data can be loaded into matlab using the commands:

load('MRdata.mat');
% Dimensions of raw are slices, coils, y, x:
[nslc, ncoil, ny, nx] = size(raw);

For each slice and coil, raw is a 128 x 128 matrix of complex measurements, S=S_x+i S_y, where the signals S_x and S_y are proportional to the components of the total transverse magnetization in orthogonal directions x and y. Each line raw(slc,coil,Cy,:) is measured on a positive or negative gradient lobe (moving right or left in k-space).

The text for exercise 7: MR scanning, can be found here (pdf file)


/22485/exercises/exercise7/mr_data_exercise_7.html
Last updated: 7:38 on Thu, 02-Nov-2017