LTL
2.0.x
|
Files | |
file | fftw.h |
Classes | |
class | ltl::FourierTransform< T, N > |
Interface to call libfftw3 FFT routines on MArrays
up to rank 3.
Interface to fftw3 FFT library. Currently, each call to one of the FFT methods causes a new plan to be generated. This is highly inefficient, but safe. It guarantees that pointers to the data strorage of MArray
do not escape by being stored in a plan that might survive the MArray
object.
All transforms leave the output array un-normalized. To normalize (divide by number of elements) call normalize()
.