sweep2ticks.m

From Spinach Documentation Wiki
Jump to: navigation, search

Converts offset-sweep-npoints specification into axis ticks in Hz. The function returns the frequency axis of the spectrum, suitable for use in Matlab functions like plot().

Syntax

    axis_hz=sweep2ticks(offs,sweep,npoints)

Parameters

      offs     - offset from carrier frequency, Hz

     sweep     - sweep width, Hz

   npoints     - number of points in the spectrum

Outputs

    axis_hz     - a column vector of axis ticks, Hz

See also

frqoffset.m, axis_1d.m, plot_1d.m, plot_2d.m, plot_3d.m, apodisation.m, contspacing.m, crop_2d.m, ft_axis.m, heterodyne.m, int_2d.m, molplot.m, mri_2d_plot.m, plot_uf.m, slice_2d.m, stack_2d.m, volplot.m, xyz2pd.m, zoom_3d.m, Kernel_utilities

Version 2.3, authors: Ilya Kuprov