#include <SymetricFFT.h>
Public Member Functions | |
| TSymetricFFT (Int iN) | |
| virtual | ~TSymetricFFT () |
| void | fft (TComplex *axIn, Int iN) |
| void | ifft (TComplex *axIn, Int iN) |
this class implements the fast fourier transformation and inverse fast fourier transformation functions.
| TSymetricFFT::TSymetricFFT | ( | Int | iN ) |
Creates a symetric fourier transformater
| TSymetricFFT::~TSymetricFFT | ( | ) | [virtual] |
Destroys the fourier transformater
| void TSymetricFFT::fft | ( | TComplex * | axIn, |
| Int | iN | ||
| ) |
fast fourier transformation using a O(n*log(n)) algorithm.
| void TSymetricFFT::ifft | ( | TComplex * | axIn, |
| Int | iN | ||
| ) |
inverse fast fourier transformation using a O(n*log(n)) algorithm.