|
GammaLib 2.2.0.dev
|
Fast Fourier transformation class interface definition. More...
#include <string>#include <vector>#include <complex>#include "GBase.hpp"#include "GFftWavetable.hpp"Go to the source code of this file.
Classes | |
| class | GFft |
| Fast Fourier Transformation class. More... | |
Functions | |
| GFft | operator+ (const GFft &a, const GFft &b) |
| Return sum of two Fast Fourier Transformations. | |
| GFft | operator- (const GFft &a, const GFft &b) |
| Return difference of two Fast Fourier Transformations. | |
| GFft | operator* (const GFft &a, const GFft &b) |
| Return product of two Fast Fourier Transformations. | |
| GFft | operator/ (const GFft &a, const GFft &b) |
| Return quotient of two Fast Fourier Transformations. | |
Fast Fourier transformation class interface definition.
Definition in file GFft.hpp.
Return product of two Fast Fourier Transformations.
| [in] | a | First Fast Fourier Transformation. |
| [in] | b | Second Fast Fourier Transformation. |
a and b.Returns the product of the Fast Fourier Transformations a and b.
Return difference of two Fast Fourier Transformations.
| [in] | a | First Fast Fourier Transformation. |
| [in] | b | Second Fast Fourier Transformation. |
a and b.Returns the difference of the Fast Fourier Transformations a and b.
Return quotient of two Fast Fourier Transformations.
| [in] | a | First Fast Fourier Transformation. |
| [in] | b | Second Fast Fourier Transformation. |
a and b.Returns the quotient of the Fast Fourier Transformations a and b.