FourierTransform Class Reference

#include <FourierTransform.hxx>

List of all members.

Public Member Functions

 FourierTransform (unsigned long int frameSize, double normalizationFactor, bool isComplex)
 ~FourierTransform ()
void doIt (const float *input)
void doIt (const double *input)
const std::vector< double > & spectrum () const

Detailed Description

Definition at line 29 of file FourierTransform.hxx.


Constructor & Destructor Documentation

FourierTransform::FourierTransform ( unsigned long int  frameSize,
double  normalizationFactor,
bool  isComplex 
)

Definition at line 31 of file FourierTransform.cxx.

FourierTransform::~FourierTransform (  ) 

Definition at line 48 of file FourierTransform.cxx.


Member Function Documentation

void FourierTransform::doIt ( const double *  input  ) 

Definition at line 170 of file FourierTransform.cxx.

void FourierTransform::doIt ( const float *  input  ) 

Definition at line 166 of file FourierTransform.cxx.

Referenced by Simac::ConstantQTransform::sparsekernel().

const std::vector<double>& FourierTransform::spectrum (  )  const [inline]

Definition at line 44 of file FourierTransform.hxx.

Referenced by Simac::ConstantQTransform::sparsekernel().


The documentation for this class was generated from the following files:
Generated by  doxygen 1.6.3