#include <cmath>
#include "FourierTransform.hxx"
#include <iostream>
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 SWAP | ( | a, | |||
b | ) | do {double swaptemp=(a); (a)=(b); (b)=swaptemp;} while(false) |
Definition at line 26 of file FourierTransform.cxx.
Referenced by doFourierTransform().
void doFourierTransform | ( | double * | data, | |
unsigned | frameSize | |||
) |
Definition at line 63 of file FourierTransform.cxx.
References SWAP.