NFFT is a software library, written in C, for computing non-equispaced fastFourier transforms and related variations. It implements the followingtransforms:
Non-equispaced fast Fourier transform (NFFT)
Generalisations
Generalised inverse transformations based on iterative methods, e.g. CGNR/CGNE
Some examples for application of these transforms are provided:
Medical imaging
Summation schemes
polar FFT, discrete Radon transform, ridgelet transform
Detailed API documentation in HTML format can be found indoc/html/index.html
, if you are working from a release tarball.When working from a source repository, the documentation can begenerated with Doxygen.
make doc
The NFFT depends on the FFTW library, which is available for many Linux distros, Homebrew on macOS and MSYS2 on Windows. If you compile the FFTW yourself, it should be configured --enable-shared
.
When working from a source repository, you need to run libtoolize and autoreconf first. A bash script to do this is provided.
./bootstrap.sh
The rest of the build process is standard.
./configure --enable-all --enable-openmp [add options as necessary, see below]
Alternatively, you might run the configure script for Matlab.
./configure --enable-all --enable-openmp --with-matlab=/path/to/matlab
Here are some useful optional flags for ./configure
:
--enable-all
specifies that all modules should be compiled,--enable-openmp
enables the multicore support and--enable-julia
specifies that the julia interface will be compiled.--with-matlab=path/to/matlab
specifies a path of Matlab, and--with-octave=path/to/octave
does the same for GNU Octave../configure --help
.Build the software.
make
Optionally, unit tests may be run.
make check
Optionally, install NFFT on your system.
make install
The most current general paper, the one that we recommend if you wish to cite NFFT, is Keiner, J., Kunis, S., and Potts, D.''Using NFFT 3 - a software library for various nonequispaced fast Fourier transforms''ACM Trans. Math. Software,36, Article 19, 1-30, 2009.
Your comments are welcome! This is the third version of the library and maynot be as robust or well documented as it should be. Please keep track of bugsor missing/confusing instructions and report them toDaniel Potts.The postal address is
Prof. Dr. Daniel Potts
TU Chemnitz, Fakultaet fuer Mathematik
Reichenhainer Str. 39
09107 Chemnitz
GERMANY
Alternatively, you might contactStefan KunisorJens Keiner.
If you find NFFT useful, we would be delighted to hear about what applicationyou are using NFFT for!
Copyright (c) 2002, 2017 Jens Keiner, Stefan Kunis, Daniel Potts
This software was written by Jens Keiner, Stefan Kunis and Daniel Potts.It was developed at the Mathematical Institute, University ofLuebeck, and at the Faculty of Mathematics, Chemnitz University of Technology.
NFFT3 is free software. You can redistribute it and/or modify it under theterms of the GNU General Public License as published by the Free SoftwareFoundation; either version 2 of the License, or (at your option) any laterversion. If not stated otherwise, this applies to all files contained in thispackage and its sub-directories.
This program is distributed in the hope that it will be useful,but WITHOUT ANY WARRANTY; without even the implied warranty ofMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See theGNU General Public License for more details.
You should have received a copy of the GNU General Public Licensealong with this program; if not, write to the Free SoftwareFoundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
File/Folder | Purpose |
---|---|
3rdparty (dir) | Third-party source code |
aclocal.m4 | Macros for configure script |
applications (dir) | Application programs (see 4) above) |
AUTHORS | Information about the authors of NFFT |
bootstrap.sh | Bootstrap shell script that call Autoconf and friends |
ChangeLog | A short version history |
config (dir) | Used by configure script |
configure | Configure script (created by calling ./bootstrap.sh) |
configure.ac | Autoconf configure script template |
CONVENTIONS | Internal coding conventions |
COPYING | Information about redistributing NFFT |
doc (dir) | User and developer documentation |
examples (dir) | Simple examples for using NFFT routines |
include (dir) | Header files |
INSTALL | Installation instructions |
julia (dir) | Julia interface for nfft |
kernel (dir) | Source code for core library routines |
Makefile.am | Automake Makefile template |
Makefile.in | Makefile template generated from Makefile.am, processed by configure script |
matlab (dir) | Matlab MEX interfaces for nfft, nfsft, nfsoft, nfft |
NEWS | New and noteworthy |
README | This file. |
README.md | This file |
tests (dir) | CUnit tests |
@[TOC](Windows下Nonequispaced fast Fourier transform(NFFT)安装以及链接64位Matlab) 系统要求 NFFT 3.5.1 a 64-bit Windows PC 64-bit Matlab 方法 下载并安装 MSYS2 打开MinGW-w64 Win64 Shell,键入 pacman -S mingw-w64-x86_64-gcc tar
问题描述: matlab [B,F.T] = SPECGRAM(A,NFFT,Fs,WINDOW,NOVERLAP) 我想知道这个B到底是代表什么 直接输SPECGRAM(A,NFFT,Fs,WINDOW,NOVERLAP)是输出语谱图, 下面是help 的结果 ,无奈英语看不懂 SPECGRAM Spectrogram using a Short-Time Fourier Transform (