ewoksndreg.math.fft.fftfreq#
- ewoksndreg.math.fft.fftfreq(n, d=1, centered=False, freqconvention=fftConvention.numpy)[source]#
Fourier space with zero frequency first
- Parameters:
n (
int
) – number of real space data pointsd (
float
) – real space data point spacingcentered (
bool
) – zero frequency in the middlefreqconvention (
fftConvention
) – even frequency convention
- Return type:
ndarray