fft_freq_axis.m

From Spinach Documentation Wiki
Revision as of 18:48, 5 June 2026 by Kuprov (talk | contribs) (Rename Arguments section heading to Parameters)
Jump to: navigation, search

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

Version 2.11, authors: Ilya Kuprov