FFT Class Reference

Spectrum calculation. More...

#include <FFT/FFT.h>

List of all members.

Static Public Member Functions

static unsigned int NearestPowerOfTwo (unsigned int count)
 Get nearest value of power of two LOWER than N or same to N.
static void Transform (float *pRealIn, float *pRealOut, float *pImagOut)
static void SetWindowType (AnsiString asName)
static void SetSamplesCount (int samples)


Detailed Description

Spectrum calculation.
The documentation for this class was generated from the following files:

Generated on Wed May 15 22:42:22 2013 for miniscope v3 by  doxygen 1.5.9
Tomasz Ostrowski