Mixxx

/home/maxime/Projets/Mixxx/1.10/mixxx/src/tonal/FourierTransform.cxx File Reference

#include <cmath>
#include "FourierTransform.hxx"
#include <iostream>
Include dependency graph for FourierTransform.cxx:

Go to the source code of this file.

Defines

#define SWAP(a, b)   do {double swaptemp=(a); (a)=(b); (b)=swaptemp;} while(false)

Functions

void doFourierTransform (double *data, unsigned frameSize)

Define Documentation

#define SWAP (   a,
 
)    do {double swaptemp=(a); (a)=(b); (b)=swaptemp;} while(false)

Definition at line 26 of file FourierTransform.cxx.


Function Documentation

void doFourierTransform ( double *  data,
unsigned  frameSize 
)

Definition at line 63 of file FourierTransform.cxx.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines