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.7)fftwtools_0.9-11.zip(r-4.6)fftwtools_0.9-11.zip(r-4.5)
fftwtools_0.9-11.tgz(r-4.6-x86_64)fftwtools_0.9-11.tgz(r-4.6-arm64)fftwtools_0.9-11.tgz(r-4.5-x86_64)fftwtools_0.9-11.tgz(r-4.5-arm64)
fftwtools_0.9-11.tar.gz(r-4.7-arm64)fftwtools_0.9-11.tar.gz(r-4.7-x86_64)fftwtools_0.9-11.tar.gz(r-4.6-arm64)fftwtools_0.9-11.tar.gz(r-4.6-x86_64)
fftwtools_0.9-11.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION
card.svg |card.png
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 from:99289043bb. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 122 | ||
| linux-devel-x86_64 | OK | 112 | ||
| source / vignettes | OK | 198 | ||
| linux-release-arm64 | OK | 109 | ||
| linux-release-x86_64 | OK | 100 | ||
| macos-release-arm64 | OK | 142 | ||
| macos-release-x86_64 | OK | 194 | ||
| macos-oldrel-arm64 | OK | 143 | ||
| macos-oldrel-x86_64 | OK | 281 | ||
| windows-devel | OK | 83 | ||
| windows-release | OK | 79 | ||
| windows-oldrel | OK | 66 | ||
| wasm-release | OK | 104 |
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 |
