#include <string.h>
#include <math.h>
#include "zplVecLib.h"
#include "fft.h"
Include dependency graph for FEAPIExamplePluginZeroCrossings/zplFFTGen.cpp:
Go to the source code of this file.
Classes | |
| class | CzplfFFTGen |
Defines | |
| #define | _2PI (float)(6.283185307179586476925286766559) |
| 2*pi | |
Functions | |
| int | zplfFFTCreateInstance_Gen (CzplfFFT_If *&pCFFT, int iBlockLength, int iZeroPadFactor, CzplfFFT_If::_Fft_Windows_ eWindowType) |
| int | zplfFFTDestroyInstance_Gen (CzplfFFT_If *&pCFFT) |
|
|
2*pi
Definition at line 48 of file FEAPIExamplePluginZeroCrossings/zplFFTGen.cpp. |
|
||||||||||||||||||||
|
Definition at line 199 of file FEAPIExamplePluginZeroCrossings/zplFFTGen.cpp. References eWindowType, iBlockLength, iZeroPadFactor, and CzplfFFTGen::m_eLastError. |
|
|
Definition at line 228 of file FEAPIExamplePluginZeroCrossings/zplFFTGen.cpp. |
1.3.9.1