Read Data FFT(DFT).
More...
#include <fft.h>
|
| RFFT (int length) |
|
void | exec (const std::vector< double > &wavein, std::vector< std::complex< double > > &waveout) |
|
| FFTBase (int length) |
|
int | length () const |
|
|
double * | m_pBufin |
|
fftw_complex * | m_pBufout |
|
|
typedef double(* | twindowfunc )(double x) |
|
static int | fitLength (int length) |
| Expand to appropriate length for better O(n log n) computation.
|
|
static double | windowFuncRect (double x) |
|
static double | windowFuncTri (double x) |
|
static double | windowFuncHanning (double x) |
|
static double | windowFuncHamming (double x) |
|
static double | windowFuncFlatTop (double x) |
|
static double | windowFuncBlackman (double x) |
|
static double | windowFuncBlackmanHarris (double x) |
|
static double | windowFuncKaiser (double x, double alpha) |
|
static double | windowFuncKaiser1 (double x) |
|
static double | windowFuncKaiser2 (double x) |
|
static double | windowFuncKaiser3 (double x) |
|
static double | windowFuncFlatTopLong (double x) |
|
static double | windowFuncFlatTopLongLong (double x) |
|
static double | windowFuncHalfSin (double x) |
|
int | m_fftlen |
|
shared_ptr< fftw_plan > | m_fftplan |
|
Read Data FFT(DFT).
Definition at line 70 of file fft.h.
Create real data FFT plan.
- Parameters
-
Definition at line 132 of file fft.cpp.
The documentation for this class was generated from the following files: