SourceXtractorPlusPlus  0.10
Please provide a description of the project.
Classes | Namespaces | Functions
FFT.h File Reference
#include <complex>
#include <memory>
#include <fftw3.h>
Include dependency graph for FFT.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  SourceXtractor::FFTTraits< T >
 Wrap FFTW types and functions depending on the primitive type (float or double) More...
 
struct  SourceXtractor::FFTTraits< float >
 Traits for float. More...
 
struct  SourceXtractor::FFTTraits< double >
 Traits for double. More...
 
class  SourceXtractor::FFT< T >
 Wraps the FFTW API with a more C++ like one. More...
 

Namespaces

 SourceXtractor
 

Functions

int SourceXtractor::fftRoundDimension (int size)