![]() |
KSquare Utilities
|
#include <math.h>#include <stdlib.h>#include <stdio.h>#include <complex>#include "KKBaseTypes.h"Go to the source code of this file.
Classes | |
| class | KKB::KK_DFT1D< DftType > |
| class | KKB::KK_DFT2D< DftType > |
Namespaces | |
| KKB | |
| KKB The namespace for KKBase Library supporting general functionality needed by almost any application. | |
Typedefs | |
| typedef KK_DFT1D< double > | KKB::KK_DFT1D_Double |
| typedef KK_DFT1D< float > | KKB::KK_DFT1D_Float |
| typedef KK_DFT2D< double > | KKB::KK_DFT2D_Double |
| typedef KK_DFT2D< float > | KKB::KK_DFT2D_Float |
Functions | |
| void | KKB::FFT (float data[], kkuint32 number_of_complex_samples, kkint32 isign) |
| float | KKB::Log2 (float x) |