Fourier Transformation Algorithms
|
#include <string>
Go to the source code of this file.
Namespaces | |
Fourier | |
The Fourier namespace is providing data structures to handle input and resulting coefficients of a fourier transformation. | |
FourierHelper | |
Functions | |
Fourier::InputData | FourierHelper::ParseInputDataFile (const std::string &inputData) |
Transforms input data of the form x;y into Fourier:InputData datastruct. More... | |
Fourier::Coefficients | FourierHelper::ParseOutputDataFile (const std::string &coefficients) |
Transforms coefficients of the form i;x;y into Fourier:Coefficients datastruct. More... | |