Fourier Transformation Algorithms
Functions
FourierHelper Namespace Reference

Functions

Fourier::InputData ParseInputDataFile (const std::string &inputData)
 Transforms input data of the form x;y into Fourier:InputData datastruct. More...
 
Fourier::Coefficients ParseOutputDataFile (const std::string &coefficients)
 Transforms coefficients of the form i;x;y into Fourier:Coefficients datastruct. More...
 

Function Documentation

◆ ParseInputDataFile()

Fourier::InputData FourierHelper::ParseInputDataFile ( const std::string &  inputData)

Transforms input data of the form x;y into Fourier:InputData datastruct.

The input data contains x;y (cartesian coordinates) data points seperated by a linebreak

Parameters
inputData
Returns
Fourier::InputData
Here is the caller graph for this function:

◆ ParseOutputDataFile()

Fourier::Coefficients FourierHelper::ParseOutputDataFile ( const std::string &  coefficients)

Transforms coefficients of the form i;x;y into Fourier:Coefficients datastruct.

The input data contains i:x;y data points seperated by a linebreak i = datapoint x = order y = amplitude

Parameters
coefficients
Returns
Fourier::Coefficients
Here is the caller graph for this function: