A class to compute the Fourier transforms based on the KISS FFT library by Mark Borgerding Mark Borgerding wrote all the kiss_fft files Source: http://sourceforge.net/projects/kissfft/.
More...
#include <KISSFFTCalculator.h>
A class to compute the Fourier transforms based on the KISS FFT library by Mark Borgerding Mark Borgerding wrote all the kiss_fft files Source: http://sourceforge.net/projects/kissfft/.
stira::fouriertools::KISSFFTCalculator::KISSFFTCalculator |
( |
ArrayGrid< std::complex< double > > * |
pComplexGrid | ) |
|
construct an FFT calculator initialized with and FFTBand
- Parameters
-
pComplexGrid | pointer to an ArrayGrid of complex values |
ArrayGrid< std::complex<double> >* stira::fouriertools::KISSFFTCalculator::ApplyInverseTransform |
( |
ArrayGrid< std::complex< double > > * |
pGridIn | ) |
|
Computes the inverse FFT.
- Parameters
-
pGridIn | the input grid for the forward transform |
- Returns
- a complex-valued grid containing the transformed data; the caller becomes responsible to delete it.
The documentation for this class was generated from the following files:
- fouriertools/fouriertools/KISSFFTCalculator.h
- fouriertools/fouriertools/KISSFFTCalculator.cpp