Details
nfft: Lightweight non-equispaced Fast Fourier Transform in Python
|
The nfft package is a lightweight implementation of the non-equispaced fast Fourier transform (NFFT), implemented via numpy and scipy and released under the MIT license. For information about the NFFT algorithm, see the paper Using NFFT 3 – a software library for various nonequispaced fast Fourier transforms. The nfft package achieves comparable performance to the C package described in that paper, without any customized compiled code. Rather, it makes use of the computational building blocks available in NumPy and SciPy. For a discussion of the algorithm and this implementation, see the Implementation Walkthrough notebook. |
python |
Submitted by elementlist on Apr 14, 2017 |
536 views. Averaging 0 views per day. |
Please login or register if you wish to leave a comment.
Submit
New Links
Most Popular
Quick Search
Statistics
3,012 listings in 21 categories, with 2,296,996 clicks. Directory last updated Sep 12, 2023.
Welcome Melvintrund, the newest member.
Comments on nfft: Lightweight non-equispaced Fast Fourier Transform in Python