Difference between revisions of "Ifft time axis.m"

From Spinach Documentation Wiki
Jump to: navigation, search
(Create documentation page from Spinach function header)
 
(Expand See also links to related Spinach functions and docs)
Line 26: Line 26:
  
 
==See also==
 
==See also==
[[Main_Page]]
+
* [[fft_freq_axis.m]]
 +
* [[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]]''

Revision as of 21:20, 22 February 2026

Documentation page for ifft_time_axis.m.

Syntax

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

Arguments

       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


Version 2.11, authors: Ilya Kuprov