Learn R Programming

⚠️There's a newer version (0.9-11) of this package.Take me there.

fftwtools (version 0.9-7)

Wrapper for FFTW3: Includes 1-D, Univariate and Multivariate, and 2-D Transform

Description

Provides a wrapper for several FFTW functions. This package provides access to the two-dimensional FFT, the multivariate FFT, and the one-dimensional real to complex FFT using FFTW3. The package includes the functions fftw and mvfftw which are designed to mimic the functionality of the R functions fft and mvfft. The FFT functions have a parameter that allows them to not return the redundant complex conjugate when the input is real data.

Copy Link

Version

Install

install.packages('fftwtools')

Monthly Downloads

7,888

Version

0.9-7

License

GPL (>= 2)

Issues

Pull Requests

Stars

Forks

Maintainer

Karim Rahim

Last Published

March 18th, 2015

Functions in fftwtools (0.9-7)

mvfftw

Compute the FFT on each column of a matrix using FFTW3
fftw

Compute fft using fftw3
fftw2d

Compute a two-dimensional FFT on a matrix using FFTW3