https://github.com/tknopp/NFFT.jl
Raw File
Tip revision: 5f3dc6cd42143f372096f2853288b29dffdcb585 authored by Tobias Knopp on 09 October 2022, 15:25:15 UTC
remove (heavy) Graphics.jl dependency
Tip revision: 5f3dc6c
README.md
# NFFT.jl

This package provides a Julia implementation of the Non-equidistant Fast Fourier Transform (NFFT).
Documentation can be found under the following link:

[![](https://img.shields.io/badge/docs-latest-blue.svg)](https://JuliaMath.github.io/NFFT.jl/dev)

[![Build status](https://github.com/JuliaMath/NFFT.jl/workflows/CI/badge.svg)](https://github.com/JuliaMath/NFFT.jl/actions)

[![codecov.io](http://codecov.io/github/JuliaMath/NFFT.jl/coverage.svg?branch=master)](http://codecov.io/github/JuliaMath/NFFT.jl?branch=master)

## How to give credit
If you use this package please acknowledge it by citing:

T. Knopp, M. Boberg and M. Grosser, NFFT.jl: Generic and Fast Julia Implementation of the Nonequidistant
 Fast Fourier Transform, 2022 [*arXiv:2208.00049*](http://arxiv.org/abs/2208.00049)

A BibTeX file `NFFT.bib` can be found in the root folder of the Github repository.

## Community Standards

This project is part of the Julia community and follows the [Julia community standards](https://julialang.org/community/standards/). 
back to top