Difference between revisions of "Ifft time axis.m"

From Spinach Documentation Wiki
Jump to: navigation, search
(Expand See also links to related Spinach functions and docs)
(Update function See also links and function index membership)
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{DISPLAYTITLE:ifft_time_axis.m}} __NOTOC__
 
{{DISPLAYTITLE:ifft_time_axis.m}} __NOTOC__
Documentation page for ifft_time_axis.m.
+
Time axis for IFFT with optional zero-filling.
  
 
==Syntax==
 
==Syntax==
Line 6: Line 6:
 
           [t_shift,t,dt,nifft]=ifft_time_axis(npts,df,zf)
 
           [t_shift,t,dt,nifft]=ifft_time_axis(npts,df,zf)
  
==Arguments==
+
==Parameters==
  
 
         npts    - number of frequency-domain points
 
         npts    - number of frequency-domain points
Line 26: Line 26:
  
 
==See also==
 
==See also==
* [[fft_freq_axis.m]]
+
[[fft_freq_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]]
* [[plot_1d.m]]
 
* [[plot_2d.m]]
 
* [[plot_3d.m]]
 
* [[kuprogram.m]]
 
* [[bloch_sph_plot.m]]
 
 
 
 
 
  
 
''Version 2.11, authors: [[Ilya Kuprov]]''
 
''Version 2.11, authors: [[Ilya Kuprov]]''

Latest revision as of 19:37, 6 June 2026

Time axis for IFFT with optional zero-filling.

Syntax

          [t_shift,t,dt,nifft]=ifft_time_axis(npts,df,zf)

Parameters

       npts    - number of frequency-domain points
       df      - frequency interval between points, Hz
       zf      - zero-fill length added to either
                 side of the frequency domain

Outputs

       t_shift - time axis for fftshift(ifft(...))
       t       - time axis for ifft(...)
       dt      - time step between points

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

fft_freq_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