Fourier Transformation Algorithms
|
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... | |
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
inputData |
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
coefficients |