Package: fftwtools 0.9-11

fftwtools: Wrapper for 'FFTW3' Includes: One-Dimensional, Two-Dimensional, Three-Dimensional, and Multivariate Transforms

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 the 'FFTW3' library. 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.

Authors:Karim Rahim <[email protected]>

fftwtools_0.9-11.tar.gz
fftwtools_0.9-11.zip(r-4.5)fftwtools_0.9-11.zip(r-4.4)fftwtools_0.9-11.zip(r-4.3)
fftwtools_0.9-11.tgz(r-4.4-x86_64)fftwtools_0.9-11.tgz(r-4.4-arm64)fftwtools_0.9-11.tgz(r-4.3-x86_64)fftwtools_0.9-11.tgz(r-4.3-arm64)
fftwtools_0.9-11.tar.gz(r-4.5-noble)fftwtools_0.9-11.tar.gz(r-4.4-noble)
fftwtools_0.9-11.tgz(r-4.4-emscripten)fftwtools_0.9-11.tgz(r-4.3-emscripten)
fftwtools.pdf |fftwtools.html
fftwtools/json (API)

# Install 'fftwtools' in R:
install.packages('fftwtools', repos = c('https://krahim.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/krahim/fftwtools/issues

Uses libs:
  • fftw3– Library for computing Fast Fourier Transforms

On CRAN:

15 exports 10 stars 5.29 score 0 dependencies 58 dependents 24 scripts 5.0k downloads

Last updated 2 months agofrom:99289043bb. Checks:OK: 9. Indexed: yes.

TargetResultDate
Doc / VignettesOKSep 15 2024
R-4.5-win-x86_64OKSep 15 2024
R-4.5-linux-x86_64OKSep 15 2024
R-4.4-win-x86_64OKSep 15 2024
R-4.4-mac-x86_64OKSep 15 2024
R-4.4-mac-aarch64OKSep 15 2024
R-4.3-win-x86_64OKSep 15 2024
R-4.3-mac-x86_64OKSep 15 2024
R-4.3-mac-aarch64OKSep 15 2024

Exports:fftwfftw_c2cfftw_c2c_2dfftw_c2c_3dfftw_c2c_xdfftw_c2rfftw_r2cfftw_r2c_2dfftw_r2c_3dfftw2dfftw3dmvfftwmvfftw_c2cmvfftw_c2rmvfftw_r2c

Dependencies:

ffttools example and simple use example

Rendered fromtestTimeAndSimpleUse.Rnwusingutils::Sweaveon Sep 15 2024.

Last update: 2014-02-20
Started: 2014-02-20

Readme and manuals

Help Manual

Help pageTopics
Compute fft using fftw3fftw fftw_c2c fftw_c2r fftw_r2c
Compute a two-dimensional FFT on a matrix using FFTW3fftw2d fftw_c2c_2d fftw_c2c_xd fftw_r2c_2d
Compute a two-dimensional FFT on a matrix using FFTW3fftw3d fftw_c2c_3d fftw_r2c_3d
Compute the FFT on each column of a matrix using FFTW3mvfftw mvfftw_c2c mvfftw_c2r mvfftw_r2c