A parallel non-uniform fast Fourier transform library based on an "exponential of semicircle" kernel

08/21/2018
by   Alex H. Barnett, et al.
0

The nonuniform fast Fourier transform (NUFFT) generalizes the FFT to off-grid data. Its many applications include image reconstruction, data analysis, and the numerical solution of differential equations. We present FINUFFT, an efficient parallel library for type 1 (nonuiform to uniform), type 2 (uniform to nonuniform), or type 3 (nonuniform to nonuniform) transforms, in dimensions 1, 2, or 3. It uses minimal RAM, requires no precomputation or plan steps, and has a simple interface to several languages. We perform the expensive spreading/interpolation between nonuniform points and the fine grid via a simple new kernel—the `exponential of semicircle' e^β√(1-x^2) in x∈[-1,1]—in a cache-aware load-balanced multithreaded implementation. The deconvolution step requires the Fourier transform of the kernel, for which we propose efficient numerical quadrature. For types 1 and 2, rigorous error bounds asymptotic in the kernel width approach the fastest known exponential rate, namely that of the Kaiser–Bessel kernel. We benchmark against several popular CPU-based libraries, showing favorable speed and memory footprint, especially in three dimensions when high accuracy and/or clustered point distributions are desired.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
01/26/2020

Aliasing error of the exp(β√(1-z^2)) kernel in the nonuniform fast Fourier transform

The most popular algorithm for the nonuniform fast Fourier transform (NU...
research
02/16/2021

cuFINUFFT: a load-balanced GPU library for general-purpose nonuniform FFTs

Nonuniform fast Fourier transforms dominate the computational cost in ma...
research
03/05/2020

Malliavin-Mancino estimators implemented with non-uniform fast Fourier transforms

We implement and test kernel averaging Non-Uniform Fast-Fourier Transfor...
research
10/23/2018

Nonequispaced Fast Fourier Transform (NFFT) Interface for Julia

This report describes the newly added Julia interface to the NFFT3 libra...
research
06/26/2017

Using Frame Theoretic Convolutional Gridding for Robust Synthetic Aperture Sonar Imaging

Recent progress in synthetic aperture sonar (SAS) technology and process...
research
08/01/2023

A Dual-space Multilevel Kernel-splitting Framework for Discrete and Continuous Convolution

We introduce a new class of multilevel, adaptive, dual-space methods for...

Please sign up or login with your details

Forgot password? Click here to reset