Learn R Programming

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

fftw

R bindings for the FFTW library.

Install development version

From time to time I release development version to my private R package repository. To install from this repository run:

install.packages("fftw", repos="http://olafmersmann.github.io/drat")

Install from GitHub

To install the bleeding edge version from GitHub run (requires the devtools package):

library("devtools")
install_github("olafmersmann/fftw")

Copy Link

Version

Install

install.packages('fftw')

Monthly Downloads

3,901

Version

1.0-8

License

GPL-2

Maintainer

Uwe Ligges

Last Published

January 8th, 2024

Functions in fftw (1.0-8)

FFT

Calculate (inverse) DFT using the FFT method
planFFT

Create FFTW plan