Difference between revisions of "Ufmq.m"
(Created page with "{{DISPLAYTITLE:ufmq_nmr.m}} Ultrafast multiple-quantum NMR, a literal implementation of Figure 1A from (http://dx.doi.org/10.1002/cphc.201800667). ==Syntax== fid=ufmq_...") |
(Update function See also links and function index membership) |
||
| (10 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| − | {{DISPLAYTITLE: | + | {{DISPLAYTITLE:ufmq.m}} __NOTOC__ |
Ultrafast multiple-quantum NMR, a literal implementation of Figure 1A from (http://dx.doi.org/10.1002/cphc.201800667). | Ultrafast multiple-quantum NMR, a literal implementation of Figure 1A from (http://dx.doi.org/10.1002/cphc.201800667). | ||
| Line 6: | Line 6: | ||
fid=ufmq_nmr(spin_system,parameters,H,R,K,G,F) | fid=ufmq_nmr(spin_system,parameters,H,R,K,G,F) | ||
| − | == | + | ==Parameters== |
parameters.dims - size of the sample, m | parameters.dims - size of the sample, m | ||
| − | + | ||
parameters.npts - number of grid points in the sample | parameters.npts - number of grid points in the sample | ||
| − | + | ||
parameters.npoints - number of acquired points for each gradient readout | parameters.npoints - number of acquired points for each gradient readout | ||
| − | + | ||
parameters.nloops - number of loop, where each loop consists of a positive | parameters.nloops - number of loop, where each loop consists of a positive | ||
and a negative readout | and a negative readout | ||
| − | + | ||
parameters.offset - offset, Hz | parameters.offset - offset, Hz | ||
| − | + | ||
parameters.Ga - acquisition gradient, T/m | parameters.Ga - acquisition gradient, T/m | ||
| − | + | ||
parameters.deltat - timestep for acquisition, s | parameters.deltat - timestep for acquisition, s | ||
| − | + | ||
parameters.pulsenpoints - number of points in the pulse shape | parameters.pulsenpoints - number of points in the pulse shape | ||
| − | + | ||
parameters.BW - bandwidth of the pulse, Hz | parameters.BW - bandwidth of the pulse, Hz | ||
| − | + | ||
parameters.Ge - encoding gradient, T/m | parameters.Ge - encoding gradient, T/m | ||
| − | + | ||
parameters.Te - duration of the pulse, s | parameters.Te - duration of the pulse, s | ||
| − | + | ||
parameters.chirptype - can be 'wurst' or 'smoothed' | parameters.chirptype - can be 'wurst' or 'smoothed' | ||
| − | + | ||
parameters.smfactor - smoothing factor for the pulse | parameters.smfactor - smoothing factor for the pulse | ||
| − | + | ||
The last five parameters (H,R,K,G,F) are built automatically by [[imaging.m]] context function | The last five parameters (H,R,K,G,F) are built automatically by [[imaging.m]] context function | ||
when this sequence is called from that [[Kernel_contexts|context]]. | when this sequence is called from that [[Kernel_contexts|context]]. | ||
| Line 43: | Line 43: | ||
==See also== | ==See also== | ||
| − | [[imaging.m]], [[ | + | [[imaging.m]], [[chirp_pulse.m]], [[shaped_pulse_xy.m]], [[step.m]], [[evolution.m]], [[coherence.m]], [[dosy_oneshot.m]], [[idosyzs.m]], [[psyche.m]], [[psycosy.m]], [[spencosy.m]], [[spendosy.m]], [[spendosycosy.m]], [[st_ideal.m]], [[Built-in_experiments]], [[Kernel_functions]] |
| − | |||
''Version 2.3, authors: [[Maria Grazia Concilio]], [[Ilya Kuprov]]'' | ''Version 2.3, authors: [[Maria Grazia Concilio]], [[Ilya Kuprov]]'' | ||
Latest revision as of 19:42, 6 June 2026
Ultrafast multiple-quantum NMR, a literal implementation of Figure 1A from (http://dx.doi.org/10.1002/cphc.201800667).
Syntax
fid=ufmq_nmr(spin_system,parameters,H,R,K,G,F)
Parameters
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
See also
imaging.m, chirp_pulse.m, shaped_pulse_xy.m, step.m, evolution.m, coherence.m, dosy_oneshot.m, idosyzs.m, psyche.m, psycosy.m, spencosy.m, spendosy.m, spendosycosy.m, st_ideal.m, Built-in_experiments, Kernel_functions
Version 2.3, authors: Maria Grazia Concilio, Ilya Kuprov