planFFT {fftw}R Documentation

Create FFTW plan

Description

see title

Usage

planFFT(n, effort=0)
planDCT(n, type=1, effort=0)

Arguments

n

size of transform

type

type of DCT

effort

how hard fftw tries to find an optimal plan (0 to 3)

Author(s)

Olaf Mersmann <olafm@statistik.uni-dortmund.de>

See Also

FFT and IFFT


[Package fftw version 1.0-8 Index]