R/package.R

#' FFTW, the Discrete Fourier Transform Library
#'
#' FFTW is a C subroutine library for computing the discrete Fourier transform (DFT) in one or more dimensions, of arbitrary input size, and of both real and complex data (as well as of even/odd data, i.e. the discrete cosine/sine transforms or DCT/DST). We believe that FFTW, which is free software, should become the FFT library of choice for most applications.
#'
#' @docType package
#' @name fftw3
NULL
MangoTheCat/fftw3 documentation built on May 8, 2019, 3:37 p.m.