NUFFT
NUFFT, or non-uniform fast Fourier transform, is a family of algorithms for efficiently computing the Fourier transform when data are sampled at non-uniform positions or when the desired frequency samples are non-uniform. Unlike the standard FFT, which assumes uniform sampling in either space or frequency, NUFFT aims to provide accurate results with nearly the same computational efficiency as FFT-based methods.
The core idea is to embed the non-uniform transform into a uniform grid via interpolation or convolution
There are several variants commonly referred to as Type I, II, and III. Type I computes the
Applications are widespread in signal processing and imaging. In magnetic resonance imaging, NUFFT enables reconstruction from
Limitations include parameter selection for the interpolation kernel, potential approximation error, and implementation-dependent constants. Nevertheless, NUFFT