CLAM::IFFT_fftw3 Class Reference

Implementation of the IFFT using the Fastest Fourier in the West version 3. More...

#include <IFFT_fftw3.hxx>

List of all members.

Public Member Functions

 IFFT_fftw3 (const IFFTConfig &c=IFFTConfig())
 ~IFFT_fftw3 ()
const char * GetClassName () const
 Override it in every subclass and retur the name of that class.
bool Do ()
 Supervised-mode Do function.
bool Do (const Spectrum &in, Audio &out) const
 Standard IFFT Do function, with storage class references as arguments.
bool MayDisableExecution () const
bool SetPrototypes (const Spectrum &in, const Audio &out)
 IFFT non-supervised mode SetPrototypes function.
bool SetPrototypes ()
 Standard supervised-mode SetPrototypes function.
bool UnsetPrototypes ()
 Standard UnsetPrototypes function.

Detailed Description

Implementation of the IFFT using the Fastest Fourier in the West version 3.

See also:
FFTW Home Page

Definition at line 35 of file IFFT_fftw3.hxx.


Constructor & Destructor Documentation

CLAM::IFFT_fftw3::IFFT_fftw3 ( const IFFTConfig c = IFFTConfig()  ) 

Definition at line 57 of file IFFT_fftw3.cxx.

CLAM::IFFT_fftw3::~IFFT_fftw3 (  ) 

Definition at line 79 of file IFFT_fftw3.cxx.


Member Function Documentation

bool CLAM::IFFT_fftw3::Do ( const Spectrum in,
Audio out 
) const [virtual]

Standard IFFT Do function, with storage class references as arguments.

This method implements the old conversor routines.

Implements CLAM::IFFT_base.

Definition at line 157 of file IFFT_fftw3.cxx.

bool CLAM::IFFT_fftw3::Do (  )  [virtual]

Supervised-mode Do function.

Implements CLAM::IFFT_base.

Definition at line 122 of file IFFT_fftw3.cxx.

Referenced by SetPrototypes().

const char* CLAM::IFFT_fftw3::GetClassName (  )  const [inline, virtual]

Override it in every subclass and retur the name of that class.

Reimplemented from CLAM::IFFT_base.

Definition at line 77 of file IFFT_fftw3.hxx.

bool CLAM::IFFT_fftw3::MayDisableExecution (  )  const [inline, virtual]

Reimplemented from CLAM::IFFT_base.

Definition at line 81 of file IFFT_fftw3.hxx.

bool CLAM::IFFT_fftw3::SetPrototypes (  )  [virtual]

Standard supervised-mode SetPrototypes function.

Reimplemented from CLAM::IFFT_base.

Definition at line 179 of file IFFT_fftw3.cxx.

bool CLAM::IFFT_fftw3::SetPrototypes ( const Spectrum in,
const Audio out 
) [virtual]
bool CLAM::IFFT_fftw3::UnsetPrototypes (  )  [virtual]

Standard UnsetPrototypes function.

Reimplemented from CLAM::IFFT_base.

Definition at line 150 of file IFFT_fftw3.cxx.

References CLAM::SpecTypeFlags::bMagPhase, CLAM::SpecTypeFlags::bMagPhaseBPF, CLAM::SpecTypeFlags::bPolar, and CLAM_ASSERT.


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