Fourier Transformation Algorithms
Namespaces | Functions
helper.h File Reference
#include <string>
Include dependency graph for helper.h:
This graph shows which files directly or indirectly include this file:

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...