Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jakevdp/nufftpy
Experimenting with pure-Python implementation of the NUFFT
https://github.com/jakevdp/nufftpy
Last synced: about 16 hours ago
JSON representation
Experimenting with pure-Python implementation of the NUFFT
- Host: GitHub
- URL: https://github.com/jakevdp/nufftpy
- Owner: jakevdp
- License: bsd-2-clause
- Created: 2015-02-22T01:47:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-02-24T20:16:56.000Z (over 9 years ago)
- Last Synced: 2024-11-01T09:42:42.871Z (8 days ago)
- Language: Python
- Size: 250 KB
- Stars: 68
- Watchers: 8
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NUFFT in Python
This repository holds experiments with pure-python implementations of the NUFFT and related algorithms.
For more information see the [NUFFT page](http://www.cims.nyu.edu/cmcl/nufft/nufft.html), and also see the [python-nufft](https://github.com/dfm/python-nufft) package which provides simple Python wrappers for the nufft Fortran source.For a discussion of the Python version of this algorithm, see my [blog post](https://jakevdp.github.io/blog/2015/02/24/optimizing-python-with-numpy-and-numba/) on the subject.