Difference between revisions of "Ifft time axis.m"

From Spinach Documentation Wiki
Jump to: navigation, search
(See also)
m (Rename Arguments section heading to Parameters)
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

Revision as of 18:49, 5 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

Version 2.11, authors: Ilya Kuprov