Chris@19: Chris@19: Chris@19: Real-to-Real Transform Kinds - FFTW 3.3.4 Chris@19: Chris@19: Chris@19: Chris@19: Chris@19: Chris@19: Chris@19: Chris@19: Chris@19: Chris@19: Chris@19: Chris@19: Chris@19:
Chris@19: Chris@19: Chris@19:

Chris@19: Previous: Real-to-Real Transforms, Chris@19: Up: Basic Interface Chris@19:


Chris@19:
Chris@19: Chris@19:

4.3.6 Real-to-Real Transform Kinds

Chris@19: Chris@19:

Chris@19: FFTW currently supports 11 different r2r transform kinds, specified by Chris@19: one of the constants below. For the precise definitions of these Chris@19: transforms, see What FFTW Really Computes. For a more colloquial Chris@19: introduction to these transform kinds, see More DFTs of Real Data. Chris@19: Chris@19:

For dimension of size n, there is a corresponding “logical” Chris@19: dimension N that determines the normalization (and the optimal Chris@19: factorization); the formula for N is given for each kind below. Chris@19: Also, with each transform kind is listed its corrsponding inverse Chris@19: transform. FFTW computes unnormalized transforms: a transform followed Chris@19: by its inverse will result in the original data multiplied by N Chris@19: (or the product of the N's for each dimension, in Chris@19: multi-dimensions). Chris@19: Chris@19:

Chris@19: Chris@19: Chris@19: Chris@19: