Difference between revisions of "Plot uf.m"
m (Rename Arguments section heading to Parameters) |
(Update function See also links and function index membership) |
||
| Line 38: | Line 38: | ||
==See also== | ==See also== | ||
| − | [[plot_1d.m]], [[plot_2d.m]], [[plot_3d.m]], [[mri_2d_plot.m]], [[volplot.m]], [[molplot.m]], [[hfc_display.m]], [[cst_display.m]], [[trajan.m]] | + | [[plot_1d.m]], [[plot_2d.m]], [[plot_3d.m]], [[mri_2d_plot.m]], [[volplot.m]], [[molplot.m]], [[hfc_display.m]], [[cst_display.m]], [[trajan.m]], [[apodisation.m]], [[axis_1d.m]], [[bloch_sph_plot.m]], [[bwr_cmap.m]], [[contspacing.m]], [[crop_2d.m]], [[cylgrid.m]], [[fid2ascii.m]], [[ft_axis.m]], [[heterodyne.m]], [[int_2d.m]], [[s2json.m]], [[scale_figure.m]], [[slice_2d.m]], [[stack_2d.m]], [[sweep2ticks.m]], [[write_movie.m]], [[xyz2pd.m]], [[zoom_3d.m]], [[Import,_export,_and_visualisation]], [[Kernel_utilities]] |
''Version 2.3, authors: [[Maria Grazia Concilio]]'' | ''Version 2.3, authors: [[Maria Grazia Concilio]]'' | ||
Latest revision as of 19:39, 6 June 2026
Plotting utility for ultrafast constant-time 2D pulse sequences.
Syntax
plot_uf(spin_system,spectrum_uf,parameters)
Parameters
spectrum_uf - a real matrix containing the 2D UF NMR
spectrum
parameters.spins - cell array with one ot two character
strings specifying the working spins
parameters.dims - sample dimension, m
parameters.deltat - time step for the acquisition gradient, s
parameters.npoints - number of points in the acquisition
gradient
parameters.Ga - amplitude of the acquisition gradient, T/m
parameters.offset - two transmitter offsets for the
conventional and uf dimension, Hz
parameters.axis_units - axis units ('ppm' or 'Hz')
parameters.offset_uf_cov - offset between chemical shifts of a MQ
along the F1 dimension of a conventional
and an UF spectra ('ppm' or 'Hz').
Outputs
a figure with correct axis ticks axes in the UF and conventional
dimension
See also
plot_1d.m, plot_2d.m, plot_3d.m, mri_2d_plot.m, volplot.m, molplot.m, hfc_display.m, cst_display.m, trajan.m, apodisation.m, axis_1d.m, bloch_sph_plot.m, bwr_cmap.m, contspacing.m, crop_2d.m, cylgrid.m, fid2ascii.m, ft_axis.m, heterodyne.m, int_2d.m, s2json.m, scale_figure.m, slice_2d.m, stack_2d.m, sweep2ticks.m, write_movie.m, xyz2pd.m, zoom_3d.m, Import,_export,_and_visualisation, Kernel_utilities
Version 2.3, authors: Maria Grazia Concilio