fft_freq_axis.m
Frequency axis for FFT with optional zero-filling.
Syntax
[f_shift,f,df,nfft]=fft_freq_axis(npts,dt,zf)
Parameters
npts - number of acquired time-domain points
dt - time step between points
zf - zero-fill length added to time domain
Outputs
f_shift - frequency axis for fftshift(fft(...))
f - frequency axis for fft(...)
df - frequency resolution
Examples
See examples in the Spinach distribution relevant to this function.
Notes
This page was generated from the function header in the Spinach repository.
See also
ifft_time_axis.m, plot_1d.m, plot_2d.m, plot_3d.m, bloch_sph_plot.m, autoexec.m, bos_product_table.m, fwhm2rlx.m, icm2hz.m, intrep.m, istraceless.m, kq2lin.m, kronm.m, lcurve.m, lin2kq.m, min_int_type.m, prune_subgraphs.m, redfield_integral_async.m, redfield_integral_serial.m, repcols.m, reprows.m, serpentine.m, st_product_table.m, tikhol1n.m, unihash.m, which_subst.m, xyz2hfc.m, Kernel_utilities
Version 2.11, authors: Ilya Kuprov