SourceXtractorPlusPlus
0.13
Please provide a description of the project.
|
#include <complex>
#include <memory>
#include <fftw3.h>
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) |