Skip to main content
  • Home
  • Development
  • Documentation
  • Donate
  • Operational login
  • Browse the archive

swh logo
SoftwareHeritage
Software
Heritage
Archive
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

Revision c6f4bcf639e7ac5f13cdcd7b4fb2e8de58e722b6 authored by Your Name on 20 January 2016, 09:17:04 UTC, committed by Your Name on 20 January 2016, 09:17:04 UTC
update
1 parent e5b194b
  • Files
  • Changes
  • 1d1aece
  • /
  • README.md
Raw File Download
Permalinks

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • revision
  • directory
  • content
revision badge
swh:1:rev:c6f4bcf639e7ac5f13cdcd7b4fb2e8de58e722b6
directory badge Iframe embedding
swh:1:dir:1d1aece239ace59b4e085f79bd04800835e6808d
content badge Iframe embedding
swh:1:cnt:6bce03f2f854e168a90583607ab81060566c85e2
Citations

This interface enables to generate software citations, provided that the root directory of browsed objects contains a citation.cff or codemeta.json file.
Select below a type of object currently browsed in order to generate citations for them.

  • revision
  • directory
  • content
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
README.md
### pynufft: A python non-uniform fast Fourier transform (NUFFT)

## What is non-uniform fast Fourier transform (NUFFT)?

While FFT is the standard method for calculating the frequency components of a signal, normally, FFT only applies to equispaced grids. 

NUFFT can calculate the frequency components of non-equispaced locations.

## Installation:
pip install pynufft


## Example:

Inside the python environment, type:

>>>import pynufft.pynufft

>>>pynufft.pynufft.test_1D() # test an 1-D case

>>>pynufft.pynufft.test_2D() # test the 2D case


## Features

The pynufft is written in python, using the standard numpy/scipy packages. 

Therefore, the external dependency has been avoided. 

if you find this python program useful, please cite:

Lin J-M, Patterson AJ, Chang H-C, Gillard JH, Graves MJ. An iterative reduced field-of-view reconstruction for periodically rotated overlapping parallel lines with enhanced reconstruction (PROPELLER) MRI. Med Phys 2015;42(10):5757-5767.
(http://www.ncbi.nlm.nih.gov/pubmed/26429249)

The algorithm was modified from the MATLAB NUFFT program described in the following paper:
Fessler JA, Sutton BP. Nonuniform fast Fourier transforms using min-max interpolation. IEEE Trans Signal Process 2003;51(2):560-574.

## Other nufft implementations in Python language

python-nufft: Python bindings to Fortran nufft. (https://github.com/dfm/python-nufft/)

pynfft: Python bindings of the C-library NFFT which is built on top of FFTW (https://github.com/ghisvail/pyNFFT)

nufftpy: Pure python NUFFT of python-nufft (https://github.com/jakevdp/nufftpy). 


The diff you're trying to view is too large. Only the first 1000 changed files have been loaded.
Showing with 0 additions and 0 deletions (0 / 0 diffs computed)
swh spinner

Computing file changes ...

back to top

Software Heritage — Copyright (C) 2015–2025, The Software Heritage developers. License: GNU AGPLv3+.
The source code of Software Heritage itself is available on our development forge.
The source code files archived by Software Heritage are available under their own copyright and licenses.
Terms of use: Archive access, API— Contact— JavaScript license information— Web API