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:
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')) |
Bug tracker:https://github.com/krahim/fftwtools/issues
Last updated 4 months agofrom:99289043bb. Checks:OK: 9. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 14 2024 |
R-4.5-win-x86_64 | OK | Nov 14 2024 |
R-4.5-linux-x86_64 | OK | Nov 14 2024 |
R-4.4-win-x86_64 | OK | Nov 14 2024 |
R-4.4-mac-x86_64 | OK | Nov 14 2024 |
R-4.4-mac-aarch64 | OK | Nov 14 2024 |
R-4.3-win-x86_64 | OK | Nov 14 2024 |
R-4.3-mac-x86_64 | OK | Nov 14 2024 |
R-4.3-mac-aarch64 | OK | Nov 14 2024 |
Exports:fftwfftw_c2cfftw_c2c_2dfftw_c2c_3dfftw_c2c_xdfftw_c2rfftw_r2cfftw_r2c_2dfftw_r2c_3dfftw2dfftw3dmvfftwmvfftw_c2cmvfftw_c2rmvfftw_r2c
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Compute fft using fftw3 | fftw fftw_c2c fftw_c2r fftw_r2c |
Compute a two-dimensional FFT on a matrix using FFTW3 | fftw2d fftw_c2c_2d fftw_c2c_xd fftw_r2c_2d |
Compute a two-dimensional FFT on a matrix using FFTW3 | fftw3d fftw_c2c_3d fftw_r2c_3d |
Compute the FFT on each column of a matrix using FFTW3 | mvfftw mvfftw_c2c mvfftw_c2r mvfftw_r2c |