Learn R Programming

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

fftwtools (version 0.9-5)

Wrapper for fftw3: includes 1-D, univariate and multivariate, and 2-D transform

Description

This package is a wrapper for several fftw functions. Please see the fftw package for additional tools. 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 fftw and mvfft. The fft functions have a parameter that allows them to not return the redundant complex conjugate when the input is real data. Please see the package fftw for general one-dimensional use of fftw, the discrete cosine transform, and for more detailed use of performance enhancing plans when using fftw. The calls to fftw and mvfftw in this package mimic the standard routines in R.

Copy Link

Version

Install

install.packages('fftwtools')

Monthly Downloads

7,888

Version

0.9-5

License

GPL (>= 2)

Issues

Pull Requests

Stars

Forks

Maintainer

Karim Rahim

Last Published

June 26th, 2013

Functions in fftwtools (0.9-5)

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