Learn R Programming

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

fftwtools (version 0.9-2)

fftwtools

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 fft functions have a parameter that allows them to not return the redundant complex conjugate when the input is real data. The one-dimensional and multivariate fft functions can be inverted without the redundant complex conjugate. 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.

Copy Link

Version

Install

install.packages('fftwtools')

Monthly Downloads

7,888

Version

0.9-2

License

GPL (>= 2)

Issues

Pull Requests

Stars

Forks

Maintainer

Karim Rahim

Last Published

March 18th, 2013

Functions in fftwtools (0.9-2)

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