Julia Interface for the NFFT C library
NFFT3.jl
provides the following fast algorithms:
- nonequispaced fast Fourier transform (NFFT)
- nonequispaced fast cosine transform (NFCT)
- nonequispaced fast sine transform (NFST)
- fast summation (fastsum)
In Julia you can get started by just typing
] add NFFT3
then checkout the documentation.