|
Fourier Transformation Algorithms
|
The Fourier namespace is providing data structures to handle input and resulting coefficients of a fourier transformation. More...
Classes | |
| struct | Coefficients |
| The resulting coefficients of a fourier transformation. More... | |
| struct | InputData |
| The input data to perform a fourier transformation. More... | |
Enumerations | |
| enum | Error { Error::NONE, Error::NO_VALUES, Error::INVALID_DATASET } |
Functions | |
| bool | Equal (const Coefficients &expected, const Coefficients &result) |
| Compares two coefficient lists of the same size. More... | |
| bool | Equal (double expected, double result, double maximumDelta=1e-15) |
| Compares two given values. More... | |
The Fourier namespace is providing data structures to handle input and resulting coefficients of a fourier transformation.
|
strong |
| bool Fourier::Equal | ( | const Coefficients & | expected, |
| const Coefficients & | result | ||
| ) |
Compares two coefficient lists of the same size.
| expected | |
| result |

| bool Fourier::Equal | ( | double | expected, |
| double | result, | ||
| double | maximumDelta = 1e-15 |
||
| ) |
Compares two given values.
| expected | |
| result | |
| maximumDelta | The maximum allowed difference between expected and result |
1.8.18