Difference between revisions of "Epi 3d.m"
m (Rename Arguments section heading to Parameters) |
(Update function See also links and function index membership) |
||
| Line 34: | Line 34: | ||
==See also== | ==See also== | ||
| − | [[Imaging module]] | + | [[imaging.m]], [[basic_1d_hard.m]], [[cpmg_dec.m]], [[epi_2d.m]], [[fse.m]], [[grad_echo.m]], [[phase_enc_2d.m]], [[phase_enc_3d.m]], [[press_1d.m]], [[press_2d.m]], [[press_voxel_1d.m]], [[press_voxel_2d.m]], [[press_voxel_3d.m]], [[slice_select_1d.m]], [[spin_echo.m]], [[spiral.m]], [[udd_dec.m]], [[uhrig_times.m]], [[Built-in_experiments]], [[Mri_sequence_list]], [[Imaging module]] |
''Version 2.9, authors: [[Ilya Kuprov]], [[Ahmed Allami]]'' | ''Version 2.9, authors: [[Ilya Kuprov]], [[Ahmed Allami]]'' | ||
Latest revision as of 19:36, 6 June 2026
Diffusion weighted 3D echo planar imaging pulse sequence. This sequence must be called from the imaging.m context, which would provide H,R,K,G, and F.
Syntax
fid=epi_3d(spin_system,parameters,H,R,K,G,F)
Parameters
parameters.ss_grad_amp - the amplitude of slice selection
gradient,T/m
parameters.ss_grad_dur - the duration of the slice selection
gradient, seconds
parameters.image_size - number of points in each dimension of
the resulting image
parameters.pe_grad_amp - phase encoding gradient amplitude, T/m
parameters.ro_grad_amp - readout gradient amplitude, T/m
parameters.grad_dur - the duration of the gradients, seconds
parameters.t_echo - echo time after slice selection, seconds
parameters.diff_g_amp - [optional] a vector of diffusion gra-
dient pair amplitudes in X,Y (T/m) to
be active during the echo time
Outputs
fid - k-space representation of the image
See also
imaging.m, basic_1d_hard.m, cpmg_dec.m, epi_2d.m, fse.m, grad_echo.m, phase_enc_2d.m, phase_enc_3d.m, press_1d.m, press_2d.m, press_voxel_1d.m, press_voxel_2d.m, press_voxel_3d.m, slice_select_1d.m, spin_echo.m, spiral.m, udd_dec.m, uhrig_times.m, Built-in_experiments, Mri_sequence_list, Imaging module
Version 2.9, authors: Ilya Kuprov, Ahmed Allami