basic_1d_hard.m

From Spinach Documentation Wiki
Jump to: navigation, search

Basic 1D imaging sequence with a hard pulse; it must be called from the imaging.m context, which provides H,R,K,G, and F.

Syntax

    fid=basic_1d_hard(spin_system,parameters,H,R,K,G,F)

Parameters

   parameters.rho0         - initial condition

   parameters.coil         - detection state

   parameters.ro_grad_ampl - readout gradient amplitude, T/m

   parameters.sweep        - detection sweep width, Hz

   parameters.npoints      - number of points in the fid

   parameters.offset       - transmitter and receiver offset, Hz

Outputs

    fid - free induction decay that should be Fourier transformed
          to obtain the image

Examples

See gradient_image_1d.m file in examples/imaging directory.

See also

phase_enc_2d.m, epi_2d.m, imaging.m, cpmg_dec.m, epi_3d.m, fse.m, grad_echo.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, Imaging_module, Mri_sequence_list

Version 2.1, authors: Ilya Kuprov, Ahmed Allami