ufmq.m

From Spinach Documentation Wiki
Revision as of 15:04, 5 April 2026 by Kuprov (talk | contribs) (Sync syntax/arguments/outputs with current Spinach source)
Jump to: navigation, search


Ultrafast multiple-quantum NMR, a literal implementation of Figure 1A from (http://dx.doi.org/10.1002/cphc.201800667).

Syntax

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

Arguments

parameters.dims - size of the sample, m

    parameters.npts           - number of grid points in the sample
   
    parameters.npoints        - number of acquired points for each gradient readout
   
    parameters.nloops         - number of loop, where each loop consists of a positive
                                and a negative readout
   
    parameters.offset         - offset, Hz
 
    parameters.Ga             - acquisition gradient, T/m
   
    parameters.deltat         - timestep for acquisition, s
   
    parameters.pulsenpoints   - number of points in the pulse shape
   
    parameters.BW             -  bandwidth of the pulse, Hz
   
    parameters.Ge             -  encoding gradient, T/m
  
    parameters.Te             - duration of the pulse, s
   
    parameters.chirptype      - can be 'wurst' or 'smoothed'
   
    parameters.smfactor       - smoothing factor for the pulse
  
    The last five parameters (H,R,K,G,F) are built automatically by imaging.m context function 
    when this sequence is called from that context.

Outputs

fid - free induction decay of the ultrafast NMR spectrum.

mariagrazia.concilio@sjtu.edu.cn
jean-nicolas.dumez@univ-nantes.fr
ilya.kuprov@weizmann.ac.il

See also

imaging.m, chirp_pulse.m, shaped_pulse_xy.m, step.m, evolution.m, coherence.m

Shaped pulses and gradients


Version 2.3, authors: Maria Grazia Concilio, Ilya Kuprov