NFFT. A tool that transforms uneven data patterns into useful information.

github.com/jakevdp/nfft

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

November 2022
  • Merge pull request #21 from LeChuck2909/patch-1
  • Update NFFTBasicUsage.ipynb
April 2017
  • DOC: add missing sigma parameter in utils
  • DOC: typos in README
  • DOC: typos in README
  • TYPO: fix k in README
  • DOC: restructure README
  • TYPO: remove sentence fragment in README
  • Add note on computational complexity
  • DOC: fix summation index in forward transform formula
  • DOC: add missing hat in f_k equation
  • DOC: add mention of implementation in README intro
  • DOC: remove 'Pure Python' discussion from notebooks
  • TST: add tests of m and C in kernels
  • MAINT: add test-cov to Makefile
  • Add pypi & license badge to README
  • DOC: add support to README
  • DOC: change 'pure-python' to 'lightweight'
  • Add Python versions to README
  • DOC: fix imports in README example